/* Slim ABC İngilizce site bar shown above the vocabulary app on each grade page. */
.vocab-topbar{
  display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;
  padding:10px 16px;padding-top:calc(10px + env(safe-area-inset-top,0px));
  background:#17304A;color:#EFF1EB;
  font-family:'IBM Plex Sans',system-ui,-apple-system,"Segoe UI",sans-serif;
  font-size:13.5px;
}
.vocab-topbar .vt-home{
  display:flex;align-items:center;gap:7px;color:#EFF1EB;text-decoration:none;font-weight:600;
}
.vocab-topbar .vt-mark{
  width:20px;height:20px;border-radius:6px;background:#E2A63B;color:#6B4310;
  display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:12px;
}
.vocab-topbar .vt-crumb{color:#B9C6CE}
.vocab-topbar .vt-crumb a{color:#B9C6CE;text-decoration:none}
.vocab-topbar .vt-crumb a:hover{color:#fff;text-decoration:underline}
@media (prefers-color-scheme:dark){
  .vocab-topbar{background:#0F1815;color:#ECEFE9}
}
