/*
Theme Name: AROMA-TERAPIA
Theme URI: https://ellorens.net
Version: 1.0
Description: Tema hijo de AROMA-TERAPIA
Author: ellorens
Author URI: https://ellorens.net
Template: dt-the7
*/

#subscribe-form {
    max-width: 620px;
    width: 100%;
    color: black;
    font-family: 'Montserrat';
    font-size: 17px;
    background: white;
    border-radius: 10px;
    padding:25px;
    margin: 0 auto;
}

#subscriber_name, #subscriber_email{
    width: 100%;
    border: 1px solid #cbcbcb;
}

#subscribe-form div {
    margin-bottom: 5px;
}

.suscribirse {
    border: 0px;
    width: 100%;
    background: #ef881a !important;
    margin: 15px 0 0px 0;
}

section.woocommerce-order-downloads {
    display: none;
}

section.woocommerce-order-details {
    margin-bottom: 20px !important;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads
 {
    display: none;
}

p.order-again {
    display: none;
}

#acordeon .elementor-toggle-item, #fondo_recetas {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    border: 1px solid #e8e0d6;
    transition: all 0.2s;
    overflow: hidden;
}

.fondo_recetas {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    border: 1px solid #e8e0d6;
    transition: all 0.2s;
    overflow: hidden;
}

/* Contenedor principal del toggle - ajusta el selector según Elementor */
.elementor-toggle-title {
    display: flex;
    align-items: center;
    gap: 14px;
}

.dia-acordeon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f0ebe4;
    color: #7a6e60;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
    transition: all 0.2s;
}

.titulo-acordeon {
    font-size: 15px;
    font-weight: 600;
    color: #3d3530;
    display: block;
    line-height: 1.2;
}

.subtitulo-acordeon {
    font-size: 12px;
    color: #9e9385;
    display: block;
    margin-top: 3px;
}