.nlk-installment-box {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-top: 20px;
    overflow: hidden;
}

.nlk-installment-box h3 {
    background: #f8f8f8;
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    margin: 0;
    padding: 12px 16px;
}

.nlk-installment-frontend-table {
    margin: 0;
}

.nlk-installment-frontend-table th,
.nlk-installment-frontend-table td {
    padding: 10px 12px;
}

.nlk-bank-cell {
    align-items: center;
    display: flex;
    gap: 12px;
}

.nlk-installment-frontend-table th:first-child,
.nlk-installment-frontend-table td:first-child {
    min-width: 240px;
}

.nlk-bank-logo-wrap {
    align-items: center;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    min-height: 42px;
    min-width: 78px;
    padding: 4px 6px;
}

.nlk-bank-logo {
    display: block !important;
    height: 32px !important;
    max-height: 32px !important;
    max-width: 64px !important;
    object-fit: contain !important;
    width: 64px !important;
}

.nlk-installment-note {
    color: #666;
    font-size: 13px;
    margin: 0;
    padding: 10px 16px 14px;
}

@media (max-width: 768px) {
    .nlk-installment-frontend-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}
