.support-page .workspace-layout{padding-inline:clamp(16px,3vw,40px)}
.support-page .page-heading{margin-bottom:20px}
.support-page .page-content{gap:24px}
.support-page .support-chooser{padding:22px}
.support-page .support-chooser>h2{font-size:1.25rem;margin-bottom:16px}
.support-page .support-choices{gap:12px}
.support-page .support-choices a{padding:14px 16px;min-height:48px;font-size:.9375rem}
.support-page .support-routing-note{margin:16px 0 0;font-size:.875rem;color:var(--muted);line-height:1.6;max-width:95ch}
.support-general-help{display:flex;align-items:center;justify-content:space-between;gap:16px 24px;padding:18px 20px;border:1px solid var(--line);border-radius:8px;background:#eaf1f7}
.support-general-help>div:first-child{min-width:0}
.support-general-help h2{font-size:1.125rem;margin:0 0 6px}
.support-general-help p{font-size:.9375rem;margin:0;color:var(--muted)}
.support-general-help .actions{gap:8px}
.support-general-help .button{font-size:.9375rem;padding:10px 14px}
.support-page .support-desk{padding:22px;scroll-margin-top:24px}
.support-page .support-desk>h2{font-size:1.25rem;margin-bottom:18px}
.support-page .people{gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}
.support-page .person{display:grid;grid-template-columns:56px minmax(0,1fr);grid-template-rows:1fr auto;gap:12px 14px;padding:16px;align-items:start}
.support-page .person img{width:56px;height:56px;aspect-ratio:1;object-fit:cover;grid-column:1;grid-row:1}
.support-page .assistant-details{grid-column:2;grid-row:1;min-width:0}
.support-page .assistant-details h3{margin:0;font-size:1.0625rem;line-height:1.4;overflow-wrap:anywhere;text-wrap:initial}
.support-page .assistant-role{margin:5px 0 0;font-size:.9375rem;line-height:1.5}
.support-page .person>.button{grid-column:2;grid-row:2;justify-self:start;font-size:.9375rem;min-height:48px;padding:10px 14px;max-width:100%}
.support-page .support-visits{padding:0 20px}
.support-visits>summary{font-weight:700;min-height:48px;padding:18px 0;color:var(--navy);line-height:1.5}
.support-visit-content{display:grid;grid-template-columns:1fr 1fr;gap:16px 24px;padding:4px 0 20px}
.support-visit-content p{margin:0;font-size:.9375rem}
.support-visit-content .meta{grid-column:1/-1;font-size:.875rem}
.support-visit-content>.button{grid-column:1/-1;justify-self:start;font-size:.9375rem}
@media(max-width:1180px){.support-general-help{align-items:flex-start;flex-direction:column}}
@media(max-width:600px){
 .support-page .workspace-layout{padding-inline:16px}
 .support-page .page-content{gap:20px}
 .support-page .support-chooser,.support-page .support-desk{padding:18px}
 .support-page .support-choices{grid-template-columns:1fr;gap:10px}
 .support-page .support-choices a{padding:12px 14px}
 .support-general-help{padding:18px}
 .support-general-help .actions{display:grid;grid-template-columns:1fr;width:100%}
 .support-page .people{grid-template-columns:1fr;gap:12px}
 .support-page .person{padding:14px;gap:12px}
 .support-page .person>.button{grid-column:1/-1;justify-self:stretch;width:100%}
 .support-visit-content{grid-template-columns:1fr}
 .support-visit-content>.button{justify-self:stretch;width:100%}
}
