.mb-lk-wrap {
    max-width: 680px;
}
.mb-lk-balance-card {
    background: #f5f3ee;
    border-radius: 12px;
    padding: 24px 28px;
    margin-bottom: 16px;
    border: 1px solid #e0ddd5;
}
.mb-lk-balance-label {
    font-size: 14px;
    color: #888;
    margin-bottom: 8px;
    font-family: "Raleway", sans-serif;
}
.mb-lk-balance-amount {
    font-size: 52px;
    font-weight: 700;
    color: var(--accent, #445723);
    line-height: 1;
    font-family: "Raleway", sans-serif;
    font-variant-numeric: lining-nums;
}
.mb-lk-balance-sub {
    font-size: 14px;
    color: #999;
    margin-top: 6px;
    margin-bottom: 16px;
}
.mb-lk-catalog-link {
    font-size: 15px;
    color: var(--accent, #445723);
}
.mb-lk-expiring-card {
    background: #fffbf0;
    border-radius: 10px;
    padding: 16px 20px;
    border: 1px solid #e8c96a;
    margin-bottom: 24px;
}
.mb-lk-expiring-title {
    font-size: 13px;
    color: #a07810;
    font-weight: 600;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.mb-lk-expiring-amount {
    font-size: 28px;
    font-weight: 700;
    color: #6b4c00;
    font-variant-numeric: lining-nums;
}
.mb-lk-expiring-date {
    font-size: 13px;
    color: #a07810;
    margin-top: 4px;
}
.mb-lk-timer-label {
    font-size: 12px;
    color: #b8921a;
    margin-top: 8px;
}
.mb-lk-timer {
    font-size: 22px;
    font-weight: 600;
    color: #6b4c00;
    font-variant-numeric: lining-nums;
    letter-spacing: 1px;
}
.mb-lk-section {
    margin-bottom: 28px;
}
.mb-lk-section-title {
    color: var(--accent, #445723);
    margin-bottom: 14px;
}
.mb-lk-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
}
.mb-lk-table th {
    text-align: left;
    padding: 8px 10px;
    color: #999;
    border-bottom: 1px solid #e0ddd5;
    font-weight: 500;
    font-size: 13px;
}
.mb-lk-table td {
    padding: 11px 10px;
    border-bottom: 1px dotted #e0ddd5;
    color: #333;
    vertical-align: middle;
}
.mb-lk-plus {
    color: #808000 !important;
    font-weight: 600;
}
.mb-lk-minus {
    color: #8B0000 !important;
    font-weight: 600;
}
.mb-lk-expired {
    color: #bbb;
    font-style: italic;
}
.mb-lk-expiry-cell {
    font-size: 13px;
    color: #999;
}
.mb-lk-show-more {
    width: 100%;
    margin-top: 12px;
    padding: 11px;
    background: transparent;
    border: 1px solid #e0ddd5;
    border-radius: 8px;
    font-size: 14px;
    color: #888;
    cursor: pointer;
    font-family: "Raleway", sans-serif;
    transition: border-color 0.2s, color 0.2s;
}
.mb-lk-show-more:hover {
    border-color: var(--accent, #445723);
    color: var(--accent, #445723);
}
.mb-lk-rules {
    background: #f5f3ee;
    border-radius: 10px;
    padding: 4px 0;
    border: 1px solid #e0ddd5;
}
.mb-lk-rule {
    padding: 12px 20px;
    border-bottom: 1px dotted #e0ddd5;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}
.mb-lk-rule:last-child {
    border-bottom: none;
}
.mb-lk-rule-label {
    font-weight: 600;
    color: var(--accent, #445723);
}
.mb-lk-rule-warn .mb-lk-rule-label {
    color: #a07810;
}

.mb-lk-badge {
    display: inline-block;
    background: #a6ee0c;
    color: #2a3d00;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 6px;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mb-lk-steps {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mb-lk-step {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    background: #f5f3ee;
    border-radius: 8px;
    border: 1px solid #e0ddd5;
}
.mb-lk-step-num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--accent, #445723);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.mb-lk-step-text {
    font-size: 14px;
    color: #333;
}
.mb-lk-faq {
    border: 1px solid #e0ddd5;
    border-radius: 10px;
    overflow: hidden;
}
.mb-lk-faq-item {
    padding: 14px 20px;
    border-bottom: 1px dotted #e0ddd5;
}
.mb-lk-faq-item:last-child {
    border-bottom: none;
}
.mb-lk-faq-q {
    font-size: 14px;
    font-weight: 600;
    color: var(--accent, #445723);
    margin-bottom: 6px;
}
.mb-lk-faq-a {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}
