/* Itinerary layout overrides. Load after the prototype and map styles. */
.content:has(> .trip-heading){padding-top:20px}
.trip-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px}
.trip-heading .heading-main{display:block;flex:1;min-width:0}
.trip-heading .trip-title-row{display:flex;align-items:center;gap:6px;min-width:0}
.trip-heading .trip-title-row h1{flex:1;min-width:0}
.trip-heading .heading-main h1{font-size:25px;line-height:1.35;letter-spacing:-.5px;margin:0;overflow-wrap:anywhere}
.trip-heading .heading-main>p{grid-column:1/-1;margin:1px 0 0;font-size:13px;line-height:1.5;color:var(--muted)}
.trip-switch-icon{display:inline-grid;place-items:center;width:44px;height:44px;min-width:44px;padding:0;border-radius:50%;background:transparent;color:var(--green)}
.trip-switch-icon .icon{width:19px;height:19px}
.trip-heading .trip-tools{display:flex;align-items:center;justify-content:flex-start;gap:8px;flex-shrink:0;margin:0}
.trip-tools .segment{padding:3px;gap:2px;border-radius:12px;background:#f0f3ed;border:1px solid #e5eadf}
.trip-tools .segment button{min-height:44px;min-width:60px;padding:7px 13px;font-size:14px;line-height:1.3;border-radius:9px}
.trip-tools .reading{display:inline-flex;align-items:center;justify-content:center;min-width:44px;width:44px;min-height:44px;height:44px;padding:0;font-size:14px;border-radius:10px}
.trip-tools .reading b{font-size:17px;line-height:1}
.trip-tools .reading .reading-label{display:none}

.trip-workspace,.easy .trip-workspace{display:flex;flex-direction:column;gap:12px;min-width:0}
.trip-workspace>.map-column,.easy .trip-workspace>.map-column{display:block!important;position:static;order:0!important;width:100%;min-width:0;margin:0!important}
.trip-workspace>.datebar,.easy .trip-workspace>.datebar{order:1;min-width:0;margin:0;padding:4px 1px 6px;gap:7px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}
.trip-workspace>.timeline-column,.easy .trip-workspace>.timeline-column{order:2;width:100%;min-width:0}
.trip-workspace .datebtn{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:1px;min-height:56px;min-width:88px;padding:7px 13px;border-radius:13px;background:var(--paper);border:1px solid #e2e8dd;box-shadow:none}
.trip-workspace .datebtn strong{font-size:15px;font-weight:650;line-height:1.4}
.trip-workspace .datebtn small{font-size:12px;line-height:1.4;color:var(--muted)}
.trip-workspace .datebtn.active{background:#eaf1e3;border-color:#c3d0b7;color:#516b47;box-shadow:inset 0 1px 0 #ffffffb3}
.trip-workspace .datebtn.active small{color:#617352}

.trip-workspace .route-panel{border-radius:16px;border-color:#e0e7da;background:var(--paper);box-shadow:none}
.route-panel>.route-top{min-height:56px;padding:6px 12px;gap:10px;background:#fbfcf9;align-items:center}
.route-panel>.route-top strong{display:block;font-size:15px;line-height:1.4;color:var(--ink)}
.route-panel>.route-top small,.route-panel>.route-top p{display:block;font-size:12px;line-height:1.4;margin:1px 0 0;color:var(--muted)}
.route-panel>.route-top .row{gap:0}
.route-panel>.route-top .iconbtn{width:44px;height:44px;min-width:44px;min-height:44px;padding:0;background:transparent}
.route-panel>.route-top .map-collapse{display:inline-grid!important}
.route-panel>.route-top .map-collapse-button{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:44px;min-width:44px;padding:6px 9px;border:0;border-radius:9px;background:transparent;font-size:13px;line-height:1.35;color:var(--green);white-space:nowrap}
.map-collapse-button .icon{width:17px;height:17px;flex-shrink:0;transition:transform .15s}
.map-collapse-button[aria-expanded="true"] .icon{transform:rotate(180deg)}
.route-panel>.map-viewport{position:relative;min-width:0;isolation:isolate}
.route-panel .map-viewport .real-map{height:260px;min-height:0;width:100%;border-radius:0}
.route-panel .map-viewport .map-toolbar{position:absolute;z-index:1;left:8px;top:8px;right:auto;display:flex;align-items:stretch;gap:2px;width:max-content;max-width:calc(100% - 16px);padding:3px;border:1px solid #ffffffde;border-radius:12px;background:rgba(253,254,251,.94);box-shadow:0 2px 9px #354d3812}
.route-panel .map-viewport .map-toolbar button{min-height:44px;min-width:44px;flex:0 1 auto;padding:7px 9px;font-size:13px;line-height:1.3;border-radius:8px;white-space:normal}
.route-panel .map-viewport .map-toolbar .locate-button{background:#eaf1f5;border-color:transparent;color:#365f7a}
.route-panel .real-map .leaflet-control-attribution{font-size:11px;line-height:1.45;background:#ffffffed}
.route-panel>.map-status{padding:7px 12px;font-size:13px;line-height:1.55;overflow-wrap:anywhere}
.route-panel>.map-status:has([data-location-state="idle"]){display:none}
.route-panel>.map-peek{padding:3px 12px 5px;border-color:var(--line)}
.route-panel>.map-peek .map-selected-row{min-height:44px;gap:8px}
.map-selected-title{flex:1;min-width:0}
.map-selected-title small{display:block;font-size:12px;line-height:1.35;margin:0 0 1px;color:var(--muted)}
.route-panel>.map-peek h3{font-size:15px;line-height:1.45}
.route-panel>.map-peek .map-navigation{min-height:44px;font-size:13px;line-height:1.35;gap:5px}
.route-panel>.map-peek .map-distance{font-size:13px;line-height:1.5;margin:0 0 3px!important}
.route-panel>.map-info{font-size:12px}
.route-panel>.map-info summary{min-height:44px;padding:11px 12px;line-height:22px;font-size:12px}
.route-panel>.map-info .map-info-content{padding:0 12px 12px}
.route-panel>.map-info .map-legend,.route-panel>.map-info .privacy-note,.route-panel>.map-info .map-pending,.route-panel>.map-info .map-area-note{font-size:12px;line-height:1.6}
.route-panel>.map-tile-error{font-size:13px;line-height:1.6;padding:9px 12px}
.route-panel.is-collapsed>:not(.route-top){display:none!important}
.route-panel.is-collapsed>.route-top{border-bottom:0}
.route-panel.map-empty-panel .map-empty-state{min-height:68px;font-size:14px;padding:14px}

.trip-workspace .timeline-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:0 0 9px;border-bottom:1px solid var(--line)}
.trip-workspace .timeline-head h2{font-size:17px;line-height:1.45;font-weight:650;overflow-wrap:anywhere}
.trip-workspace .timeline-head small{font-size:13px;line-height:1.6;margin-top:2px;color:var(--muted)}
.trip-workspace .day-summary{display:flex;flex-wrap:wrap;align-items:center;gap:2px 10px;margin-top:3px;color:var(--muted)}
.trip-workspace .day-summary span{font-size:13px;line-height:1.6;overflow-wrap:anywhere}
.trip-workspace .day-summary span:first-child{color:var(--ink);font-weight:550}
.trip-workspace .density{display:flex;gap:1px;padding:2px;border-radius:10px;background:#f0f3ec}
.trip-workspace .density button{width:auto;min-width:48px;height:44px;min-height:44px;padding:7px 9px;font-size:13px;line-height:1.3;border-radius:8px}
.trip-workspace .density button.active{background:#fff;color:var(--green);box-shadow:0 1px 3px #53644b0c}
.trip-workspace .timeline{padding-top:0}
.trip-workspace .stop{display:grid;grid-template-columns:44px minmax(0,1fr);gap:8px}
.trip-workspace .time-col{padding-top:16px;font-size:14px;line-height:1.5;font-weight:600;color:var(--muted);font-variant-numeric:tabular-nums}
.trip-workspace .time-col:after{left:18px;top:46px;bottom:-20px;border-color:#dae3d3}
.trip-workspace .stop-body{padding:12px;border:1px solid #e6ebe2;border-radius:14px;background:var(--paper);min-width:0;box-shadow:none}
.trip-workspace .stop.selected .stop-body{border-color:#bdceb0;box-shadow:0 2px 8px #62745405}
.trip-workspace .stop-title{display:flex;align-items:flex-start;gap:9px;min-width:0}
.trip-workspace .stop-title .stop-select{min-width:0;min-height:44px;flex:1;padding:0}
.trip-workspace .stop-title h3{font-size:17px;line-height:1.45;font-weight:650;overflow-wrap:anywhere}
.trip-workspace .stop-title .type{font-size:12px;line-height:1.45;margin-bottom:3px;color:var(--muted)}
.trip-workspace .stop-title .iconbtn{width:44px;min-width:44px;height:44px;min-height:44px;padding:0;flex-shrink:0}
.trip-workspace .stop-controls{display:flex;flex-direction:column;align-items:center;gap:0;width:44px;min-width:44px;flex-shrink:0;margin-top:-4px}
.trip-workspace .stop-controls .iconbtn{border-radius:9px;color:var(--muted);background:transparent}
.trip-workspace .drag-handle{cursor:grab;user-select:none;-webkit-user-select:none;font-size:24px;line-height:1}
.trip-workspace .drag-handle span{pointer-events:none}
.trip-workspace .stop-menu{font-size:25px;line-height:1}
.trip-workspace .stop-controls button:hover{background:#f3f6ee}
.trip-workspace .thumb-slot,.easy .trip-workspace .thumb-slot{width:74px;height:auto;min-height:74px;margin:0;flex-shrink:0}
.trip-workspace .stop-thumb,.easy .trip-workspace .stop-thumb{width:74px;height:74px;min-width:44px;min-height:44px;border-radius:11px}
.trip-workspace .thumb-credit{display:block;white-space:nowrap;margin-top:3px;font-size:12px;line-height:1.4;color:var(--muted);text-align:center}
.trip-workspace .thumb-credit>*{display:inline}
.trip-workspace .stop-thumb small{display:none}
.trip-workspace .stop-thumb .icon{width:23px;height:23px;color:#9eac95}
.trip-workspace .stop-desc{margin:8px 0;font-size:15px;line-height:1.65;color:var(--muted)}
.trip-workspace .stop-tags{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin:0}
.trip-workspace .stop-tags .pill{font-size:13px;line-height:1.45;padding:3px 7px}
.trip-workspace .stop-tags .ticket-link{display:inline-flex;align-items:center;min-height:44px;padding:5px 7px;font-size:14px;line-height:1.35}
.trip-workspace .transport{margin:0 0 0 52px;padding:5px 10px;gap:7px;font-size:13px;line-height:1.6;min-height:30px;flex-wrap:wrap}
.trip-workspace .transport .icon{width:16px;height:16px}
.trip-workspace .transport button,.trip-workspace .transport a{min-height:44px;display:inline-flex;align-items:center}
.trip-workspace .insert-stop-row{display:flex;align-items:center;min-height:44px;margin:0 0 0 52px;padding:0}
.trip-workspace .insert-stop{display:inline-flex;align-items:center;gap:7px;min-height:44px;min-width:44px;padding:5px 9px;border:0;background:transparent;font-size:14px;line-height:1.35;color:var(--green)}
.trip-workspace .insert-stop .icon{width:19px;height:19px}
.trip-workspace .compact .thumb-slot{display:none}
.trip-workspace .compact .stop-body{padding:8px 10px;border-radius:10px}
.trip-workspace .compact .stop-title{align-items:center}
.trip-workspace .compact .stop-controls{flex-direction:row;width:auto;min-width:0;margin:0}
.trip-workspace .compact .stop-tags:empty{display:none}
.trip-workspace .compact .stop-desc{display:none}
.trip-workspace .compact .stop-tags{margin:4px 0 0}
.trip-workspace .compact .time-col{padding-top:12px}
.trip-workspace .compact .transport{padding-top:0;padding-bottom:0}
.trip-workspace .reorder-hint{margin:12px 0 0;padding-left:52px;font-size:12px;line-height:1.6;color:var(--muted)}
.edit-feedback{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding:5px 10px 5px 13px;margin:0 0 12px;border:1px solid #e0e8d9;border-radius:12px;background:#f1f6eb;color:var(--green)}
.edit-feedback>span{font-size:14px;line-height:1.5;flex:1;min-width:0;overflow-wrap:anywhere}
.edit-feedback .btn{min-height:44px;padding:7px 10px;font-size:14px;flex-shrink:0}
.redo-icon{display:inline-flex;transform:scaleX(-1)}
.schedule-note{font-size:13px;line-height:1.6;color:#7b6b48;background:#f9f6ef;border-left:2px solid #d9cba8;padding:8px 11px;margin:10px 0}
.stop-detail-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:20px}
.stop-detail-actions .btn{min-height:44px;font-size:15px;padding:10px 12px;white-space:normal}
.stop-detail-actions>[data-action="edit-stop"],.stop-detail-actions>[data-action="ticket"],.stop-detail-actions>[data-action="delete-stop"]{grid-column:1/-1}
.btn.danger{color:#a0454f;background:#f9eff0;border:1px solid #ecd8db}
.btn.danger:hover:not(:disabled){background:#f6e7e9}
.leg-endpoints{display:grid;gap:6px;margin:8px 0 18px;padding:14px 16px;background:#f6f8f3;border:1px solid var(--line);border-radius:12px}
.leg-endpoints strong{font-size:16px;line-height:1.5;font-weight:600;overflow-wrap:anywhere}
.leg-endpoints>span{font-size:17px;line-height:1;color:#96a28b;padding-left:5px}
.trip-workspace .stop.is-dragging .stop-body{background:#eff4e9;border-color:#8da67b;border-style:dashed;box-shadow:0 3px 12px #657c5014;opacity:.78}
.trip-workspace .stop.is-dragging .drag-handle{cursor:grabbing;color:#4c6841;background:#e6efdf}
.trip-workspace .stop.drop-before::before,.trip-workspace .stop.drop-after::after{content:"";position:absolute;left:52px;right:0;height:3px;border-radius:3px;background:#927d9b;box-shadow:0 0 0 2px #faf8fb;z-index:3;pointer-events:none}
.trip-workspace .stop.drop-before::before{top:-6px}
.trip-workspace .stop.drop-after::after{bottom:-6px}
.trip-workspace .is-reordering,.trip-workspace .timeline:has(.is-dragging){user-select:none;-webkit-user-select:none;cursor:grabbing}
.reorder-live-region{position:sticky;bottom:12px;z-index:3;max-width:100%;padding:9px 12px;margin:10px 0;background:#fff;border:1px solid #c8d6cb;border-radius:11px;color:var(--ink);font-size:13px;line-height:1.6;box-shadow:0 3px 12px #4656500d;pointer-events:none}
.reorder-live-region[hidden],.reorder-live-region:empty{display:none!important}
.order-drag-status{bottom:calc(92px + env(safe-area-inset-bottom,0px))!important;font-family:var(--font,system-ui,sans-serif)!important}
#root.reduce-effects ~ .order-drag-status{font-size:15px!important}

.easy .trip-heading .heading-main h1{font-size:29px}
.easy .trip-heading .heading-main>p{font-size:15px}
.easy .trip-tools .segment button{font-size:16px}
.easy .trip-workspace .datebtn strong{font-size:18px}
.easy .trip-workspace .datebtn small{font-size:15px}
.easy .trip-workspace .timeline-head h2{font-size:20px}
.easy .trip-workspace .timeline-head small,.easy .trip-workspace .density button{font-size:15px}
.easy .trip-workspace .day-summary span,.easy .trip-workspace .reorder-hint,.easy .schedule-note,.easy .edit-feedback>span,.easy .edit-feedback .btn{font-size:15px}
.easy .trip-workspace .stop-title h3{font-size:20px;line-height:1.45}
.easy .trip-workspace .stop-title .type{font-size:15px}
.easy .trip-workspace .stop-desc{font-size:18px;line-height:1.65}
.easy .trip-workspace .stop-tags .pill,.easy .trip-workspace .stop-tags .ticket-link,.easy .trip-workspace .transport,.easy .trip-workspace .insert-stop,.easy .trip-workspace .time-col{font-size:16px}
.easy .route-panel>.route-top strong{font-size:18px}
.easy .route-panel>.route-top small,.easy .route-panel>.route-top p{font-size:14px}
.easy .route-panel>.route-top .map-collapse-button,.easy .map-selected-title small{font-size:14px}
.easy .route-panel .map-viewport .map-toolbar button{font-size:14px}
.easy .route-panel>.map-peek h3{font-size:18px;white-space:normal}
.easy .route-panel>.map-status,.easy .route-panel>.map-peek .map-navigation,.easy .route-panel>.map-peek .map-distance{font-size:15px}
.easy .route-panel>.map-info summary,.easy .route-panel>.map-info .map-legend,.easy .route-panel>.map-info .privacy-note,.easy .route-panel>.map-info .map-pending,.easy .route-panel>.map-info .map-area-note{font-size:14px}

@media(min-width:1000px){
  .trip-workspace,.easy .trip-workspace{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);grid-template-areas:"dates map" "timeline map";column-gap:24px;row-gap:10px;align-items:start}
  .trip-workspace>.map-column,.easy .trip-workspace>.map-column{grid-area:map;position:sticky;top:94px;align-self:start}
  .trip-workspace>.datebar,.easy .trip-workspace>.datebar{grid-area:dates}
  .trip-workspace>.timeline-column,.easy .trip-workspace>.timeline-column{grid-area:timeline}
  .route-panel .map-viewport .real-map{height:420px}
}
@media(max-width:999px){
  .trip-heading{display:block;margin-bottom:12px}
  .trip-heading .trip-tools{margin-top:9px;gap:8px;flex-wrap:nowrap}
  .trip-workspace,.easy .trip-workspace{gap:10px}
}
@media(max-width:960px){
  .content{padding-bottom:calc(96px + env(safe-area-inset-bottom,0px))}
  .bottomnav{position:fixed;left:0;right:0;bottom:0;height:calc(70px + env(safe-area-inset-bottom,0px));min-height:70px;padding:4px 14px calc(4px + env(safe-area-inset-bottom,0px));align-items:stretch}
  .bottomnav button{min-height:56px;gap:3px;font-size:12px}
  .bottomnav .icon{width:21px;height:21px}
}
@media(max-width:720px){
  .content:has(> .trip-heading){padding:16px 14px calc(96px + env(safe-area-inset-bottom,0px))}
  .trip-heading .heading-main h1{font-size:24px}
  .trip-workspace .stop-title h3{font-size:16px}
  .easy .trip-workspace .stop-title h3{font-size:19px}
  .trip-workspace .stop-body{padding:11px 10px}
  .trip-workspace .stop-title{gap:8px}
  .trip-workspace .timeline-head{gap:8px}
  .trip-workspace .density button{min-width:44px;padding:6px 8px}
}
@media(max-width:360px){
  .route-panel .map-viewport .real-map{height:240px}
  .route-panel .map-viewport .map-toolbar button{padding:7px 6px;font-size:12px}
  .trip-workspace .stop{grid-template-columns:40px minmax(0,1fr);gap:6px}
  .trip-workspace .time-col{font-size:13px}
  .trip-workspace .transport,.trip-workspace .insert-stop-row{margin-left:46px}
  .trip-workspace .thumb-slot,.easy .trip-workspace .thumb-slot{width:60px;height:auto;min-height:68px}
  .trip-workspace .stop-thumb,.easy .trip-workspace .stop-thumb{width:60px;height:68px}
  .trip-workspace .reorder-hint{padding-left:46px}
  .trip-workspace .stop.drop-before::before,.trip-workspace .stop.drop-after::after{left:46px}
  .easy .trip-workspace .time-col{font-size:15px}
}
.map-dialog .route-panel .map-viewport .real-map{height:min(60dvh,620px);min-height:260px}
@media(prefers-reduced-transparency:reduce),(prefers-contrast:more){.route-panel .map-viewport .map-toolbar{background:#fff;border-color:var(--line);box-shadow:none}}
@media(prefers-reduced-motion:reduce){.map-collapse-button .icon{transition:none}}

/* The trip title belongs in the app header; keep the controls below compact. */
#root:not(:has(>.prototypebar)) .app-shell{min-height:100dvh}
#root:not(:has(>.prototypebar)) .sidebar{height:100dvh}
.trip-topbar{gap:12px}
.trip-context{display:flex;align-items:center;gap:3px;min-width:0;flex:1}
.trip-context h1{font-size:21px;line-height:1.4;letter-spacing:-.3px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;min-width:0}
.trip-context .iconbtn{width:44px;min-width:44px}
.back-to-trips .icon{transform:rotate(180deg);width:18px}
.trip-heading .heading-main>p{margin:0}
.prototype-tools{margin-top:24px;border-top:1px solid var(--line);padding-top:12px}
.prototype-tools summary{min-height:44px;cursor:pointer;font-size:14px;line-height:44px}
.prototype-tools .proto-actions{flex-wrap:wrap}
@media(max-width:999px){
 .trip-heading{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
 .trip-heading .trip-tools{margin:0}
 .trip-topbar .top-actions{gap:5px}
 .trip-topbar .top-actions>.avatars,.trip-topbar .top-actions>.avatar,.trip-topbar .header-ticket{display:none}
 .trip-context h1{font-size:20px}
}
@media(max-width:600px){
 .trip-topbar{padding:0 10px;gap:4px;height:68px}
 .trip-context{gap:0}
 .trip-context h1{font-size:18px}
 .trip-context>.iconbtn:last-child{width:30px;min-width:30px}
 .trip-topbar .header-assistant{display:none}
 .trip-topbar .nomii-clocks{min-width:0}
 .trip-heading .heading-main{flex-basis:100%}
 .trip-heading .heading-main>p,.easy .trip-heading .heading-main>p{font-size:13px}
 .trip-heading{gap:7px;margin-bottom:10px}
 .content:has(>.trip-heading){padding-top:10px}
}

.trip-assistant{display:none}
@media(max-width:600px){.trip-assistant{display:inline-grid;background:var(--lilac);color:var(--purple)}}
.trip-workspace .transport button{gap:6px;flex-wrap:wrap;text-align:left}
.trip-workspace .transport button>small:not(:empty){font-size:12px;line-height:1.5;padding:1px 5px;border-radius:5px;background:#f1f3ee;color:var(--muted)}
/* Whole-trip overview shares the day colors with both map providers. */
.datebtn strong { display:flex; align-items:center; gap:6px; }
.day-dot { display:inline-block; width:8px; height:8px; flex:0 0 auto; border-radius:50%; background:var(--day-color); }
.overview-kicker { color:var(--brand); font-size:13px; white-space:nowrap; }
.overview-intro { margin:2px 0 16px; }
.overview-intro h2 { font-size:18px; font-weight:650; }
.overview-intro p { margin-top:4px; font-size:13px; color:var(--muted); }
.overview-days { display:grid; gap:14px; }
.overview-day { min-width:0; border:1px solid var(--line); border-radius:16px; overflow:hidden; background:var(--paper); }
.overview-day-link { display:flex; align-items:center; gap:12px; width:100%; min-height:76px; padding:15px; text-align:left; }
.overview-day-number { display:grid; place-items:center; flex:0 0 40px; width:40px; height:40px; border-radius:13px; background:var(--canvas); color:var(--day-color); border:1px solid var(--line); font-weight:750; font-size:15px; }
.overview-day-link>span:nth-child(2) { min-width:0; flex:1; }
.overview-day-link strong { display:block; font-size:16px; overflow-wrap:anywhere; }
.overview-day-link small { display:block; color:var(--muted); font-size:12px; margin-top:3px; }
.overview-day-link>.icon { width:17px; height:17px; flex:0 0 auto; color:var(--day-color); }
.overview-day ol { margin:0; padding:0 13px 10px; list-style:none; }
.overview-stop { display:flex; align-items:center; gap:9px; width:100%; min-height:50px; padding:9px 3px; text-align:left; border-top:1px solid var(--line); }
.overview-stop time { flex:0 0 42px; font-size:12px; font-variant-numeric:tabular-nums; color:var(--muted); }
.overview-stop-number { display:grid; place-items:center; flex:0 0 22px; height:22px; font-size:11px; color:var(--day-color); background:var(--canvas); border-radius:50%; border:1px solid var(--line); }
.overview-stop-name { flex:1; min-width:0; overflow-wrap:anywhere; font-size:14px; line-height:1.5; }
.overview-stop-name small { display:block; font-size:12px; color:var(--muted); }
.overview-stop>.icon { width:13px; height:13px; flex:0 0 auto; color:var(--muted); }
.overview-empty { margin:0 15px 12px; padding:10px 0 0; border-top:1px solid var(--line); }
.overview-empty p { color:var(--muted); font-size:13px; }
.overview-empty .btn { font-size:13px; }
.overview-map-hint { padding:0 15px 12px; font-size:12px; color:var(--muted); }
.is-collapsed .overview-map-hint { display:none; }
.overview-day-link:hover,.overview-stop:hover { background:var(--canvas); }
.easy .overview-stop-name { font-size:17px; }
.easy .overview-stop time,.easy .overview-day-link small,.easy .overview-intro p { font-size:15px; }
.easy .overview-day-link strong { font-size:19px; }
.easy .overview-stop-number { font-size:14px; }
