.tool-context-nav { background: #fff; border-bottom: 1px solid #d7e0e8; }
.tool-context-nav__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: .75rem; min-height: 4rem; }
.tool-context-nav a { display: inline-flex; align-items: center; min-height: 44px; color: #0b1e32; font-weight: 800; text-decoration: none; }
.tool-context-nav a:hover { text-decoration: underline; text-decoration-thickness: .15em; text-underline-offset: .2em; }
.tool-context-nav a:focus-visible { outline: 3px solid #0b1e32; outline-offset: 3px; }
.tool-context-nav__current { margin: 0; color: #526172; font-size: .9rem; font-weight: 700; text-align: center; }
.tool-context-nav__switch { justify-self: end; }
@media (max-width: 640px) { .tool-context-nav__inner { grid-template-columns: 1fr; gap: .15rem; padding: .65rem 0; } .tool-context-nav__current, .tool-context-nav__switch { justify-self: start; text-align: left; } }
