/* Academy94 Header Navigation — v2.95.2 simplified member/student states */
.a94sm{
  --a94-surface:#101010;
  --a94-surface-raised:#171717;
  --a94-border:rgba(255,255,255,.12);
  --a94-text:#fff;
  --a94-muted:rgba(255,255,255,.64);
  --a94-accent:#ff6600;
  --a94-accent-hover:#ff7a1a;
  --a94-button-text:#fff;
  --a94-button-hover-text:#fff;
  --a94sm-panel-width:760px;
  --a94sm-panel-gap:10px;
  --a94sm-control-size:46px;
  position:relative;
  z-index:50;
  display:flex;
  justify-content:flex-end;
  width:auto!important;
  min-width:0;
  margin-left:auto;
  border:0!important;
  background:transparent!important;
  color:var(--a94-text);
  isolation:isolate;
}

.a94sm__controls{
  display:inline-grid;
  grid-template-columns:var(--a94sm-control-size);
  align-items:center;
  justify-content:end;
  width:auto;
}

body .elementor-widget-a94-student-side-menu .a94sm__menu-button{
  -webkit-appearance:none;
  appearance:none;
  position:relative;
  display:grid;
  place-items:center;
  box-sizing:border-box!important;
  width:var(--a94sm-control-size)!important;
  min-width:var(--a94sm-control-size)!important;
  max-width:var(--a94sm-control-size)!important;
  height:var(--a94sm-control-size)!important;
  min-height:var(--a94sm-control-size)!important;
  max-height:var(--a94sm-control-size)!important;
  padding:0!important;
  margin:0!important;
  border:1px solid var(--a94-border)!important;
  border-radius:13px!important;
  background:var(--a94-surface)!important;
  color:var(--a94-text)!important;
  box-shadow:0 10px 28px rgba(0,0,0,.18);
  cursor:pointer;
  text-decoration:none!important;
  line-height:1!important;
  transform:none;
  overflow:visible!important;
  transition:border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease;
}
body .elementor-widget-a94-student-side-menu .a94sm__menu-button:hover,
body .elementor-widget-a94-student-side-menu .a94sm__menu-button:focus-visible{
  border-color:var(--a94-accent)!important;
  background:var(--a94-surface-raised)!important;
  color:var(--a94-accent)!important;
  box-shadow:0 12px 32px rgba(0,0,0,.24),0 0 0 1px rgba(255,102,0,.10);
  outline:none!important;
  transform:translateY(-1px);
}
body .elementor-widget-a94-student-side-menu .a94sm__menu-button:active{transform:translateY(0)}

.a94sm__menu-badge{
  position:absolute;
  top:-6px;
  right:-6px;
  z-index:2;
  display:grid;
  place-items:center;
  min-width:18px;
  height:18px;
  padding:0 5px;
  border:2px solid #090909;
  border-radius:999px;
  background:var(--a94-accent);
  color:#111;
  font-size:9px;
  font-weight:900;
  line-height:1;
  letter-spacing:-.03em;
  box-sizing:border-box;
  pointer-events:none;
  box-shadow:0 4px 12px rgba(0,0,0,.34);
}
.a94sm__menu-badge.is-empty{display:none}

.a94sm__hamburger{
  display:grid;
  align-content:center;
  justify-items:center;
  width:22px;
  height:22px;
  color:var(--a94-accent);
}
.a94sm__hamburger span{
  display:block;
  width:20px;
  height:2px;
  border-radius:999px;
  background:currentColor;
  transform-origin:center;
  transition:transform .2s ease,opacity .16s ease,width .2s ease;
}
.a94sm__hamburger span+span{margin-top:4px}
.a94sm__hamburger span:nth-child(2){width:20px}
.a94sm__menu-button[aria-expanded="true"]{border-color:var(--a94-accent)!important;background:var(--a94-accent)!important}
.a94sm__menu-button[aria-expanded="true"] .a94sm__hamburger{color:#111}
.a94sm__menu-button[aria-expanded="true"] .a94sm__hamburger span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.a94sm__menu-button[aria-expanded="true"] .a94sm__hamburger span:nth-child(2){opacity:0;transform:scaleX(0)}
.a94sm__menu-button[aria-expanded="true"] .a94sm__hamburger span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}

