/* =========================================================
   UBD Modular Bonito 1.9.15
   Total de ETS Extra Options con contraste gris claro.
   Solo presentación: no cambia importes, inputs ni cálculos.
   ========================================================= */

html.ubd-product-ready body#product
.block-product-attribute-custom
.from-group-option > .attribute-custom-price {
    color: #66707a !important;
    background: #eef1f4 !important;
    border: 1px solid #dde2e7 !important;
    box-shadow: 0 5px 14px rgba(45, 55, 65, .07) !important;
}

html.ubd-product-ready body#product
.block-product-attribute-custom
.from-group-option > .attribute-custom-price,
html.ubd-product-ready body#product
.block-product-attribute-custom
.from-group-option > .attribute-custom-price * {
    color: #66707a !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

@media (max-width: 699px) {
    html.ubd-product-ready body#product
    .block-product-attribute-custom
    .from-group-option > .attribute-custom-price {
        font-size: 12px !important;
        line-height: 1.2 !important;
    }
}
