/* Shared PC-first layout rules for destination, scenic, guide and route lists. */
.list-page-main { margin-top: 20px; }
.list-page-hero { position: relative; overflow: hidden; background: #FBFAF6; }
.list-page-hero::after { content: ""; position: absolute; right: -110px; top: -90px; width: 320px; height: 220px; border: 1px solid rgba(182,135,60,.18); border-radius: 50%; transform: rotate(-16deg); pointer-events: none; }
.list-page-hero > * { position: relative; z-index: 1; }
.list-page-filter { background: #F8F5ED; }
.list-page-filter.px-4 { padding-left: 16px; padding-right: 16px; }
.list-page-filter button, .list-page-filter select, .list-page-filter input { white-space: nowrap; }
.list-page-filter select, .list-page-filter input { border-color: #D8D0BF; }
.list-page-filter button:focus-visible, .list-page-filter select:focus-visible, .list-page-filter input:focus-visible { outline: 2px solid #2F5B4A; outline-offset: 2px; }
.list-page-content { margin-top: 20px; }
.list-page-empty { border: 1px dashed #CFC7B6; background: #FBFAF6; padding: 48px 24px; text-align: center; color: #6E7A73; }
@media (max-width: 980px) {
  .list-page-hero::after { display: none; }
  .list-page-filter { align-items: flex-start; }
}
