/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.archivo-icono.wp-block-file .wp-block-file__button {
	font-size: 0; /* oculta el texto "Descarga" */
	line-height: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	background: transparent !important;
	border: none;
	box-shadow: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: auto;
	flex-shrink: 0;
}

.archivo-icono.wp-block-file .wp-block-file__button::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background-image: url("/wp-content/uploads/2026/03/Shopicons_Light_Backdown-1.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.archivo-icono.wp-block-file{
	display: flex;
    justify-content: space-between;
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: nowrap;
}

.archivo-icono.wp-block-file a:not(.wp-block-file__button) {
	display: inline-block;
	line-height: 1.4;
	margin: 0;
}
