/* Precio por Transferencia para WooCommerce — estilos del bloque */

.ptw-bloque {
    margin: 14px 0;
    line-height: 1.2;
}

.ptw-precio-grande {
    font-size: 2em;
    font-weight: 800;
    color: #15315b;
    letter-spacing: -0.01em;
}

.ptw-precio-grande .woocommerce-Price-amount {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.ptw-etiqueta {
    margin-top: 2px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.8em;
    color: #777777;
}

.ptw-ahorro {
    margin-top: 4px;
    font-size: 0.95em;
    color: #1aa39b;
}

.ptw-ahorro-label {
    color: inherit;
}

.ptw-ahorro-monto {
    color: inherit;
    font-weight: 700;
}

.ptw-ahorro-monto .woocommerce-Price-amount {
    color: inherit;
    font-size: inherit;
}

/* Versión compacta para las miniaturas de la tienda */
.ptw-precio-shop .ptw-precio-grande {
    font-size: 1.3em;
}
.ptw-precio-shop .ptw-etiqueta {
    font-size: 0.72em;
}
.ptw-precio-shop .ptw-ahorro {
    font-size: 0.85em;
}
