/* ============================================================
   EZCOMERCE Price Engine — Frontend Styles
   Loaded only when [bloque_precios_ez] or [mostrar_precio_banco_ez]
   are rendered on a page.
   ============================================================ */

/* ----------------------------------------------------------
   [bloque_precios_ez]
   ---------------------------------------------------------- */
.ez-pricing-block {
    margin: 16px 0;
    font-family: inherit;
}

.ez-price-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.ez-price-label {
    font-size: 12px;
    color: #888;
    min-width: 150px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

/* Precio ancla — tachado (precio regular de referencia) */
.ez-price-ancla,
.ez-price-ancla .woocommerce-Price-amount {
    font-size: 14px;
    color: #aaa;
    text-decoration: line-through;
}

/* Precio venta — precio público EZCOMERCE */
.ez-price-venta,
.ez-price-venta .woocommerce-Price-amount {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a2e;
}

/* Precio popular — precio beneficio / aliado */
.ez-price-popular,
.ez-price-popular .woocommerce-Price-amount {
    font-size: 18px;
    font-weight: 600;
    color: #0B3B75;
}

/* ----------------------------------------------------------
   [mostrar_precio_banco_ez]
   ---------------------------------------------------------- */
.ez-container-precio-banco {
    background-color: #fffaf5;
    border: 1px solid rgba(253, 125, 3, 0.25);
    border-left: 5px solid #fd7d03;
    padding: 16px 20px;
    margin: 20px 0;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ez-label-banco {
    font-size: 12px;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.ez-monto-banco {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 28px;
    font-weight: 800;
    color: #fd7d03;
    line-height: 1.2;
}

.ez-monto-banco .woocommerce-Price-amount,
.ez-monto-banco .woocommerce-Price-currencySymbol {
    color: #fd7d03;
    font-size: inherit;
    font-weight: inherit;
}

.ez-precio-desde {
    font-size: 12px;
    font-weight: 600;
    color: #fd7d03;
    opacity: 0.75;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    align-self: center;
}

.ez-iva-nota {
    font-size: 11px;
    color: #aaa;
    font-style: italic;
}
