.schedule-map-link{display:block;margin-top:3px;padding:0;border:0;background:none;color:var(--accent,#800000);font:inherit;font-size:11px;font-weight:800;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.schedule-map-link:hover{opacity:.75}.schedule-map-link:disabled{color:var(--muted,#777);cursor:not-allowed;text-decoration:none;opacity:.7}.schedule-map-modal[hidden]{display:none!important}.schedule-map-modal{position:fixed;inset:0;z-index:1600;display:grid;place-items:center;padding:18px}.schedule-map-backdrop{position:absolute;inset:0;background:rgba(20,20,20,.58)}.schedule-map-dialog{position:relative;z-index:1;width:min(900px,96vw);max-height:92vh;overflow:auto;background:var(--panel,#fff);border:1px solid var(--line,#ddd);border-radius:6px;box-shadow:0 20px 70px rgba(0,0,0,.28)}.schedule-map-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding:18px 20px;border-bottom:1px solid var(--line,#ddd)}.schedule-map-head h2{margin:2px 0 0}.schedule-map-head p{margin:5px 0 0}.schedule-map-close{min-width:42px}.schedule-map-canvas{height:min(62vh,560px);min-height:360px;background:#eee}.schedule-map-message{padding:12px 20px;border-top:1px solid var(--line,#ddd);color:var(--muted,#666)}body.schedule-map-open{overflow:hidden}.schedule-map-marker,.route-airport-marker{background:transparent!important;border:0!important}.schedule-map-pin,.route-airport-pin{display:grid;place-items:center;min-width:54px;height:28px;padding:0 7px;border-radius:14px;background:#fff;border:3px solid #800000;color:#800000;font-size:10px;font-weight:900;letter-spacing:.03em;box-shadow:0 2px 8px rgba(0,0,0,.25);box-sizing:border-box;white-space:nowrap}.schedule-map-pin.arr,.route-airport-pin.arr{border-color:#333;color:#333}@media(max-width:650px){.schedule-map-modal{padding:8px}.schedule-map-canvas{min-height:320px;height:60vh}}

/* Build 4-3: unified neutral overlay close control. */
.schedule-map-close{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;padding:0!important;margin:0!important;border:1px solid #cfd3d8!important;border-radius:6px!important;background:#fff!important;color:#5f6368!important;font-family:Arial,Helvetica,sans-serif!important;font-size:24px!important;font-weight:400!important;line-height:1!important;text-decoration:none!important;cursor:pointer!important;box-shadow:none!important;flex:0 0 40px!important;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease!important}
.schedule-map-close:hover{background:#f3f4f6!important;border-color:#aeb4bb!important;color:#222!important}
.schedule-map-close:focus-visible{outline:none!important;border-color:#9a7a2f!important;box-shadow:0 0 0 3px rgba(198,138,27,.20)!important}
