/* Shared presentation for the story and the expanded Flight Log. */
.sp-shell .sp-route-panel{width:100%;max-width:none;margin:0 0 24px;padding:28px 30px}
.sp-route-totals{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:16px 0 22px}
.sp-route-totals>div{min-width:0;padding:17px 20px;border:1px solid #cbdfee;border-radius:14px;background:#fff}
.sp-route-totals span{display:block;font-size:13px;font-weight:600;color:#58748e;margin-bottom:5px}
.sp-route-totals strong{display:block;font-size:24px;line-height:1.3;color:#17558e;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}
.sp-route-totals small{display:block;margin-top:5px;color:#58748e;font-size:12px}
.sp-social .sp-leg-details{margin:18px 0;border:1px solid #bed6ec;border-radius:16px;overflow:hidden;background:#fff}
.sp-social .sp-leg-details>summary{display:flex;align-items:center;gap:16px;padding:20px 22px;margin:0;list-style:none;background:#e9f3fc;color:#155a9d;font-size:19px;font-weight:750;line-height:1.4;cursor:pointer}
.sp-social .sp-leg-details>summary::-webkit-details-marker{display:none}
.sp-social .sp-leg-details>summary::marker{content:''}
.sp-social .sp-leg-details>summary::before,.sp-social .sp-leg-details>summary::after{content:none}
.sp-legs-summary-label{display:flex;flex-wrap:wrap;align-items:center;gap:12px;min-width:0;flex:1}
.sp-legs-summary-label .sp-count{display:flex;align-items:center;justify-content:center;align-self:center;flex:none;min-width:32px;height:32px;padding:0 8px;margin:0;background:#fff;border:1px solid #c7dff2;font-size:14px;line-height:1;font-variant-numeric:tabular-nums}
.sp-legs-toggle{display:grid;place-items:center;width:32px;height:32px;flex:none;border:1px solid #bcd5eb;border-radius:50%;background:#fff;font-size:24px;font-weight:400}
.sp-legs-toggle{position:relative;align-self:center}
.sp-legs-toggle::before,.sp-legs-toggle::after{content:'';position:absolute;top:50%;left:50%;width:12px;height:2px;background:currentColor;transform:translate(-50%,-50%);border-radius:1px}
.sp-legs-toggle::after{transform:translate(-50%,-50%) rotate(90deg)}
.sp-leg-details[open] .sp-legs-toggle::after{display:none}
.sp-social .sp-leg-details>summary:focus-visible{outline:3px solid #1666ac;outline-offset:-4px}
.sp-shell .sp-route-legs{list-style:none;margin:0;padding:0}
.sp-shell .sp-route-legs>li{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:start;gap:14px;padding:22px 0;border-top:1px solid #deebf5;text-align:left}
.sp-social .sp-route-legs>li{padding:22px}
.sp-leg-number{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#eaf3fb;color:#27669b;font-size:14px;font-weight:750;line-height:1}
.sp-leg-content{min-width:0}
.sp-shell .sp-leg-path{display:block;font-size:19px;line-height:1.5;font-weight:750;color:#174e83;overflow-wrap:anywhere}
.sp-leg-arrow{color:#5984a8;padding:0 6px}
.sp-leg-facts{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 0;padding:0;max-width:100%}
.sp-leg-facts>div{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px;padding:7px 10px;background:#f2f7fc;border:1px solid #e0ebf4;border-radius:8px;min-width:0;max-width:100%;line-height:1.4}
.sp-leg-facts dt{margin:0;font-size:13px;color:#5b7790}
.sp-leg-facts dd{margin:0;font-size:15px;font-weight:700;color:#215783;overflow-wrap:anywhere;font-variant-numeric:tabular-nums}
@media(max-width:640px){
 .sp-shell .sp-route-panel{padding:20px 18px}
 .sp-route-totals{gap:8px;margin:14px 0 18px}
 .sp-route-totals>div{padding:13px 12px}
 .sp-route-totals span{font-size:12px}.sp-route-totals strong{font-size:20px}
 .sp-social .sp-leg-details>summary{padding:16px 14px;font-size:17px;gap:8px}
 .sp-legs-summary-label{gap:8px}.sp-legs-toggle{width:28px;height:28px;font-size:22px}
 .sp-shell .sp-route-legs>li{grid-template-columns:28px minmax(0,1fr);gap:10px;padding-block:18px}
 .sp-social .sp-route-legs>li{padding:18px 14px}
 .sp-leg-number{width:28px;height:28px;font-size:12px;border-radius:8px}
 .sp-shell .sp-leg-path{font-size:17px}.sp-leg-arrow{padding:0 3px}
 .sp-leg-facts{gap:6px;margin-top:10px}.sp-leg-facts>div{padding:6px 8px}
 .sp-leg-facts dt{font-size:12px}.sp-leg-facts dd{font-size:14px}
}
@media(max-width:380px){.sp-route-totals{grid-template-columns:1fr}}

.sp-route-back{display:inline-block;margin:4px 0 18px;font-size:14px;font-weight:700;overflow-wrap:anywhere}
.sp-route-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 24px;padding:22px 26px;border:1px solid #d6e5f2;border-radius:18px;background:#f7fbff}
.sp-route-heading>div{min-width:0}.sp-route-heading h1{margin:6px 0 0;font-size:clamp(26px,3vw,36px);line-height:1.2;color:#174e83;overflow-wrap:anywhere}
.sp-route-date{display:grid;gap:4px;color:#54758f;font-size:12px;flex-shrink:0}
.sp-route-date time{font-size:17px;font-weight:750;color:#215783}
@media(max-width:640px){.sp-route-heading{flex-wrap:wrap;padding:18px;gap:14px}.sp-route-back{margin-top:0}}
