/* Seb's Space branding */
.page-content.home .hero.ui.icon.header,
.page-content.home .hero.ui.icon.header svg {
    color: #000080 !important;
}

/*
 * Seb's Space is intentionally single-theme.
 * Theme selection is disabled in app.ini and the remaining UI
 * for selecting themes is hidden here to simplify the interface.
 */
#footer-theme-selector {
    display: none !important;
}

/* Hide the theme settings section in User Settings -> Appearance */
.user-setting-content > h4.ui.top.attached.header:has(+ .ui.attached.segment form[action="/user/settings/appearance/theme"]),
.user-setting-content > .ui.attached.segment:has(form[action="/user/settings/appearance/theme"]) {
    display: none !important;
}

/* Remove the spacing left before the first visible Appearance section */
.user-setting-content > h4.ui.top.attached.header:has(+ .ui.attached.segment form[action="/user/settings/appearance/language"]) {
    margin-top: 0 !important;
}
