/* Top-up Plans — Admin */

.nav-tabs .nav-link.active {
    font-weight: 600;
}

.tab-content {
    margin-top: 15px;
}

.topup-settings-shell {
    --topup-border: #e6ebf2;
    --topup-bg-soft: #f7fafc;
    --topup-title: #1f2937;
    --topup-muted: #667085;
}

.topup-settings-hero {
    background: linear-gradient(135deg, #f4f7ff 0%, #f9fcff 100%);
    border: 1px solid var(--topup-border);
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.topup-settings-hero h4 {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 700;
    color: var(--topup-title);
}

.topup-settings-hero p {
    margin: 0;
    color: var(--topup-muted);
    max-width: 760px;
}

.topup-settings-hero__stats {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.topup-pill {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    background: #eef2f8;
    color: #384250;
}

.topup-pill-info {
    background: #e6f3ff;
    color: #105084;
}

.topup-pill-success {
    background: #e8f8ee;
    color: #12683f;
}

.topup-settings-hero__right {
    min-width: 230px;
}

.topup-settings-presets-label {
    color: #111927;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.topup-settings-presets {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.topup-settings-card {
    border: 1px solid var(--topup-border);
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(16, 24, 40, 0.04);
}

.topup-settings-card .card-header {
    background: #fff;
    border-bottom: 1px solid var(--topup-border);
    border-radius: 12px 12px 0 0;
}

.topup-settings-card .card-title {
    font-size: 15px;
    font-weight: 700;
    color: #101828;
}

.topup-setting-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 0;
    border-bottom: 1px dashed #e8edf4;
}

.topup-setting-item:last-child {
    border-bottom: 0;
}

.topup-setting-item label {
    font-weight: 600;
    color: #111927;
}

.topup-setting-item .form-text {
    margin-top: 2px;
}

.topup-inline-note {
    margin: -4px 0 8px;
    color: #8f6c00;
    background: #fff9e8;
    border: 1px solid #ffe3a3;
    border-radius: 8px;
    padding: 7px 10px;
    font-size: 12px;
}

.topup-settings-actions {
    margin-top: 4px;
    display: flex;
    justify-content: flex-end;
}

.topup-settings-actions--top {
    margin: 0 0 14px;
}

.topup-settings-actions .btn {
    min-width: 180px;
}

@media (max-width: 991px) {
    .topup-settings-hero {
        flex-direction: column;
    }

    .topup-settings-hero__right {
        min-width: 0;
        width: 100%;
    }
}
