.sidebar-theme-area {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.5rem 0 0.75rem;
}

.sidebar-theme-row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 3rem;
}

.sidebar-theme-hint {
    position: absolute;
    right: calc(50% + 1.15rem);
    top: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    min-height: 2.2rem;
    padding-top: 0.02rem;
    transform: translateY(-56%) rotate(-1.5deg);
}

.sidebar-theme-hint__text {
    color: rgba(255, 255, 255, 0.82);
    font-family: "Segoe Print", "Bradley Hand", "Comic Sans MS", cursive;
    font-size: 0.66rem;
    line-height: 1.05;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-style: normal;
    white-space: nowrap;
    text-transform: uppercase;
}

.sidebar-theme-hint__arrow {
    width: 2.65rem;
    height: 0.92rem;
    margin-top: 0.01rem;
    margin-right: -0.05rem;
}

.sidebar-theme-hint__arrow-svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
    margin-left: auto;
}

.sidebar-theme-hint__arrow-line,
.sidebar-theme-hint__arrow-head {
    fill: none;
    stroke: rgba(255, 255, 255, 0.72);
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sidebar-theme-bulb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    border: 0;
    border-radius: 9999px;
    background: transparent;
    cursor: pointer;
    pointer-events: auto;
    padding: 0;
    margin: 0 auto;
    color: #eab308;
    text-shadow:
        0 0 6px rgba(234, 179, 8, 0.5),
        0 0 16px rgba(234, 179, 8, 0.28),
        0 0 28px rgba(234, 179, 8, 0.14);
    transition:
        color 160ms ease,
        text-shadow 160ms ease,
        transform 160ms ease;
}

.sidebar-theme-bulb:hover,
.sidebar-theme-bulb:focus-visible {
    transform: scale(1.05);
}

.sidebar-theme-bulb:focus-visible {
    outline: 2px solid rgba(234, 179, 8, 0.9);
    outline-offset: 4px;
}

.sidebar-theme-bulb__icon {
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1;
}

.sidebar-top-divider {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
    margin-bottom: 0.75rem;
}

html.dark .sidebar-theme-bulb {
    color: #8493a8;
    text-shadow: none;
}

html.dark .sidebar-theme-hint__text {
    color: rgba(226, 232, 240, 0.74);
}

html.dark .sidebar-theme-hint__arrow-line,
html.dark .sidebar-theme-hint__arrow-head {
    stroke: rgba(226, 232, 240, 0.58);
}

html.dark .sidebar-theme-bulb:hover,
html.dark .sidebar-theme-bulb:focus-visible {
    color: #a3b1c2;
}

html.dark .sidebar-top-divider {
    border-bottom-color: rgba(255, 255, 255, 0.35);
}
