/* The corporate global header is intentionally identical to the top page. */
body.map-shell { padding: 44px 0 72px; }
.map-header { position:sticky; inset-block-start:0; z-index:20; display:flex; align-items:center; gap:24px; width:min(calc(100% - 96px),1120px); min-height:72px; margin:-24px auto 24px; padding:10px 16px; border:1px solid #c8d2d8; background:rgb(255 255 255 / .96); box-shadow:0 8px 24px rgb(19 38 57 / .09); backdrop-filter:blur(10px); }
.map-brand { display:flex; align-items:center; gap:12px; min-width:250px; color:#0a3159; font-size:12px; font-weight:700; line-height:1.45; text-decoration:none; }
.map-brand img { width:152px; height:auto; }
.map-brand span { padding-inline-start:12px; border-inline-start:1px solid #cad2d7; }
.map-nav { display:flex; flex:1; justify-content:center; gap:18px; }
.map-nav a { color:#0a3159; font-size:12px; font-weight:800; text-decoration:none; white-space:nowrap; }
.map-nav a:hover, .map-nav a[aria-current="page"] { color:#087c82; }
.map-jobs, .map-line { display:inline-flex; align-items:center; justify-content:center; min-height:42px; padding:0 15px; border-radius:5px; font-size:12px; font-weight:800; text-decoration:none; white-space:nowrap; }
.map-jobs { border:1px solid #0a3159; color:#0a3159; background:#fff; }
.map-line { background:#00b956; color:#031f11; }
@media (max-width:1000px) { .map-header{gap:8px}.map-nav{display:none}.map-brand{flex:1} }
@media (max-width:700px) { body.map-shell{padding:12px 0 30px}.map-header{width:calc(100% - 20px);min-height:58px;margin:0 auto 12px;padding:8px 10px;gap:8px}.map-brand{min-width:0;flex:1}.map-brand img{width:126px}.map-brand span,.map-nav{display:none}.map-jobs,.map-line{min-height:38px;padding:0 9px;font-size:10px} }
