/* ============================================
   SUB-LOCATION — Archive page wrapper styles
   Grid cards now reuse locations-section.css
   ============================================ */

/* Full-width page wrapper — no ct-container constraint */
.btc-subloc-page {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

/* Archive page wrapper */
.btc-subloc-archive {
  font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  width: 100%;
}

/* Hero full-width */
.btc-subloc-archive .btc-location-hero {
  margin-bottom: 20px;
  width: 100%;
}

.btc-subloc-archive .location-hero-section {
  width: 100%;
  max-width: 100%;
}

/* Section spacing within archive page */
.btc-subloc-archive .btc-featured-deals {
  margin-bottom: 20px;
}

.btc-subloc-archive .btc-section-footer {
  margin-bottom: 40px;
}

/* Shared tours — full width with gradient background */
.btc-subloc-archive .btc-shared-tours {
  background: linear-gradient(180deg, rgb(124, 173, 193) 0%, rgb(255, 255, 255) 100%);
  padding: 60px 20px;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  box-sizing: border-box;
}
