.woocommerce .fsr-volume-offer {
    margin: 0 0 24px;
    padding: 22px;
    border: 1px solid #e9db88;
    border-radius: 4px;
    background: #fffbea;
    color: #252930;
    font-family: 'Open Sans', Arial, sans-serif;
    text-align: left;
}
.woocommerce .fsr-volume-offer .fsr-volume-offer__title {
    margin: 0 0 8px;
    font: 700 18px/1.4 'Open Sans', Arial, sans-serif;
    color: #252930;
}
.woocommerce .fsr-volume-offer .fsr-volume-offer__text {
    margin: 0 0 18px;
    font: 400 14px/1.6 'Open Sans', Arial, sans-serif;
    color: #47535d;
}
/* El color va con !important a proposito: el widget de carrito de Elementor Pro
   pinta todos los enlaces con
   ".elementor-widget-woocommerce-cart .woocommerce a:not(...):not(...):not(...):not(...)"
   (especificidad 0,6,1) en el color de enlace amarillo, y dejaba el texto del
   boton amarillo sobre amarillo. */
.woocommerce .fsr-volume-offer .fsr-volume-offer__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 22px;
    border-radius: 3px;
    background: #f4e85c;
    color: #252930 !important;
    font: 700 14px/1.4 'Open Sans', Arial, sans-serif;
    text-decoration: none;
}
.woocommerce .fsr-volume-offer .fsr-volume-offer__button:hover { background: #e6d83e; color: #252930 !important; }
.woocommerce .fsr-volume-offer .fsr-volume-offer__button:focus-visible { outline: 2px solid #252930; outline-offset: 3px; }
.woocommerce .fsr-volume-offer--applied {
    border-color: #b7d8ba;
    background: #f0f8ef;
}
.woocommerce .fsr-volume-offer--applied .fsr-volume-offer__text { margin-bottom: 0; }
.woocommerce .fsr-volume-savings-row .fsr-volume-offer { margin: 0; }
@media (max-width: 767px) {
    .woocommerce .fsr-volume-offer .fsr-volume-offer__button { width: 100%; }
}
