.sb-area-settings > .sb-tab > .sb-content > [data-uw-settings-pane="true"] {
    display: none;
}

.sb-area-settings.sb-uw-proxy-active > .sb-tab > .sb-content > :not([data-uw-settings-pane="true"]) {
    display: none !important;
}

.sb-area-settings.sb-uw-proxy-active > .sb-tab > .sb-content > [data-uw-settings-pane="true"] {
    display: block !important;
}

.sb-area-settings.sb-uw-proxy-active .sb-save-changes {
    display: none;
}

.sb-uw-proxy-panel {
    max-width: 1040px;
    padding-bottom: 24px;
}

.sb-uw-hero {
    margin-bottom: 26px;
    padding: 24px;
    border: 1px solid #dfe6ee;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.sb-uw-hero h2 {
    margin-bottom: 10px;
}

.sb-uw-hero p {
    margin-bottom: 0;
}

.sb-uw-note {
    margin-top: 16px;
    padding: 12px 14px;
    border-left: 3px solid #d49c1f;
    border-radius: 8px;
    background: #fff7e6;
    color: #7a5a13;
}

.sb-uw-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.sb-uw-section-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.sb-uw-section-nav a {
    padding: 9px 14px;
    border: 1px solid #dfe6ee;
    border-radius: 999px;
    background: #fff;
    color: #334155;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.sb-uw-section-nav a:hover {
    border-color: #c6d2de;
    color: #0f172a;
    transform: translateY(-1px);
}

.sb-uw-section-card {
    margin-bottom: 22px;
    padding: 22px 24px 8px;
    border: 1px solid #dfe6ee;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.sb-uw-section-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.sb-uw-section-title {
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 600;
    color: #0f172a;
}

.sb-uw-section-header p {
    margin: 0;
    max-width: 720px;
    color: #64748b;
}

.sb-uw-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #475569;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.sb-uw-section-body > .sb-setting:last-child {
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .sb-uw-hero {
        padding: 18px;
    }

    .sb-uw-actions .sb-btn {
        width: 100%;
        justify-content: center;
    }

    .sb-uw-section-card {
        padding: 18px 18px 6px;
    }

    .sb-uw-section-header {
        flex-direction: column;
    }

    .sb-uw-badge {
        white-space: normal;
    }
}
