.ws-switcher {
    min-width: 0;
}

.ws-trigger {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    max-width: 280px;
    min-height: 44px;
    border: 1px solid rgba(148, 163, 184, .28);
    border-radius: 14px;
    padding: .42rem .65rem .42rem .48rem;
    color: #0f172a;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
}

.fc-navbar .ws-trigger {
    border-color: rgba(255,255,255,.12);
    color: #f8fafc;
    background: rgba(255,255,255,.08);
}

.ws-trigger:hover {
    transform: translateY(-1px);
}

.ws-copy {
    display: grid;
    min-width: 0;
    text-align: left;
    line-height: 1.1;
}

.ws-copy strong,
.ws-item strong {
    overflow: hidden;
    color: inherit;
    font-size: .86rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ws-copy small,
.ws-item small {
    display: block;
    overflow: hidden;
    color: #64748b;
    font-size: .72rem;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fc-navbar .ws-copy small {
    color: rgba(248,250,252,.72);
}

.ws-mark {
    display: grid;
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 11px;
    color: #fff;
    font-size: .82rem;
    font-weight: 950;
}

.ws-kind-social { background: linear-gradient(135deg, #111827, #4f8cff); }
.ws-kind-church { background: linear-gradient(135deg, #2f80ed, #61c4ff); }
.ws-kind-council { background: linear-gradient(135deg, #123b78, #d9b45f); }

.ws-caret {
    margin-left: auto;
    color: #94a3b8;
    font-weight: 900;
}

.ws-menu {
    width: min(360px, calc(100vw - 1.5rem));
    padding: .55rem;
    border: 1px solid rgba(148, 163, 184, .28);
    border-radius: 18px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .18);
}

.ws-label {
    display: block;
    padding: .65rem .55rem .35rem;
    color: #64748b;
    font-size: .68rem;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ws-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: .65rem;
    align-items: center;
    border-radius: 14px;
    padding: .58rem;
    color: #0f172a;
}

.ws-item:hover,
.ws-item.is-active {
    color: #0f172a;
    background: #eef6ff;
}

.ws-item.is-active {
    box-shadow: inset 0 0 0 1px rgba(47,128,237,.14);
}

@media (max-width: 767.98px) {
    .ws-trigger {
        max-width: 46vw;
    }

    .ws-copy small {
        display: none;
    }
}

@media (max-width: 420px) {
    .ws-trigger {
        width: 42px;
        padding: .35rem;
    }

    .ws-trigger .ws-copy,
    .ws-trigger .ws-caret {
        display: none;
    }
}
