/* Shared navigation cards, following the stays navigation. */
.section-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 28px;padding:0}
.section-tabs.itinerary-tabs,.section-tabs.guide-jumps{grid-template-columns:repeat(5,minmax(0,1fr))}
.section-tabs>a,.section-tabs>button{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:55px;padding:13px 18px;border:1px solid #ded1ba;border-radius:10px;background:#fffdf7c9;color:#294c5d;font:400 14px/1.4 var(--sans);text-align:left;transition:background .18s,border-color .18s}
.section-tabs>a>span,.section-tabs>button>span{font:500 22px/1 var(--serif);color:#708356;white-space:nowrap}
.section-tabs small{font:11px var(--sans);margin-left:3px}
.section-tabs .tab-arrow{font:400 17px var(--sans);color:#9a8869}
.section-tabs>a:hover,.section-tabs>button:hover{background:#f5f1e4;border-color:#aab795}
.section-tabs>button[aria-pressed=true]{background:#ebefdf;border-color:#9aab7f;color:#425b3d;box-shadow:inset 0 -2px #9aab7f}
.region-heading{display:grid;grid-template-columns:220px minmax(0,1fr) auto;align-items:center;gap:25px;padding:6px 0 22px;margin-top:25px}
.region-heading img{width:220px;height:147px;max-width:none;object-fit:contain;border-radius:7px;mix-blend-mode:multiply}
.region-heading h2{font-size:28px}.region-heading p{font-size:12px;margin-top:9px;line-height:1.7}.region-count{align-self:center;font-size:18px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.atlas-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;padding-top:10px!important}
.atlas-actions .map-icon-control{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;min-height:42px;padding:0;border:1px solid #d7c6a8;border-radius:50%;color:#795f48;background:#fffdf7de;box-shadow:none;line-height:1}
.map-icon-control:hover{background:#eee9da}.map-icon-control svg{width:19px;height:19px;stroke-width:1.5}
@media(max-width:800px){.section-tabs{gap:9px}.section-tabs>a,.section-tabs>button{padding:12px 13px;font-size:13px}.region-heading{grid-template-columns:180px minmax(0,1fr) auto;gap:18px}.region-heading img{width:180px;height:120px}}
@media(max-width:600px){.section-tabs,.section-tabs.itinerary-tabs,.section-tabs.guide-jumps{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:22px}.section-tabs.itinerary-tabs .tab-all,.section-tabs.guide-jumps>a:last-child{grid-column:1/-1}.section-tabs>a,.section-tabs>button{min-height:47px;padding:11px 13px;font-size:13px;border-radius:9px}.section-tabs>a>span,.section-tabs>button>span{font-size:20px}.section-tabs .tab-arrow{font-size:16px}.section-tabs small{font-size:10px}.region-heading{grid-template-columns:142px minmax(0,1fr);gap:8px 15px;position:relative;padding:4px 0 18px;margin-top:20px}.region-heading img{width:142px;height:95px;grid-row:1/3}.region-heading>div{padding-right:0}.region-heading h2{font-size:21px}.region-heading p{font-size:10px;margin-top:6px}.region-heading .region-count{display:none}.atlas-actions{padding-top:7px!important;gap:8px}.atlas-actions .map-icon-control{width:40px;height:40px;min-height:40px}.map-icon-control svg{width:18px;height:18px}}

/* Give the cover and map identical edges, separated by the page navigation. */
.overview-main{--art-bleed:24px}
.overview-main .cover-hero{margin-inline:calc(-1 * var(--art-bleed));margin-bottom:28px}
.overview-main .journey-atlas{margin-inline:calc(-1 * var(--art-bleed))}
.overview-tabs.section-tabs{margin-bottom:38px}
.overview-main .atlas-actions{padding-inline:var(--art-bleed)}
.atlas-figure .atlas-actions{justify-content:flex-end}
@media(max-width:1000px){.overview-main{--art-bleed:18px}}
@media(max-width:600px){.overview-main{--art-bleed:12px}.overview-main .cover-hero{margin-bottom:24px}.overview-tabs.section-tabs{margin-bottom:27px}}
@media print{.overview-tabs,.atlas-actions{display:none!important}.overview-main{--art-bleed:0px}}
