/* Precios visibles por medio de pago (notebooks) */
.gf-payment-prices {
    display: grid;
    gap: 0.45rem;
    padding: 0.75rem 0.85rem;
    border-radius: 10px;
    background: linear-gradient(135deg, #f4f8ff 0%, #eef3fb 100%);
    border: 1px solid rgba(47, 107, 255, 0.18);
    text-align: left;
}

.gf-payment-prices--compact {
    padding: 0.55rem 0.65rem;
    gap: 0.35rem;
}

.gf-payment-prices__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.gf-payment-prices__label {
    font-size: 0.78rem;
    font-weight: 600;
    color: #4a5568;
    line-height: 1.2;
}

.gf-payment-prices--compact .gf-payment-prices__label {
    font-size: 0.72rem;
}

.gf-payment-prices__value {
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.1;
    white-space: nowrap;
}

.gf-payment-prices--compact .gf-payment-prices__value {
    font-size: 0.88rem;
}

.gf-payment-prices__value--debit {
    color: #0f766e;
}

.gf-payment-prices__value--credit {
    color: #1d4ed8;
}

.catalog-card .gf-payment-prices {
    margin-top: 0.55rem;
    text-align: left;
}

.catalog-card .gf-payment-prices__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
}

@media (min-width: 576px) {
    .catalog-card .gf-payment-prices__row {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.gf-detail-payment-prices-wrap {
    max-width: 420px;
}

.gf-detail-payment-prices-wrap .gf-payment-prices__value {
    font-size: 1.15rem;
}

.gf-detail-payment-prices-wrap .gf-payment-prices__label {
    font-size: 0.85rem;
}

.gf-promo-slide .gf-payment-prices {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
    margin-top: 0.35rem;
}

.gf-promo-slide .gf-payment-prices__label {
    color: rgba(255, 255, 255, 0.72);
}

.gf-promo-slide .gf-payment-prices__value--debit {
    color: #5eead4;
}

.gf-promo-slide .gf-payment-prices__value--credit {
    color: #93c5fd;
}
