/* HEADER */ .site__header { display: flex; align-items: center; justify-content: space-around; margin-bottom: var(--gap-medium); } .site-selections, .site-selections * { display: flex; align-items: center; justify-content: center; gap: var(--gap-medium); } .site-title { color: inherit !important; font-size: var(--font-size-h1); font-weight: bold; text-decoration: none; } /* Flag Icon */ .language-select__language-item img { height: 2rem; } .theme-toggle { background-color: var(--text-color); border: none; border-radius: var(--border-radius-max); color: var(--bg-main); cursor: pointer; padding: 0.2rem; } .theme-toggle svg { display: none; }