/* Settings admin styles */
.scc-settings-tabs-panel {
    background: #fff;
    border: 1px solid #c3c4c7;
    border-top: none;
    padding: 30px;
    box-sizing: border-box;
}

/* Section divider — separates General / Shortcodes / Scanner sections */
#tab-settings h2 {
    margin: 40px 0 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #c3c4c7;
    font-size: 14px;
    font-weight: 600;
    color: #1d2327;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

#tab-settings h2:first-child {
    margin-top: 0;
}

.scc-settings-advanced-title {
    margin-top: 0;
    color: #d63638;
}

.scc-maintenance-card {
    border: 1px solid #c3c4c7;
    padding: 15px;
    margin-bottom: 20px;
    background: #f6f7f7;
}

.scc-maintenance-card h3 {
    margin-top: 0;
    margin-bottom: 8px;
}

.scc-maintenance-card p {
    margin-top: 0;
    margin-bottom: 12px;
    color: #555;
}

.scc-maintenance-card-info {
    border-left: 4px solid #2271b1;
}

.scc-maintenance-card-warning {
    border-left: 4px solid #ffb81c;
}

.scc-maintenance-card-danger {
    border-left: 4px solid #d63638;
    margin-bottom: 0;
}

.scc-factory-reset-btn {
    color: #d63638;
    border-color: #d63638;
}

.scc-tab-footer {
    position: sticky;
    bottom: 0;
    background: #fff;
    border: 1px solid #c3c4c7;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
    z-index: 20;
}

.scc-tab-footer-note {
    color: #646970;
    margin-left: 10px;
    font-style: italic;
}