/* 
Theme Name: Da Capo
Theme URI: https://github.com/elementor/hello-theme/
Author: ENDER La factoría del software
Author URI: https://ender.es
Template: hello-elementor
Version: 1.0.1
Text Domain: Dacapo
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*
    Add your custom styles here
*/

/*
    Add your custom styles here
*/
/* Mejoras para móviles */
@media (max-width: 767px) {
    .variations {
        margin: 1rem 0;
    }
    
    .variations tr {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    
    .variations select {
        padding: 14px 16px;
        font-size: 1rem;
    }
    
    .variations .label label {
        font-size: 0.9rem;
    }
}

/* Para pantallas muy pequeñas */
@media (max-width: 480px) {
    .variations tr {
        padding: 0.8rem;
    }
    
    .variations select {
        padding: 12px 14px;
    }
}