/*
 * Late-loaded live overrides for the front-page shell.
 * This file has its own URL so CDN caches cannot keep serving the old style.css layout.
 */
.site-main.tv-front-page {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: var(--site-chrome-h) 0 0 !important;
  background: var(--tv-surface-main);
}

.site-main.tv-front-page > .tv-section,
.site-main.tv-front-page #hero.tv-hero {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.site-main.tv-front-page #hero.tv-hero {
  padding: 0 !important;
}

.site-main.tv-front-page #reviews,
.site-main.tv-front-page #cottage,
.site-main.tv-front-page #experience,
.site-main.tv-front-page #faqs,
.site-main.tv-front-page #blog,
.site-main.tv-front-page #booking,
.site-main.tv-front-page #contact {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.site-main.tv-front-page .reviews-inner,
.site-main.tv-front-page .experience-inner,
.site-main.tv-front-page .explore-inner,
.site-main.tv-front-page .booking-inner,
.site-main.tv-front-page .contact-inner,
.site-main.tv-front-page .cottage-inner {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
