/* 
 Theme Name:   Hello Elementor Child
 Theme URI:    http://localhost/onlyticket/hello-elementor-child
 Description:  Chil para modificaciones
 Author:       onlyticket_adm
 Author URI:   http://localhost/onlyticket
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

.alignfull {
   /*margin: 32px calc(50% - 50vw);*/
   max-width: 100vw;
}

.alignwide {
   /*margin: 32px calc(25% - 25vw);*/
   max-width: 100vw;
}

.tasa-bcv-alert {
    margin-top: 10px;
    padding: 10px;
    background-color: #fff8e1;
    border: 1px solid #ffe082;
    border-radius: 4px;
    color: #795548;
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
    word-wrap: break-word;
}

/* Adaptación a móviles */
@media (max-width: 480px) {
    .tasa-bcv-alert {
        font-size: 13px;
        padding: 8px;
    }
}