/* =========================================================
   EXPLOREPALGHAR
   LOCATION-SPECIFIC STAYS PAGE
   /stays/stays-location.css
   ========================================================= */


/* =========================================================
   PAGE
   ========================================================= */

.stays-location-page {
  background: var(--off-white, #f8f7f2);
  color: var(--green-dark, #16372f);
}


/* =========================================================
   BREADCRUMB
   ========================================================= */

.stay-location-breadcrumb-wrap {
  background: var(--off-white, #f8f7f2);
  border-bottom: 1px solid rgba(20, 55, 47, 0.08);
}

.stay-location-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 15px 0;
  font-size: 0.84rem;
  color: var(--gray, #6f746f);
}

.stay-location-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.stay-location-breadcrumb a:hover {
  color: var(--green-dark, #16372f);
}


/* =========================================================
   HERO
   ========================================================= */

.stay-location-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #18382f;
}

.stay-location-hero-media,
.stay-location-hero-overlay {
  position: absolute;
  inset: 0;
}

.stay-location-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stay-location-hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(10, 30, 25, 0.82) 0%,
      rgba(10, 30, 25, 0.58) 48%,
      rgba(10, 30, 25, 0.16) 100%
    ),
    linear-gradient(
      0deg,
      rgba(10, 30, 25, 0.62) 0%,
      transparent 65%
    );
}

.stay-location-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 62px;
}

.stay-location-hero-content {
  max-width: 770px;
  color: #fff;
}

.stay-location-hero-content .eyebrow {
  color: #f3d79a;
}

.stay-location-hero-content h1 {
  margin: 10px 0 18px;
  max-width: 760px;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.3rem, 5vw, 4.5rem);
  line-height: 1.03;
  color: #fff;
}

.stay-location-hero-content > p:not(.eyebrow) {
  max-width: 670px;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.9);
}

.stay-location-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 27px;
}

.stay-location-hero-meta span {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(9px);
  color: #fff;
  font-size: 0.8rem;
}

.stay-location-hero-meta strong {
  font-weight: 700;
}


/* =========================================================
   RESULTS SECTION
   ========================================================= */

.stay-results-section {
  padding: 52px 0 80px;
}


/* =========================================================
   TOOLBAR
   ========================================================= */

.stay-results-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(20, 55, 47, 0.1);
}