.a94sm__panel{
  position:fixed;
  inset:auto;
  display:none;
  width:min(var(--a94sm-panel-width),calc(100vw - 24px));
  max-width:calc(100vw - 24px);
  max-height:min(76vh,720px);
  margin:0;
  padding:14px;
  border:1px solid var(--a94-border);
  border-radius:20px;
  background:#090909;
  color:var(--a94-text);
  box-shadow:0 30px 90px rgba(0,0,0,.58),0 0 0 1px rgba(255,255,255,.025) inset;
  overflow:auto;
  overscroll-behavior:contain;
  opacity:0;
  transform:translateY(-8px) scale(.985);
  transform-origin:top right;
  transition:opacity .16s ease,transform .18s ease,display .18s allow-discrete,overlay .18s allow-discrete;
  z-index:2147483000;
}
.a94sm__panel:popover-open,
.a94sm__panel.is-open{display:block;opacity:1;transform:translateY(0) scale(1)}
.a94sm__panel::backdrop{background:transparent}
@starting-style{.a94sm__panel:popover-open{opacity:0;transform:translateY(-8px) scale(.985)}}

.a94sm__panel-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:4px 4px 13px;
  margin-bottom:10px;
  border-bottom:1px solid var(--a94-border);
}
.a94sm__panel-head>div{display:grid;gap:4px}
.a94sm__panel-kicker{color:var(--a94-accent);font-size:9px;font-weight:850;line-height:1;letter-spacing:.15em;text-transform:uppercase}
.a94sm__panel-head strong{color:var(--a94-text);font-size:19px;font-weight:850;line-height:1;letter-spacing:-.035em}
.a94sm__close{
  -webkit-appearance:none;
  appearance:none;
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  padding:0;
  border:1px solid var(--a94-border);
  border-radius:10px;
  background:var(--a94-surface-raised);
  color:var(--a94-text);
  font:inherit;
  font-size:24px;
  line-height:1;
  cursor:pointer;
  transition:border-color .18s ease,background .18s ease,color .18s ease;
}
.a94sm__close:hover,.a94sm__close:focus-visible{border-color:var(--a94-accent);background:rgba(255,102,0,.12);color:var(--a94-accent);outline:none}
body .elementor-widget-a94-student-side-menu button.a94sm__close{
  border-color:rgba(255,255,255,.16)!important;
  background:#171717!important;
  color:#fff!important;
  outline:none!important;
  box-shadow:none!important;
}
body .elementor-widget-a94-student-side-menu button.a94sm__close:is(:hover,:focus,:focus-visible,:active){
  border-color:var(--a94-accent,#ff6600)!important;
  background:rgba(255,102,0,.12)!important;
  color:var(--a94-accent,#ff6600)!important;
  outline:none!important;
  box-shadow:none!important;
}

.a94sm__track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--a94sm-panel-gap);width:100%}
.a94sm__item{
  position:relative;
  display:grid;
  grid-template-columns:26px minmax(0,1fr) auto;
  align-items:center;
  justify-content:start;
  gap:10px;
  min-height:58px;
  padding:10px 12px;
  border:1px solid transparent;
  border-radius:13px;
  background:var(--a94-surface-raised);
  color:var(--a94-muted)!important;
  font-size:13px;
  font-weight:750;
  line-height:1.15;
  text-decoration:none!important;
  transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease;
}
.a94sm__item:hover,.a94sm__item:focus-visible{transform:translateY(-1px);border-color:rgba(255,102,0,.5);background:rgba(255,102,0,.08);color:var(--a94-text)!important;outline:none}
.a94sm__item:active{transform:translateY(0) scale(.99)}
.a94sm__item.is-active{border-color:var(--a94-accent);background:var(--a94-accent);color:var(--a94-button-text)!important;box-shadow:0 10px 26px rgba(255,102,0,.14)}
.a94sm__item.is-active:hover,.a94sm__item.is-active:focus-visible{background:var(--a94-accent-hover);color:var(--a94-button-hover-text)!important}
.a94sm__item>.a94sm__icon{display:grid;place-items:center;width:24px;height:24px;color:currentColor;flex:0 0 auto}
.a94sm__item>.a94sm__icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.a94sm__label{display:block;min-width:0;overflow-wrap:anywhere;white-space:normal}
.a94sm__badge{display:grid;place-items:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--a94-accent);color:#fff;font-size:10px;font-weight:850;line-height:1}
.a94sm__item.is-active .a94sm__badge{background:#fff;color:var(--a94-accent)}
/* Elementor/theme button states must not recolour the menu action pink. */
body .elementor-widget-a94-student-side-menu button.a94sm__item--dashboard_settings,
body .elementor-widget-a94-student-side-menu button.a94sm__item--dashboard_settings:is(:hover,:focus,:focus-visible,:active){
  border-color:rgba(255,102,0,.5)!important;
  background:rgba(255,102,0,.08)!important;
  color:var(--a94-text,#fff)!important;
  outline:none!important;
  box-shadow:none!important;
}
.a94sm__viewport,.a94sm__scroll-button,.a94sm__brand,.a94sm__trigger-actions,.a94sm__trigger-badge{display:none!important}

@media (max-width:1024px){
  .a94sm__panel{max-height:min(78vh,680px)}
  .a94sm__track{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:767px){
  .a94sm{--a94sm-control-size:42px}
  .a94sm__panel{padding:11px;border-radius:16px;max-height:calc(100dvh - 76px);transform-origin:top right}
  .a94sm__panel-head{padding:3px 3px 11px;margin-bottom:8px}
  .a94sm__track{grid-template-columns:1fr;gap:8px}
  .a94sm__item{min-height:54px;padding:9px 11px;font-size:13px}
}
@media (prefers-reduced-motion:reduce){
  .a94sm__menu-button,.a94sm__panel,.a94sm__item,.a94sm__hamburger,.a94sm__hamburger span{transition:none!important;scroll-behavior:auto!important}
}

/* v2.39.0 — access-aware combined account/navigation menu */
.a94sm__icon--avatar{overflow:hidden;border-radius:50%;background:#202020}
.a94sm__icon--avatar img{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}
.a94sm__item--account{grid-template-columns:30px minmax(0,1fr) auto}
.a94sm__item--account>.a94sm__icon{width:28px;height:28px}

/* Guest navigation keeps the public menu panel aligned to the header controls. */
.a94sm--guest .a94sm__panel{transform-origin:top right}

/* v2.95.2 — Dashboard Settings is available to eligible students from the site-wide header menu. */

/* v2.95.4 — branded guest login button and fixed horizontal header controls. */
.a94sm__controls,
.a94sm--guest .a94sm__controls{
  display:inline-flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:flex-end!important;
  width:max-content!important;
  max-width:none!important;
  white-space:nowrap!important;
}
.a94sm--guest,
.a94sm--logged-out{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-end!important;
  width:max-content!important;
  min-width:max-content!important;
}
body .elementor-widget-a94-student-side-menu .a94sm__login-button,
body .elementor-widget-a94-student-side-menu a.a94sm__login-button{
  min-width:94px!important;
  height:var(--a94sm-control-size)!important;
  min-height:var(--a94sm-control-size)!important;
  padding:0 20px!important;
  border:1px solid var(--a94-accent)!important;
  border-radius:13px!important;
  background:var(--a94-accent)!important;
  color:#fff!important;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1!important;
  letter-spacing:0!important;
  text-transform:lowercase!important;
  box-shadow:none!important;
}
body .elementor-widget-a94-student-side-menu .a94sm__login-button .a94sm__login-label,
body .elementor-widget-a94-student-side-menu a.a94sm__login-button .a94sm__login-label{
  color:#fff!important;
  text-transform:lowercase!important;
}
body .elementor-widget-a94-student-side-menu .a94sm__login-button:hover,
body .elementor-widget-a94-student-side-menu .a94sm__login-button:focus-visible,
body .elementor-widget-a94-student-side-menu a.a94sm__login-button:hover,
body .elementor-widget-a94-student-side-menu a.a94sm__login-button:focus-visible{
  border-color:var(--a94-accent-hover)!important;
  background:var(--a94-accent-hover)!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(255,102,0,.18)!important;
}
body .elementor-widget-a94-student-side-menu .a94sm__login-button:hover .a94sm__login-label,
body .elementor-widget-a94-student-side-menu .a94sm__login-button:focus-visible .a94sm__login-label{
  color:#fff!important;
}
@media(max-width:767px){
  .a94sm__controls,.a94sm--guest .a94sm__controls{gap:8px!important}
  body .elementor-widget-a94-student-side-menu .a94sm__login-button,
  body .elementor-widget-a94-student-side-menu a.a94sm__login-button{
    min-width:82px!important;
    padding:0 15px!important;
    font-size:13px!important;
  }
}
body .elementor-widget-a94-student-side-menu>.elementor-widget-container{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  overflow:visible!important;
}

/* v2.96.25 — one account header and right-side drawer on every logged-in page. */
body.logged-in .elementor-location-header .elementor-widget-woocommerce-menu-cart{display:none!important}
body .a94-site-basket{display:none!important}
.a94sm--unified{--a94sm-control-size:56px;width:max-content!important;min-height:var(--a94sm-control-size)!important}
.elementor-widget-container>.a94sm.a94sm--unified{--a94sm-control-size:inherit!important}
.a94sm--unified .a94sm__unified-controls{display:flex!important;align-items:center!important;gap:calc(var(--a94sm-control-size) * .3214)!important;width:max-content!important;height:var(--a94sm-control-size)!important;min-height:var(--a94sm-control-size)!important}
.a94sm--unified .a94sm__login-button{min-width:calc(var(--a94sm-control-size) * 1.857)!important;min-height:var(--a94sm-control-size)!important;height:var(--a94sm-control-size)!important;padding:0 calc(var(--a94sm-control-size) * .357)!important;border-radius:calc(var(--a94sm-control-size) * .25)!important;font:800 calc(var(--a94sm-control-size) * .286)/1 Inter,system-ui,sans-serif!important;text-transform:uppercase!important}
.a94sm__unified-cart{display:inline-flex;align-items:center;gap:calc(var(--a94sm-control-size) * .2143);height:var(--a94sm-control-size);min-height:var(--a94sm-control-size);padding:0 calc(var(--a94sm-control-size) * .3214);border:1px solid rgba(255,255,255,.18);border-radius:calc(var(--a94sm-control-size) * .25);background:#090909;color:#fff!important;font-family:Inter,system-ui,sans-serif;font-size:calc(var(--a94sm-control-size) * .286);font-weight:800;text-decoration:none!important;text-transform:uppercase}
.a94sm__unified-cart:hover,.a94sm__unified-cart:focus-visible{border-color:#ff6500;color:#fff!important;outline:none}
.a94sm__unified-cart-count{display:grid;place-items:center;min-width:calc(var(--a94sm-control-size) * .679);height:calc(var(--a94sm-control-size) * .679);padding:0 calc(var(--a94sm-control-size) * .125);border-radius:999px;background:#ff6500;color:#fff;font-size:calc(var(--a94sm-control-size) * .286);font-weight:900}
.a94sm__unified-name{display:block;max-width:240px;overflow:hidden;color:#fff;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}
body .elementor-widget-a94-student-side-menu .a94sm--unified .a94sm__menu-button{width:var(--a94sm-control-size)!important;min-width:var(--a94sm-control-size)!important;max-width:var(--a94sm-control-size)!important;height:var(--a94sm-control-size)!important;min-height:var(--a94sm-control-size)!important;max-height:var(--a94sm-control-size)!important;border-color:#ff6500!important;border-radius:calc(var(--a94sm-control-size) * .25)!important;background:#090909!important}
body .elementor-55 .elementor-element.elementor-element-b2c7b4e .a94sm--unified .a94sm__hamburger{width:calc(var(--a94sm-control-size) * .5)!important;height:calc(var(--a94sm-control-size) * .5)!important;color:#fff!important}
body .elementor-55 .elementor-element.elementor-element-b2c7b4e .a94sm--unified .a94sm__hamburger span{width:calc(var(--a94sm-control-size) * .4643)!important;height:max(2px,calc(var(--a94sm-control-size) * .0536))!important;background:#fff!important}
.a94sm--unified .a94sm__hamburger span+span{margin-top:calc(var(--a94sm-control-size) * .0893)}
.a94sm--unified .a94sm__menu-button[aria-expanded="true"]{background:#090909!important}
.a94sm--unified .a94sm__menu-button[aria-expanded="true"] .a94sm__hamburger{color:#fff}
.a94sm__panel--unified{inset:0 0 0 auto!important;width:min(470px,92vw)!important;max-width:92vw!important;height:100dvh!important;max-height:none!important;margin:0!important;padding:30px 30px 40px!important;border:0!important;border-left:1px solid rgba(255,255,255,.14)!important;border-radius:0!important;background:#090909!important;box-shadow:-28px 0 80px rgba(0,0,0,.55)!important;overflow:auto!important;opacity:0;transform:translateX(102%)!important;transition:opacity .2s ease,transform .22s ease,display .22s allow-discrete,overlay .22s allow-discrete!important}
body .elementor-location-header .elementor-widget-a94-student-side-menu .a94sm__panel.a94sm__panel--unified{border-radius:0!important}
.a94sm__panel--unified:popover-open,.a94sm__panel--unified.is-open{display:block;opacity:1;transform:translateX(0)!important}
.a94sm__panel--unified::backdrop{background:rgba(0,0,0,.76);backdrop-filter:blur(4px)}
@starting-style{.a94sm__panel--unified:popover-open{opacity:0;transform:translateX(102%)!important}}
.a94sm__unified-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,.14)}
.a94sm__unified-head>div{display:grid;gap:8px}
.a94sm__unified-head>div>span{color:rgba(255,255,255,.62);font:500 14px/1.2 Inter,system-ui,sans-serif;text-transform:uppercase}
.a94sm__unified-head strong{color:#fff;font:800 25px/1.15 Inter,system-ui,sans-serif;letter-spacing:-.02em}
body .elementor-widget-a94-student-side-menu .a94sm__unified-head .a94sm__close{width:54px!important;min-width:54px!important;height:54px!important;min-height:54px!important;border:1px solid #ff6500!important;border-radius:14px!important;background:#151515!important;color:#fff!important;font:500 34px/1 Inter,system-ui,sans-serif!important}
.a94sm__member-links{display:grid;padding-top:14px}
.a94sm__member-divider{width:100%;height:0;margin:14px 0;border:0;border-top:1px solid rgba(255,255,255,.18)}
.a94sm__member-link{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:72px;padding:0 8px;border:0;background:transparent;color:#fff!important;font:750 20px/1.2 Inter,system-ui,sans-serif;text-align:left;text-decoration:none!important;box-shadow:none;cursor:pointer}
.a94sm__member-link:hover,.a94sm__member-link:focus-visible{color:#ff6500!important;outline:none}
.a94sm__member-link b{color:#ff6500;font-size:36px;font-weight:500;line-height:1}
.a94sm__member-toggle b{font-size:36px;transition:none;transform:none!important}
.a94sm__member-toggle[aria-expanded="true"] b{transform:none!important}
body .elementor-widget-a94-student-side-menu button.a94sm__member-toggle>span{color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important;visibility:visible!important}
body .elementor-widget-a94-student-side-menu button.a94sm__member-toggle:is(:hover,:focus,:focus-visible,:active)>span{color:#ff6500!important;-webkit-text-fill-color:#ff6500!important}
.a94sm__member-submenu{display:grid;padding:0 0 8px 18px}
.a94sm__member-submenu[hidden]{display:none!important}
.a94sm__member-sublink{min-height:54px;color:rgba(255,255,255,.74)!important;font-size:16px}
.a94sm__member-sublink b{font-size:27px}
body .elementor-widget-a94-student-side-menu button.a94sm__member-toggle,
body .elementor-widget-a94-student-side-menu button.a94sm__member-toggle:is(:hover,:focus,:focus-visible,:active){border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
body .elementor-widget-a94-student-side-menu>.elementor-widget-container{--a94sm-control-size:56px;min-height:var(--a94sm-control-size)!important}
@media(max-width:767px){
  .a94sm--unified{--a94sm-control-size:46px}
  .a94sm--unified{min-height:var(--a94sm-control-size)!important}
  .a94sm--unified .a94sm__unified-controls{gap:calc(var(--a94sm-control-size) * .2174)!important;height:var(--a94sm-control-size)!important;min-height:var(--a94sm-control-size)!important}
  .a94sm--unified .a94sm__login-button{min-width:calc(var(--a94sm-control-size) * 1.783)!important;min-height:var(--a94sm-control-size)!important;height:var(--a94sm-control-size)!important;padding:0 calc(var(--a94sm-control-size) * .304)!important;border-radius:calc(var(--a94sm-control-size) * .239)!important;font-size:calc(var(--a94sm-control-size) * .283)!important}
  .a94sm__unified-cart{height:var(--a94sm-control-size);min-height:var(--a94sm-control-size);padding:0 calc(var(--a94sm-control-size) * .239);font-size:calc(var(--a94sm-control-size) * .261);gap:calc(var(--a94sm-control-size) * .174);border-radius:calc(var(--a94sm-control-size) * .239)}
  .a94sm__unified-cart-count{min-width:calc(var(--a94sm-control-size) * .609);height:calc(var(--a94sm-control-size) * .609);font-size:calc(var(--a94sm-control-size) * .261)}
  .a94sm--logged-in .a94sm__unified-name,
  .a94sm--logged-in .a94sm__unified-cart>span:not(.a94sm__unified-cart-count){display:none!important}
  .a94sm--logged-in .a94sm__unified-cart{display:grid!important;place-items:center!important;width:var(--a94sm-control-size)!important;min-width:var(--a94sm-control-size)!important;max-width:var(--a94sm-control-size)!important;padding:0!important}
	.a94sm--guest .a94sm__unified-cart>span:not(.a94sm__unified-cart-count){display:none!important}
	.a94sm--guest .a94sm__unified-cart{display:grid!important;place-items:center!important;width:var(--a94sm-control-size)!important;min-width:var(--a94sm-control-size)!important;max-width:var(--a94sm-control-size)!important;padding:0!important}
  body .elementor-widget-a94-student-side-menu .a94sm--unified .a94sm__menu-button{width:var(--a94sm-control-size)!important;min-width:var(--a94sm-control-size)!important;max-width:var(--a94sm-control-size)!important;height:var(--a94sm-control-size)!important;min-height:var(--a94sm-control-size)!important;max-height:var(--a94sm-control-size)!important;border-radius:calc(var(--a94sm-control-size) * .239)!important}
  .a94sm__panel--unified{width:min(390px,94vw)!important;max-width:94vw!important;padding:22px 22px 32px!important}
  .a94sm__member-link{min-height:64px;font-size:17px}
  .a94sm__member-sublink{min-height:50px;font-size:15px}
  body .elementor-widget-a94-student-side-menu>.elementor-widget-container{--a94sm-control-size:46px;min-height:var(--a94sm-control-size)!important}
}


/* v2.95.5 — deterministic centring for the guest login control.
 * Elementor/theme anchor and span rules must not move or shrink the label. */
body .elementor-widget-a94-student-side-menu .a94sm__login-button,
body .elementor-widget-a94-student-side-menu a.a94sm__login-button{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-sizing:border-box!important;
  margin:0!important;
  vertical-align:middle!important;
  text-align:center!important;
  text-indent:0!important;
  overflow:hidden!important;
}
body .elementor-widget-a94-student-side-menu .a94sm__login-button .a94sm__login-label,
body .elementor-widget-a94-student-side-menu a.a94sm__login-button .a94sm__login-label{
  position:static!important;
  inset:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  font-family:inherit!important;
  font-size:inherit!important;
  font-weight:inherit!important;
  line-height:1!important;
  letter-spacing:inherit!important;
  text-align:center!important;
  text-indent:0!important;
  white-space:nowrap!important;
  transform:none!important;
  float:none!important;
}
