/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
/* Mensaje arriba de la sección Descargas */
.woocommerce-account .download-instruction {
    font-size: 1.2em;
    color: #0073e6;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Cada producto descargable como tarjeta */
.woocommerce-account .custom-download-item {
    border: 2px solid #4CAF50;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Botón de descarga */
.woocommerce-account .woocommerce-MyAccount-downloads .download a.button {
    background-color: #ff5722;
    color: #fff !important;
    font-weight: bold;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.woocommerce-account .woocommerce-MyAccount-downloads .download a.button:hover {
    background-color: #e64a19;
}

/* Opcional: icono de descarga */
.woocommerce-account .woocommerce-MyAccount-downloads .download a.button::before {
    content: "\f019"; /* Font Awesome download icon */
    font-family: 'FontAwesome';
    margin-right: 8px;
}
