/* Settings Page Styles */

/* Page title */
.settings-page h2 {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 16px;
}

/* Section headers */
.settings-page h4 {
    margin-bottom: 12px;
    margin-top: 0;
}

/* Section containers */
.settings-page > div {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.02);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Placeholder text */
.settings-page p {
    margin-bottom: 0;
}

/* Responsive behavior */
@media (max-width: 768px) {
    .settings-page {
        padding: 20px !important;
    }
}
