/* ── ThemeSelector — global (component-level CSS) ── */

.theme-selector {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    justify-items: center;
}

.theme-btn {
    width: 40px;
    height: 40px;
    border-radius: 10px;
}
