/* ユーザーメニュー内 — 表示テーマ */
.ws-theme-option {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    border: none;
    background: transparent;
}

.ws-theme-option.active {
    font-weight: 600;
}

.ws-theme-check {
    margin-left: auto;
    font-size: 0.75rem;
    opacity: 0.85;
}

html.theme-searlo-preview .dropdown-menu .ws-theme-option.active {
    color: var(--text-primary);
}
