/* Source-led destination guide additions. */
.breadcrumbs{flex-wrap:wrap}
.guide-hero{
  max-width:1100px;margin:-15px 0 58px;overflow:hidden;
  border:1px solid var(--line);border-radius:22px;background:#fff
}
.guide-hero img{width:100%;aspect-ratio:16/9;object-fit:cover}
.guide-hero figcaption{padding:11px 16px;color:var(--muted);font-size:11px;line-height:1.5}
.sources{margin-top:65px;padding:30px;background:var(--sage);border-radius:18px}
.sources h2{margin-top:0}
.sources ul{margin-bottom:0}
.sources li{margin-block:8px}
.sources a{overflow-wrap:anywhere}
@media(max-width:700px){
  .guide-hero{margin-bottom:38px;border-radius:15px}
  .guide-hero img{aspect-ratio:4/3}
  .sources{padding:23px 20px}
}