.stay-results-toolbar-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.stay-results-count {
  margin: 0;
  font-size: 0.95rem;
  color: var(--gray, #69716c);
}

.stay-results-count strong {
  color: var(--green-dark, #16372f);
}

.stay-sort {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.83rem;
  font-weight: 600;
  color: var(--gray, #69716c);
}

.stay-sort select {
  min-width: 190px;
  height: 44px;
  padding: 0 38px 0 14px;
  border: 1px solid rgba(20, 55, 47, 0.16);
  border-radius: 10px;
  background: #fff;
  color: var(--green-dark, #16372f);
  font: inherit;
  font-size: 0.88rem;
  cursor: pointer;
}

.stay-filter-mobile-btn {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid rgba(20, 55, 47, 0.17);
  border-radius: 10px;
  background: #fff;
  color: var(--green-dark, #16372f);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 650;
  cursor: pointer;
}


/* =========================================================
   FILTER + RESULTS GRID
   ========================================================= */

.stay-results-layout {
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}


/* =========================================================
   FILTER PANEL
   ========================================================= */

.stay-filter-panel {
  position: sticky;
  top: 95px;
  z-index: 10;
  padding: 22px;
  border: 1px solid rgba(20, 55, 47, 0.1);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 38px rgba(20, 55, 47, 0.05);
}

.stay-filter-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(20, 55, 47, 0.09);
}

.stay-filter-head .eyebrow {
  margin: 0 0 3px;
  font-size: 0.7rem;
}

.stay-filter-head h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 1.55rem;
}

.stay-filter-close {
  display: none;
  border: 0;
  background: transparent;
  color: var(--green-dark, #16372f);
  font-size: 1.2rem;
  cursor: pointer;
}

.stay-filter-group {
  margin: 0;
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid rgba(20, 55, 47, 0.08);
}

.stay-filter-group legend {
  width: 100%;
  margin-bottom: 12px;
  font-size: 0.87rem;
  font-weight: 700;
  color: var(--green-dark, #16372f);
}

.stay-filter-option {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 31px;
  cursor: pointer;
  font-size: 0.83rem;
  color: #4f5c56;
}

.stay-filter-option input {
  width: 16px;
  height: 16px;
  accent-color: var(--green-dark, #16372f);
  flex: 0 0 auto;
}

.stay-filter-actions {
  display: grid;
  gap: 9px;
  margin-top: 20px;
}

.stay-clear-filters {
  min-height: 42px;
  border: 1px solid rgba(20, 55, 47, 0.16);
  border-radius: 9px;
  background: transparent;
  color: var(--green-dark, #16372f);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 650;
  cursor: pointer;
}

.stay-clear-filters:hover {
  background: rgba(20, 55, 47, 0.05);
}

.stay-view-results {
  display: none;
}


/* =========================================================
   MOBILE FILTER OVERLAY
   ========================================================= */

.stay-filter-overlay {
  display: none;
}


/* =========================================================
   PROPERTY GRID
   ========================================================= */

.stay-results-main {
  min-width: 0;
}

.stay-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.stay-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(20, 55, 47, 0.1);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(20, 55, 47, 0.045);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.stay-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 38px rgba(20, 55, 47, 0.09);
}


/* =========================================================
   PROPERTY IMAGE
   ========================================================= */

.stay-card-image {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e9ece8;
}

.stay-card-image > a {
  display: block;
  width: 100%;
  height: 100%;
}

.stay-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.stay-card:hover .stay-card-image img {
  transform: scale(1.025);
}


/* =========================================================
   BADGES
   ========================================================= */

.stay-card-top-badges {
  position: absolute;
  inset: 10px 10px auto 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 7px;
  pointer-events: none;
}

.stay-card-recommended,
.stay-card-rating {
  min-height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  backdrop-filter: blur(8px);
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.stay-card-recommended {
  padding: 0 9px;
  background: rgba(20, 79, 62, 0.94);
  color: #fff;
}

.stay-card-rating {
  margin-left: auto;
  padding: 0 9px;
  background: rgba(255, 255, 255, 0.94);
  color: #20362f;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

.stay-card-rating small {
  margin-left: 5px;
  color: #727a76;
  font-size: 0.61rem;
  font-weight: 500;
}


/* =========================================================
   PROPERTY BODY
   ========================================================= */

.stay-card-body {
  padding: 17px;
}

.stay-card-body h2 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 8px;
  font-family: "Playfair Display", serif;
  font-size: 1.17rem;
  line-height: 1.25;
  color: var(--green-dark, #16372f);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.stay-card-usp {
  display: -webkit-box;
  overflow: hidden;
  min-height: 42px;
  margin: 0;
  color: var(--gray, #68716d);
  font-size: 0.8rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.stay-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 13px;
}

.stay-card-tags span {
  padding: 6px 8px;
  border-radius: 999px;
  background: var(--cream, #f3efe5);
  color: #53605a;
  font-size: 0.66rem;
  font-weight: 650;
}

.stay-card-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid rgba(20, 55, 47, 0.08);
}

.stay-card-price {
  min-width: 0;
}

.stay-card-price small {
  display: block;
  margin-bottom: 2px;
  font-size: 0.64rem;
  color: #7a817d;
}

.stay-card-price strong {
  display: inline;
  color: var(--green-dark, #16372f);
  font-size: 1.05rem;
}

.stay-card-price span {
  font-size: 0.66rem;
  color: #727a76;
}

.stay-card-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--green-dark, #16372f);
  font-size: 0.76rem;
  font-weight: 700;
  text-decoration: none;
}

.stay-card-link span {
  transition: transform 160ms ease;
}

.stay-card-link:hover span {
  transform: translateX(3px);
}


/* =========================================================
   INLINE AD
   ========================================================= */

.stay-ad-slot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px dashed rgba(20, 55, 47, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.35);
}

.stay-ad-slot span {
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(20, 55, 47, 0.28);
}

.stay-ad-slot--inline {
  grid-column: 1 / -1;
  min-height: 115px;
}

.stay-ad-slot--wide {
  min-height: 120px;
  margin: 15px 0 65px;
}


/* =========================================================
   EMPTY STATE
   ========================================================= */

.stay-empty-state {
  padding: 65px 25px;
  border: 1px solid rgba(20, 55, 47, 0.1);
  border-radius: 18px;
  background: #fff;
  text-align: center;
}

.stay-empty-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: var(--cream, #f2eee4);
  font-size: 1.5rem;
}

.stay-empty-state h2 {
  margin: 0 0 10px;
  font-family: "Playfair Display", serif;
  color: var(--green-dark, #16372f);
}

.stay-empty-state p {
  max-width: 530px;
  margin: 0 auto 22px;
  line-height: 1.7;
  color: var(--gray, #68716d);
}


/* =========================================================
   LOAD MORE
   ========================================================= */

.stay-load-more-wrap {
  margin-top: 34px;
  text-align: center;
}

.stay-load-more-wrap p {
  margin: 0 0 14px;
  color: var(--gray, #68716d);
  font-size: 0.82rem;
}


/* =========================================================
   SECTION HEADINGS
   ========================================================= */

.stay-section-heading {
  max-width: 720px;
  margin-bottom: 30px;
}

.stay-section-heading h2 {
  margin: 7px 0 10px;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.85rem, 4vw, 2.7rem);
  line-height: 1.15;
  color: var(--green-dark, #16372f);
}

.stay-section-heading > p:not(.eyebrow) {
  margin: 0;
  color: var(--gray, #68716d);
  line-height: 1.7;
}


/* =========================================================
   OTHER LOCATION STAYS
   ========================================================= */

.other-location-stays {
  padding: 75px 0 50px;
  background: #fff;
}

.other-location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.other-location-card {
  display: grid;
  grid-template-columns: 42% 1fr;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(20, 55, 47, 0.1);
  border-radius: 17px;
  background: var(--off-white, #f8f7f2);
}

.other-location-image {
  min-height: 210px;
  overflow: hidden;
}

.other-location-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 250ms ease;
}

.other-location-card:hover .other-location-image img {
  transform: scale(1.03);
}

.other-location-content {
  align-self: center;
  padding: 24px;
}

.other-location-content h3 {
  margin: 0 0 8px;
  font-family: "Playfair Display", serif;
  font-size: 1.55rem;
  color: var(--green-dark, #16372f);
}

.other-location-content p {
  margin: 0 0 16px;
  color: var(--gray, #68716d);
  font-size: 0.84rem;
  line-height: 1.6;
}


/* =========================================================
   STAY GUIDE TABS
   ========================================================= */

.stay-guide-section {
  padding: 70px 0;
}

.stay-guide-tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: thin;
}

.stay-guide-tab {
  flex: 0 0 auto;
  padding: 11px 16px;
  border: 1px solid rgba(20, 55, 47, 0.12);
  border-radius: 999px;
  background: #fff;
  color: var(--green-dark, #16372f);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 650;
  cursor: pointer;
}

.stay-guide-tab.is-active {
  border-color: var(--green-dark, #16372f);
  background: var(--green-dark, #16372f);
  color: #fff;
}

.stay-guide-panels {
  margin-top: 18px;
}

.stay-guide-panel {
  padding: 28px;
  border: 1px solid rgba(20, 55, 47, 0.1);
  border-radius: 16px;
  background: #fff;
}

.stay-guide-panel h3 {
  margin: 0 0 10px;
  font-family: "Playfair Display", serif;
  font-size: 1.45rem;
  color: var(--green-dark, #16372f);
}

.stay-guide-panel p {
  max-width: 850px;
  margin: 0;
  color: var(--gray, #68716d);
  line-height: 1.75;
}


/* =========================================================
   FAQ
   ========================================================= */

.stay-location-faq {
  padding: 75px 0 90px;
  background: #fff;
}

.stay-faq-layout {
  display: grid;
  grid-template-columns: minmax(230px, 0.7fr) minmax(0, 1.3fr);
  gap: 55px;
  align-items: start;
}

.stay-faq-intro {
  position: sticky;
  top: 100px;
}

.stay-faq-intro h2 {
  margin: 7px 0 12px;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  color: var(--green-dark, #16372f);
}

.stay-faq-intro > p:not(.eyebrow) {
  margin: 0;
  color: var(--gray, #68716d);
  line-height: 1.7;
}

.stay-faq-list {
  border-top: 1px solid rgba(20, 55, 47, 0.12);
}

.stay-faq-list details {
  border-bottom: 1px solid rgba(20, 55, 47, 0.12);
}

.stay-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 0;
  color: var(--green-dark, #16372f);
  font-size: 0.94rem;
  font-weight: 650;
  cursor: pointer;
  list-style: none;
}

.stay-faq-list summary::-webkit-details-marker {
  display: none;
}

.stay-faq-list summary span {
  font-size: 1.2rem;
  transition: transform 180ms ease;
}

.stay-faq-list details[open] summary span {
  transform: rotate(45deg);
}

.stay-faq-list details > div {
  padding: 0 35px 20px 0;
}

.stay-faq-list details p {
  margin: 0 0 12px;
  color: var(--gray, #68716d);
  font-size: 0.87rem;
  line-height: 1.75;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

  .stay-results-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 22px;
  }

  .stay-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .other-location-card {
    grid-template-columns: 1fr;
  }

  .other-location-image {
    min-height: 190px;
    aspect-ratio: 16 / 8;
  }

}


/* =========================================================
   MOBILE FILTER DRAWER
   ========================================================= */

@media (max-width: 900px) {

  .stay-results-layout {
    display: block;
  }

  .stay-filter-mobile-btn {
    display: inline-flex;
  }

  .stay-filter-panel {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 1002;
    width: min(88vw, 350px);
    max-height: 100dvh;
    overflow-y: auto;
    border: 0;
    border-radius: 0 18px 18px 0;
    transform: translateX(-105%);
    transition: transform 230ms ease;
    box-shadow: 20px 0 60px rgba(0, 0, 0, 0.18);
  }

  .stays-location-page.filters-open .stay-filter-panel {
    transform: translateX(0);
  }

  .stay-filter-close {
    display: block;
  }

  .stay-view-results {
    display: inline-flex;
    width: 100%;
  }

  .stay-filter-overlay {
    position: fixed;
    inset: 0;
    z-index: 1001;
    display: block;
    border: 0;
    background: rgba(4, 15, 12, 0.5);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 200ms ease,
      visibility 200ms ease;
  }

  .stays-location-page.filters-open .stay-filter-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .stays-location-page.filters-open {
    overflow: hidden;
  }

  .stay-faq-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .stay-faq-intro {
    position: static;
  }

}


/* =========================================================
   MOBILE
   KEEP TWO PROPERTY CARDS PER ROW
   ========================================================= */

@media (max-width: 600px) {

  .stay-location-hero {
    min-height: 335px;
  }

  .stay-location-hero-inner {
    padding-top: 68px;
    padding-bottom: 35px;
  }

  .stay-location-hero-content h1 {
    margin-bottom: 13px;
    font-size: clamp(2rem, 10vw, 2.65rem);
  }

  .stay-location-hero-content > p:not(.eyebrow) {
    font-size: 0.87rem;
    line-height: 1.6;
  }

  .stay-location-hero-meta {
    gap: 6px;
    margin-top: 19px;
  }

  .stay-location-hero-meta span {
    padding: 7px 9px;
    font-size: 0.65rem;
  }

  .stay-results-section {
    padding: 30px 0 55px;
  }

  .stay-results-toolbar {
    align-items: stretch;
    gap: 10px;
    margin-bottom: 18px;
  }

  .stay-results-toolbar-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
  }

  .stay-results-count {
    font-size: 0.73rem;
  }

  .stay-filter-mobile-btn {
    min-height: 40px;
    padding: 0 11px;
    font-size: 0.75rem;
  }

  .stay-sort {
    display: block;
  }

  .stay-sort > span {
    display: none;
  }

  .stay-sort select {
    min-width: 0;
    width: 145px;
    height: 40px;
    padding-left: 9px;
    padding-right: 28px;
    font-size: 0.72rem;
  }


  /* IMPORTANT:
     ALWAYS 2 COLUMNS ON MOBILE */

  .stay-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .stay-card {
    border-radius: 12px;
  }

  .stay-card-image {
    aspect-ratio: 1 / 0.82;
  }

  .stay-card-top-badges {
    inset: 6px 6px auto 6px;
    gap: 4px;
  }

  .stay-card-recommended,
  .stay-card-rating {
    min-height: 21px;
    padding: 0 6px;
    font-size: 0.54rem;
  }

  .stay-card-rating small {
    display: none;
  }

  .stay-card-body {
    padding: 10px;
  }

  .stay-card-body h2 {
    min-height: 34px;
    margin-bottom: 5px;
    font-size: 0.88rem;
    line-height: 1.18;
  }

  .stay-card-usp {
    min-height: 32px;
    font-size: 0.65rem;
    line-height: 1.4;
  }

  .stay-card-tags {
    gap: 4px;
    margin-top: 8px;
  }

  .stay-card-tags span {
    padding: 4px 5px;
    font-size: 0.52rem;
  }

  .stay-card-tags span:nth-child(n + 3) {
    display: none;
  }

  .stay-card-footer {
    display: block;
    margin-top: 10px;
    padding-top: 9px;
  }

  .stay-card-price small {
    margin-bottom: 0;
    font-size: 0.51rem;
  }

  .stay-card-price strong {
    font-size: 0.87rem;
  }

  .stay-card-price span {
    font-size: 0.52rem;
  }

  .stay-card-link {
    margin-top: 7px;
    font-size: 0.61rem;
  }

  .stay-ad-slot--inline {
    min-height: 82px;
  }

  .stay-ad-slot--wide {
    min-height: 90px;
    margin-bottom: 45px;
  }


  /* OTHER LOCATIONS:
     ALSO 2 COLUMNS */

  .other-location-stays {
    padding: 55px 0 35px;
  }

  .other-location-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .other-location-card {
    display: block;
    border-radius: 12px;
  }

  .other-location-image {
    min-height: 0;
    aspect-ratio: 1.3 / 1;
  }

  .other-location-content {
    padding: 11px;
  }

  .other-location-content h3 {
    margin-bottom: 5px;
    font-size: 1rem;
  }

  .other-location-content p {
    display: -webkit-box;
    overflow: hidden;
    min-height: 31px;
    margin-bottom: 9px;
    font-size: 0.62rem;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .other-location-content .stay-card-link {
    font-size: 0.6rem;
  }

  .stay-section-heading {
    margin-bottom: 22px;
  }

  .stay-section-heading h2 {
    font-size: 1.8rem;
  }

  .stay-section-heading > p:not(.eyebrow) {
    font-size: 0.83rem;
  }

  .stay-guide-section {
    padding: 50px 0;
  }

  .stay-guide-tab {
    padding: 9px 12px;
    font-size: 0.69rem;
  }

  .stay-guide-panel {
    padding: 19px;
  }

  .stay-guide-panel h3 {
    font-size: 1.18rem;
  }

  .stay-guide-panel p {
    font-size: 0.8rem;
  }

  .stay-location-faq {
    padding: 55px 0 70px;
  }

  .stay-faq-list summary {
    padding: 16px 0;
    font-size: 0.82rem;
  }

  .stay-faq-list details > div {
    padding-right: 12px;
  }

  .stay-faq-list details p {
    font-size: 0.78rem;
  }

}


/* =========================================================
   VERY SMALL MOBILE
   STILL KEEP 2 COLUMNS
   ========================================================= */

@media (max-width: 380px) {

  .stay-grid {
    gap: 7px;
  }

  .stay-card-body {
    padding: 8px;
  }

  .stay-card-recommended {
    max-width: 76px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .stay-card-body h2 {
    font-size: 0.81rem;
  }

  .stay-card-usp {
    font-size: 0.6rem;
  }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .stay-card,
  .stay-card-image img,
  .stay-card-link span,
  .stay-filter-panel,
  .stay-filter-overlay,
  .other-location-image img {
    transition: none;
  }

}