.lq-pdp-installments--boxed {
    margin: 15px 0;
    padding: 12px 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    color: #475569;
    line-height: 1.4;
}

.lq-pdp-installments--minimal {
    margin: 10px 0;
    padding: 0;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #64748b;
}

.lq-pdp-installments__inner {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}


.lq-pdp-installments__content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.lq-pdp-installments__text {
    font-weight: 500;
}

.lq-pdp-installments__logos {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-left: 6px;
    border-left: 1px solid #e2e8f0;
}

.lq-card-logo {
    height: 12px;
    width: auto;
    display: block;
    filter: grayscale(0.1) opacity(0.9);
    transition: all 0.2s ease;
}

.lq-card-logo.visa {
    height: 16px; /* Ajuste para PNG */
    margin-top: -2px;
}

.lq-card-logo.mastercard {
    height: 18px; /* Ajuste para PNG */
    margin-top: -1px;
}

.lq-card-logo:hover {
    filter: none;
    opacity: 1;
}

/* Responsive adjustment */
@media (max-width: 768px) {
    .lq-pdp-installments--boxed {
        padding: 10px 14px;
    }
    .lq-pdp-installments {
        font-size: 0.95em !important;
    }
}
