.elementor-2985 .elementor-element.elementor-element-46013469{--display:flex;}body.elementor-page-2985{margin:115px 0px 0px 0px;}/* Start custom CSS *//* ---- Scoped tokens --------------------------------------------- */
.nba-a11y{
  --pink:#e6007e;
  --pink-dark:#b80064;
  --ink:#3a3a3a;
  --heading:#2a2a2a;
  --muted:#6b6b6b;
  --line:#e6e6e6;
  --bg-soft:#fafafa;
  --radius:10px;
 
  margin:0 auto;
  padding:8px 0 40px;
  color:var(--ink);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size:17px;
  line-height:1.65;
}
 
/* ---- Headings -------------------------------------------------- */
.nba-a11y h1{
  font-size:2.4rem;
  font-weight:700;
  color:var(--heading);
  margin:0 0 .6em;
  line-height:1.15;
}
.nba-a11y h2{
  font-size:1.7rem;
  font-weight:700;
  color:var(--heading);
  margin:2.2em 0 .2em;
  padding-bottom:.45em;
  line-height:1.2;
}
.nba-a11y h2::after{                 /* short pink accent bar */
  content:"";
  display:block;
  width:54px;height:4px;
  margin-top:.5em;
  background:var(--pink);
  border-radius:2px;
}
.nba-a11y h3{
  font-size:1.32rem;
  font-weight:700;
  color:var(--heading);
  margin:2em 0 .4em;
}
.nba-a11y h4{
  font-size:1.05rem;
  font-weight:700;
  color:var(--heading);
  margin:1.5em 0 .35em;
  text-transform:none;
  letter-spacing:.01em;
}
 
/* ---- Text + links ---------------------------------------------- */
.nba-a11y p{margin:0 0 1.1em;}
.nba-a11y a{
  color:var(--pink);
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:border-color .15s ease,color .15s ease;
}
.nba-a11y a:hover,
.nba-a11y a:focus-visible{
  color:var(--pink-dark);
  border-bottom-color:currentColor;
}
.nba-a11y a:focus-visible{outline:3px solid rgba(230,0,126,.35);outline-offset:2px;border-radius:2px;}
 
.nba-a11y ul{margin:0 0 1.2em;padding-left:1.3em;}
.nba-a11y ul li{margin:.3em 0;}
 
/* ---- Browser install grid -------------------------------------- */
.nba-a11y .browserDownloads{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:flex-start;
  gap:28px 36px;
  margin:1.6em 0 2em;
  padding:28px 16px;
  background:var(--bg-soft);
  border:1px solid var(--line);
  border-radius:var(--radius);
  text-align:center;
}
.nba-a11y .browserDownloads a{
  display:flex;
  flex-direction:column;
  align-items:center;
  width:128px;
  border-bottom:none;
  font-size:.95rem;
  font-weight:600;
  line-height:1.25;
  color:var(--pink);
}
.nba-a11y .browserDownloads a:hover img{transform:translateY(-4px);}
.nba-a11y .browserDownloads img.mediaImage{
  width:auto;
  height:84px;                       /* normalises the mismatched logos */
  margin:0 0 12px;
  transition:transform .18s ease;
}
 
/* ---- Inline icon + link rows (fonts / zoom) -------------------- */
.nba-a11y .a11y-iconlist{
  list-style:none;
  margin:1em 0 1.4em;
  padding:0;
  display:grid;
  gap:2px;
}
.nba-a11y .a11y-iconlist li{margin:0;}
.nba-a11y .a11y-iconlist a{
  display:flex;
  align-items:center;
  gap:12px;
  padding:8px 10px;
  border-bottom:none;
  border-radius:8px;
  font-weight:600;
}
.nba-a11y .a11y-iconlist a:hover{background:var(--bg-soft);color:var(--pink-dark);}
.nba-a11y .a11y-iconlist img{
  width:26px;height:26px;
  object-fit:contain;
  flex:0 0 26px;
}
 
/* ---- Keyboard shortcut table ----------------------------------- */
.nba-a11y .a11y-tablewrap{
  overflow-x:auto;
  margin:1.2em 0 1.8em;
  border:1px solid var(--line);
  border-radius:var(--radius);
}
.nba-a11y table{
  width:100%;
  min-width:560px;
  border-collapse:collapse;
  font-size:.95rem;
}
.nba-a11y table th,
.nba-a11y table td{
  padding:11px 14px;
  text-align:left;
  border-bottom:1px solid var(--line);
  border-right:1px solid var(--line);
  vertical-align:middle;
}
.nba-a11y table tr td:last-child,
.nba-a11y table tr th:last-child{border-right:none;}
.nba-a11y table thead th{
  background:var(--pink);
  color:#fff;
  font-weight:700;
  border-right-color:rgba(255,255,255,.25);
}
.nba-a11y table tbody td:first-child{
  background:var(--bg-soft);
  font-weight:700;
  color:var(--heading);
}
.nba-a11y table .a11y-note td{
  background:#fff7fb;
  font-style:italic;
  color:var(--muted);
  font-weight:400;
}
.nba-a11y table kbd{
  display:inline-block;
  background:#fff;
  border:1px solid #d4d4d4;
  border-bottom-width:2px;
  border-radius:5px;
  padding:1px 7px;
  font:600 .82rem/1.4 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  color:#333;
}
 
/* ---- Feature blocks (browser tips) ----------------------------- */
.nba-a11y .a11y-feature{margin:0 0 1.3em;}
.nba-a11y .a11y-feature strong:first-child{
  display:block;
  font-size:1.05rem;
  color:var(--heading);
  margin-bottom:.15em;
}
 
/* ---- Tool cards (NVDA / WAVE / Narrator) ----------------------- */
.nba-a11y .a11y-tool{
  display:flex;
  align-items:center;
  gap:24px;
  margin:1em 0;
  padding:20px 22px;
  background:var(--bg-soft);
  border:1px solid var(--line);
  border-radius:var(--radius);
}
.nba-a11y .a11y-tool__logo{
  flex:0 0 150px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.nba-a11y .a11y-tool__logo img{max-width:100%;height:auto;}
.nba-a11y .a11y-tool__body{flex:1;min-width:0;}
.nba-a11y .a11y-tool__body p:last-child{margin-bottom:0;}
 
/* ---- Small helpers --------------------------------------------- */
.nba-a11y .a11y-linkrow{
  display:flex;flex-wrap:wrap;gap:10px 18px;margin:.2em 0 1.2em;
}
.nba-a11y .a11y-linkrow a{font-weight:600;}
 
/* ---- Responsive ------------------------------------------------ */
@media (max-width:600px){
  .nba-a11y{font-size:16px;}
  .nba-a11y h1{font-size:1.9rem;}
  .nba-a11y h2{font-size:1.4rem;}
  .nba-a11y .browserDownloads{gap:20px;padding:20px 8px;}
  .nba-a11y .browserDownloads a{width:96px;}
  .nba-a11y .browserDownloads img.mediaImage{height:64px;}
  .nba-a11y .a11y-tool{flex-direction:column;align-items:flex-start;}
  .nba-a11y .a11y-tool__logo{flex-basis:auto;justify-content:flex-start;}
}
 
@media (prefers-reduced-motion:reduce){
  .nba-a11y *{transition:none !important;}
}/* End custom CSS */