.fc-tab-switcher{flex-wrap:wrap}.fc-tab-switcher--underline{border-bottom:1px solid var(--grey-100)}.fc-tab-switcher__tab{display:inline-flex;align-items:center;gap:var(--space-2xs);border:0;background:transparent;color:var(--grey-700);border-radius:var(--radius-sm,6px);padding:var(--space-xs) var(--space-sm);cursor:pointer;line-height:1.2;transition:background-color .15s ease,color .15s ease}.fc-tab-switcher__tab .fc-tab-switcher__count,.fc-tab-switcher__tab .fc-tab-switcher__label{font-size:var(--font-size-sm)}.fc-tab-switcher__tab:hover:not(:disabled){background:var(--grey-100,#f0f0f0)}.fc-tab-switcher__tab:disabled{opacity:.5;cursor:not-allowed}.fc-tab-switcher__tab--active{background:var(--grey-ink);color:var(--grey-white)}.fc-tab-switcher__tab--active:hover:not(:disabled){background:var(--grey-ink)}.fc-tab-switcher--underline .fc-tab-switcher__tab{border-radius:0;padding:var(--space-2) var(--space-8);height:32px;margin-bottom:-1px;color:var(--grey-500,#828285)}.fc-tab-switcher--underline .fc-tab-switcher__tab .fc-tab-switcher__label{font-size:16px;line-height:24px;font-weight:var(--font-weight-regular)}.fc-tab-switcher--underline .fc-tab-switcher__tab:hover:not(:disabled){background:transparent;color:var(--grey-900);border-bottom:1px solid var(--primary-500);border-color:var(--primary-500)!important}.fc-tab-switcher--underline .fc-tab-switcher__tab--active{background:transparent;color:var(--color-primary);border-bottom-color:var(--color-primary);border-bottom:1px solid var(--primary-500);border-color:var(--primary-500)!important}.fc-tab-switcher--underline .fc-tab-switcher__tab--active .fc-tab-switcher__label{color:var(--color-primary-base,#193541);font-weight:var(--font-weight-semibold)}.fc-tab-switcher--underline .fc-tab-switcher__tab--active:hover:not(:disabled){background:transparent;color:var(--color-primary);border-bottom:1px solid var(--primary-500);border-color:var(--primary-500)!important}.fc-tab-switcher__count{opacity:.85;font-weight:600}