.ts-form-group:has(> .role-selection-hold)>label{display:block;font-size:16px;font-weight:700;text-align:center;margin-bottom:16px;color:var(--ts-shade-1,#17181A);}
.role-selection-hold{border:0 !important;overflow:visible !important;border-radius:0 !important;}
.role-selection{display:flex !important;flex-direction:column !important;gap:10px !important;margin:0 !important;}
.role-selection a{position:relative;border:1px solid var(--ts-shade-4,#E3E5E8) !important;border-radius:12px !important;height:auto !important;min-height:58px;padding:0 44px 0 20px !important;justify-content:flex-start !important;font-size:15px;font-weight:600 !important;color:var(--ts-shade-1,#17181A) !important;background:#fff !important;transition:border-color .15s ease,background .15s ease;}
.role-selection a:hover{border-color:var(--ts-shade-2,#8B9098) !important;background:var(--ts-shade-6,#FAFAFB) !important;}
.role-selection a::after{content:"";position:absolute;right:20px;top:50%;width:7px;height:7px;border-right:2px solid var(--ts-shade-3,#B4B8BD);border-bottom:2px solid var(--ts-shade-3,#B4B8BD);transform:translateY(-50%) rotate(-45deg);transition:transform .15s ease,border-color .15s ease;}
.role-selection a:hover::after{border-color:var(--ts-shade-1,#17181A);}
.ts-auth.nf-collapsed .role-selection a:not(.selected-role){display:none !important;}
.ts-auth.nf-collapsed .role-selection a.selected-role{border-color:var(--ts-shade-1,#17181A) !important;box-shadow:inset 0 0 0 1px var(--ts-shade-1,#17181A) !important;font-weight:700 !important;}
.ts-auth.nf-collapsed .role-selection a.selected-role::after{transform:translateY(-65%) rotate(45deg);border-color:var(--ts-shade-1,#17181A);}
.ts-auth:not(.nf-collapsed) .login-section:has(.role-selection-hold) ~ .login-section{display:none !important;}
