:root {
  --westgate-accent: #006e2e;
  --westgate-accent-dark: #00491f;
  --westgate-ink: #17231b;
  --westgate-muted: #64736a;
  --westgate-cream: #f7f4ec;
  --westgate-line: #dce4de;
  --westgate-gold: #c79b3b;
}

body.site {
  background: #fbfaf7;
  color: var(--westgate-ink);
  line-height: 1.65;
}

a {
  color: var(--westgate-accent);
}

a:hover,
a:focus {
  color: var(--westgate-accent-dark);
}

#sp-top-bar {
  background: #122018;
  color: #ffffff;
  font-size: 14px;
}

#sp-top-bar a {
  color: #ffffff;
}

#sp-header {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 30px rgba(24, 38, 29, 0.08);
}

#sp-header .container-inner > .row {
  min-height: 82px;
  align-items: center;
}

#sp-header .logo-image,
#sp-header .logo-image-phone {
  max-width: 230px;
  object-fit: contain;
}

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
  color: var(--westgate-ink);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li:hover > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: var(--westgate-accent);
}

#sp-header .sp-megamenu-parent > li > a[href*="book-a-room"] {
  background: var(--westgate-accent);
  border-radius: 4px;
  color: #ffffff;
  margin-left: 10px;
  padding: 0 18px;
}

#sp-header .sp-megamenu-parent > li > a[href*="book-a-room"]:hover,
#sp-header .sp-megamenu-parent > li > a[href*="book-a-room"]:focus {
  background: var(--westgate-accent-dark);
  color: #ffffff;
}

.burger-icon > span {
  background-color: var(--westgate-accent);
}

body.itemid-101 #sp-main-body {
  padding: 0;
}

body:not(.itemid-101) #sp-main-body {
  padding: 72px 0;
}

.article-details {
  color: var(--westgate-ink);
}

.article-details .article-header h1,
.article-details .page-header h1 {
  color: var(--westgate-ink);
}

.westgate-home,
.westgate-booking-page {
  margin: 0;
}

.westgate-hero {
  align-items: flex-end;
  background:
    linear-gradient(90deg, rgba(11, 25, 16, 0.78), rgba(11, 25, 16, 0.36)),
    url("../../../images/westgate/WestgateInn-Slide2.jpg") center / cover no-repeat;
  color: #ffffff;
  display: flex;
  min-height: 660px;
  padding: 150px 0 105px;
  position: relative;
}

.westgate-hero-copy {
  max-width: 760px;
}

.westgate-eyebrow {
  color: var(--westgate-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.westgate-hero h1,
.westgate-page-hero h1 {
  color: inherit;
  font-size: 64px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0 0 20px;
}

.westgate-lede,
.westgate-page-hero p {
  font-size: 21px;
  line-height: 1.55;
  margin-bottom: 30px;
  max-width: 720px;
}

.westgate-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.westgate-btn,
.westgate-strip-cta {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  text-decoration: none;
}

.westgate-btn-primary,
.westgate-strip-cta {
  background: var(--westgate-accent);
  color: #ffffff;
}

.westgate-btn-primary:hover,
.westgate-btn-primary:focus,
.westgate-strip-cta:hover,
.westgate-strip-cta:focus {
  background: var(--westgate-accent-dark);
  color: #ffffff;
}

.westgate-btn-secondary {
  background: #ffffff;
  color: var(--westgate-ink);
}

.westgate-btn-secondary:hover,
.westgate-btn-secondary:focus {
  background: var(--westgate-cream);
  color: var(--westgate-accent-dark);
}

.westgate-booking-strip {
  background: #ffffff;
  border-bottom: 1px solid var(--westgate-line);
  box-shadow: 0 16px 40px rgba(27, 47, 35, 0.08);
  position: relative;
  z-index: 2;
}

.westgate-booking-grid {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1.2fr 1.2fr auto;
  padding: 22px 0;
}

.westgate-booking-grid span {
  color: var(--westgate-muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.westgate-booking-grid strong {
  color: var(--westgate-ink);
  display: block;
  font-size: 18px;
}

.westgate-section {
  padding: 84px 0;
}

.westgate-split {
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(260px, 0.85fr) minmax(320px, 1.15fr);
}

.westgate-section h2 {
  color: var(--westgate-ink);
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0 0 18px;
}

.westgate-section p {
  color: var(--westgate-muted);
}

.westgate-rooms {
  background: var(--westgate-cream);
}

.westgate-section-heading {
  margin-bottom: 34px;
  max-width: 720px;
}

.westgate-card-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.westgate-room-card {
  background: #ffffff;
  border: 1px solid rgba(0, 110, 46, 0.13);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(27, 47, 35, 0.08);
  overflow: hidden;
}

.westgate-room-card img {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.westgate-room-card div {
  padding: 24px;
}

.westgate-room-card h3 {
  color: var(--westgate-ink);
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 12px;
}

.westgate-room-card a,
.westgate-text-link {
  color: var(--westgate-accent);
  font-weight: 800;
  text-decoration: none;
}

.westgate-room-card a:hover,
.westgate-text-link:hover {
  color: var(--westgate-accent-dark);
}

.westgate-feature-band {
  background: #122018;
  padding: 36px 0;
}

.westgate-feature-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.westgate-feature-grid div {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  padding-left: 20px;
}

.westgate-feature-grid strong {
  color: #ffffff;
  display: block;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.westgate-feature-grid span {
  color: rgba(255, 255, 255, 0.78);
  display: block;
  margin-top: 8px;
}

.westgate-local {
  background: #ffffff;
}

.westgate-local-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1.15fr 1fr;
}

.westgate-local-panel {
  background: #fbfaf7;
  border: 1px solid var(--westgate-line);
  border-radius: 8px;
  min-height: 100%;
  padding: 28px;
}

.westgate-local-panel h2 {
  font-size: 29px;
}

.westgate-local-image {
  padding: 0;
}

.westgate-local-image img {
  border-radius: 8px;
  display: block;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  width: 100%;
}

.westgate-page-hero {
  background:
    linear-gradient(90deg, rgba(12, 27, 17, 0.82), rgba(12, 27, 17, 0.42)),
    url("../../../images/westgate/WestgateInn-Slide3.jpg") center / cover no-repeat;
  color: #ffffff;
  padding: 130px 0 95px;
}

.westgate-booking-help {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.westgate-booking-help > div {
  background: #ffffff;
  border: 1px solid var(--westgate-line);
  border-radius: 8px;
  padding: 30px;
}

#sp-bottom {
  background: #122018;
  color: rgba(255, 255, 255, 0.78);
  padding: 60px 0 34px;
}

#sp-bottom h3,
#sp-bottom .sp-module-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 16px;
}

#sp-bottom a {
  color: rgba(255, 255, 255, 0.86);
}

#sp-bottom a:hover,
#sp-bottom a:focus {
  color: #ffffff;
}

#sp-footer {
  background: #0b1510;
  color: rgba(255, 255, 255, 0.7);
}

#sp-footer a {
  color: #ffffff;
}

.westgate-footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.westgate-footer-list li + li {
  margin-top: 8px;
}

@media (max-width: 1199px) {
  .westgate-card-grid,
  .westgate-local-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  #sp-header .container-inner > .row {
    min-height: 74px;
  }

  .westgate-hero {
    min-height: 560px;
    padding: 125px 0 80px;
  }

  .westgate-hero h1,
  .westgate-page-hero h1 {
    font-size: 50px;
  }

  .westgate-booking-grid,
  .westgate-split,
  .westgate-feature-grid,
  .westgate-booking-help {
    grid-template-columns: 1fr 1fr;
  }

  .westgate-strip-cta {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .westgate-hero {
    min-height: 520px;
    padding: 110px 0 66px;
  }

  .westgate-hero h1,
  .westgate-page-hero h1 {
    font-size: 40px;
  }

  .westgate-lede,
  .westgate-page-hero p {
    font-size: 18px;
  }

  .westgate-booking-grid,
  .westgate-card-grid,
  .westgate-local-grid,
  .westgate-split,
  .westgate-feature-grid,
  .westgate-booking-help {
    grid-template-columns: 1fr;
  }

  .westgate-section {
    padding: 58px 0;
  }

  .westgate-section h2 {
    font-size: 32px;
  }
}
/* Westgate TravelKit refinement pass */
body.itemid-101 #sp-main-body > .container,
body.itemid-122 #sp-main-body > .container,
body.itemid-115 #sp-main-body > .container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

body.itemid-101 #sp-main-body > .container > .container-inner,
body.itemid-122 #sp-main-body > .container > .container-inner,
body.itemid-115 #sp-main-body > .container > .container-inner {
  max-width: none;
}

body.itemid-101 #sp-main-body .row,
body.itemid-122 #sp-main-body .row,
body.itemid-115 #sp-main-body .row {
  --bs-gutter-x: 0;
}

body.itemid-101 #sp-component,
body.itemid-122 #sp-component,
body.itemid-115 #sp-component {
  padding-left: 0;
  padding-right: 0;
}

body.itemid-101 .article-details > .article-header,
body.itemid-101 .article-info,
body.itemid-101 .featured-article-badge,
body.itemid-101 .article-ratings-social-share,
body.itemid-122 .article-details > .article-header,
body.itemid-122 .article-info,
body.itemid-122 .featured-article-badge,
body.itemid-122 .article-ratings-social-share,
body.itemid-115 .article-details > .article-header,
body.itemid-115 .article-info,
body.itemid-115 .featured-article-badge,
body.itemid-115 .article-ratings-social-share {
  display: none !important;
}

#sp-header .offcanvas-toggler-secondary {
  display: none !important;
}

.westgate-home > .westgate-section > .container,
.westgate-home > .westgate-booking-strip > .container,
.westgate-booking-page > .westgate-section > .container,
.westgate-booking-page > .westgate-page-hero > .container {
  max-width: 1140px;
}

.westgate-home > .westgate-hero > .container {
  max-width: 1140px;
}

@media (max-width: 1199px) {
  .westgate-home > .westgate-section > .container,
  .westgate-home > .westgate-booking-strip > .container,
  .westgate-home > .westgate-hero > .container,
  .westgate-booking-page > .westgate-section > .container,
  .westgate-booking-page > .westgate-page-hero > .container {
    max-width: 960px;
  }
}

@media (max-width: 991px) {
  .westgate-home > .westgate-section > .container,
  .westgate-home > .westgate-booking-strip > .container,
  .westgate-home > .westgate-hero > .container,
  .westgate-booking-page > .westgate-section > .container,
  .westgate-booking-page > .westgate-page-hero > .container {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .westgate-home > .westgate-section > .container,
  .westgate-home > .westgate-booking-strip > .container,
  .westgate-home > .westgate-hero > .container,
  .westgate-booking-page > .westgate-section > .container,
  .westgate-booking-page > .westgate-page-hero > .container {
    max-width: 540px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
/* Westgate TravelKit image visibility pass */
.westgate-hero {
  background:
    linear-gradient(90deg, rgba(11, 25, 16, 0.62), rgba(11, 25, 16, 0.18)),
    url("../../../images/westgate/WestgateInn-Slide2.jpg") center / cover no-repeat;
  animation: westgateHeroSlideshow 32s ease-in-out infinite;
}

.westgate-page-hero {
  background:
    linear-gradient(90deg, rgba(12, 27, 17, 0.66), rgba(12, 27, 17, 0.22)),
    url("../../../images/westgate/WestgateInn-Slide3.jpg") center / cover no-repeat;
}

.westgate-hero h1,
.westgate-hero .westgate-lede,
.westgate-page-hero h1,
.westgate-page-hero p {
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

@keyframes westgateHeroSlideshow {
  0%,
  29% {
    background:
      linear-gradient(90deg, rgba(11, 25, 16, 0.62), rgba(11, 25, 16, 0.18)),
      url("../../../images/westgate/slide_14.jpg") center / cover no-repeat;
  }

  33%,
  62% {
    background:
      linear-gradient(90deg, rgba(11, 25, 16, 0.62), rgba(11, 25, 16, 0.18)),
      url("../../../images/westgate/WestgateInn-Slide2.jpg") center / cover no-repeat;
  }

  66%,
  100% {
    background:
      linear-gradient(90deg, rgba(11, 25, 16, 0.62), rgba(11, 25, 16, 0.18)),
      url("../../../images/westgate/WestgateInn-Slide3.jpg") center / cover no-repeat;
  }
}

@media (prefers-reduced-motion: reduce) {
  .westgate-hero {
    animation: none;
  }
}
/* Westgate address and top-bar pass */
#sp-top-bar {
  background: #00491f !important;
}

#sp-top-bar,
#sp-top-bar a,
#sp-top-bar .sp-contact-info li {
  color: #ffffff !important;
}
/* Westgate sticky menu readability pass */
#sp-header.header-sticky {
  background: #00491f !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

#sp-header.header-sticky .logo-image,
#sp-header.header-sticky .logo-image-phone {
  content: url("../../../images/westgate/Westgate-Inn-Logo-white.png");
}

#sp-header.header-sticky .logo a {
  background: url("../../../images/westgate/Westgate-Inn-Logo-white.png") center / contain no-repeat;
}

#sp-header.header-sticky .logo a .logo-image,
#sp-header.header-sticky .logo a .logo-image-phone {
  opacity: 0;
}

#sp-header.header-sticky .sp-megamenu-parent > li > a,
#sp-header.header-sticky .sp-megamenu-parent > li > span {
  color: #ffffff !important;
}

#sp-header.header-sticky .sp-megamenu-parent > li:hover > a,
#sp-header.header-sticky .sp-megamenu-parent > li:hover > span,
#sp-header.header-sticky .sp-megamenu-parent > li.active > a,
#sp-header.header-sticky .sp-megamenu-parent > li.active > span,
#sp-header.header-sticky .sp-megamenu-parent > li.current-item > a,
#sp-header.header-sticky .sp-megamenu-parent > li.current-item > span {
  color: #9ff0bc !important;
}

#sp-header.header-sticky .sp-megamenu-parent > li > a[href*="direct-book"],
#sp-header.header-sticky .sp-megamenu-parent > li > span[href*="direct-book"] {
  color: #ffffff !important;
}

#sp-header.header-sticky .burger-icon > span {
  background-color: #ffffff !important;
}
/* Westgate standard page header spacing pass */
body:not(.itemid-101):not(.itemid-115):not(.itemid-122) #sp-main-body {
  padding-top: 110px;
}

@media (max-width: 991px) {
  body:not(.itemid-101):not(.itemid-115):not(.itemid-122) #sp-main-body {
    padding-top: 100px;
  }
}

@media (max-width: 575px) {
  body:not(.itemid-101):not(.itemid-115):not(.itemid-122) #sp-main-body {
    padding-top: 92px;
  }
}
/* Westgate integrated booking iframe pass */
.westgate-booking-embed-section {
  background: #fbfaf7;
  padding-top: 56px;
}

.westgate-booking-intro-grid {
  align-items: end;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 26px;
}

.westgate-booking-intro-grid h2 {
  color: var(--westgate-ink);
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0 0 10px;
}

.westgate-booking-intro-grid p:not(.westgate-eyebrow) {
  color: var(--westgate-muted);
  margin: 0;
  max-width: 760px;
}

.westgate-booking-iframe-shell {
  background: #ffffff;
  border: 1px solid rgba(0, 110, 46, 0.16);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(27, 47, 35, 0.1);
  overflow: hidden;
}

.westgate-booking-iframe-bar {
  align-items: center;
  background: #00491f;
  color: #ffffff;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  gap: 12px;
  justify-content: space-between;
  padding: 14px 18px;
}

.westgate-booking-iframe-bar span:last-child {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
}

.westgate-booking-iframe {
  background: #ffffff;
  border: 0;
  display: block;
  min-height: 1450px;
  width: 100%;
}

.westgate-booking-fallback {
  color: var(--westgate-muted);
  font-size: 14px;
  margin: 16px 0 0;
}

.westgate-booking-fallback a {
  color: var(--westgate-accent);
  font-weight: 800;
}

.westgate-booking-support-section {
  background: #ffffff;
}

@media (max-width: 767px) {
  .westgate-booking-intro-grid {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .westgate-booking-intro-grid .westgate-btn {
    width: 100%;
  }

  .westgate-booking-iframe-bar {
    align-items: flex-start;
    flex-direction: column;
  }

  .westgate-booking-iframe {
    min-height: 1320px;
  }
}
/* Westgate mobile header and booking refinement pass */
@media (max-width: 991px) {
  #sp-header {
    min-height: 78px;
  }

  #sp-header .container,
  #sp-header .container-inner,
  #sp-header .row {
    align-items: center;
    min-height: 78px;
  }

  #sp-menu {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    min-height: 78px;
  }

  #offcanvas-toggler {
    align-items: center !important;
    color: #006e2e !important;
    display: inline-flex !important;
    height: 46px !important;
    justify-content: center !important;
    margin-left: auto !important;
    width: 46px !important;
  }

  #offcanvas-toggler .burger-icon {
    display: block !important;
    height: 26px !important;
    width: 32px !important;
  }

  #offcanvas-toggler .burger-icon > span {
    background: #006e2e !important;
    display: block !important;
    height: 3px !important;
    margin: 5px 0 !important;
    width: 30px !important;
  }

  #sp-header.header-sticky #offcanvas-toggler .burger-icon > span {
    background: #ffffff !important;
  }
}

@media (max-width: 767px) {
  .westgate-booking-hero {
    min-height: 520px !important;
    padding: 92px 0 52px !important;
  }

  .westgate-booking-hero h1 {
    font-size: 36px !important;
    line-height: 1.06 !important;
  }

  .westgate-booking-embed-section {
    padding: 36px 0 46px !important;
  }

  .westgate-booking-iframe {
    height: 76vh !important;
    max-height: 840px !important;
    min-height: 680px !important;
  }
}
/* Westgate mobile render correction pass */
@media (max-width: 991px) {
  #sp-header .sp-megamenu-wrapper > a#offcanvas-toggler.offcanvas-toggler-right {
    display: none !important;
  }

  #sp-header a#offcanvas-toggler.mega_offcanvas.offcanvas-toggler-secondary {
    align-items: center !important;
    color: #006e2e !important;
    display: inline-flex !important;
    height: 46px !important;
    justify-content: center !important;
    margin-left: auto !important;
    width: 46px !important;
  }

  #sp-header a#offcanvas-toggler.mega_offcanvas.offcanvas-toggler-secondary .burger-icon {
    display: block !important;
    height: 26px !important;
    width: 32px !important;
  }

  #sp-header a#offcanvas-toggler.mega_offcanvas.offcanvas-toggler-secondary .burger-icon > span {
    background: #006e2e !important;
    display: block !important;
    height: 3px !important;
    margin: 5px 0 !important;
    width: 30px !important;
  }

  #sp-header.header-sticky a#offcanvas-toggler.mega_offcanvas.offcanvas-toggler-secondary .burger-icon > span {
    background: #ffffff !important;
  }
}

@media (max-width: 767px) {
  .westgate-booking-hero {
    min-height: 520px !important;
    padding: 92px 0 52px !important;
  }

  .westgate-booking-hero .container,
  .westgate-booking-embed-section .container,
  .westgate-booking-support-section .container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .westgate-booking-hero h1 {
    font-size: 36px !important;
    line-height: 1.06 !important;
    margin-bottom: 14px !important;
  }

  .westgate-booking-hero p:not(.westgate-eyebrow) {
    font-size: 18px !important;
    line-height: 1.5 !important;
    margin-bottom: 22px !important;
  }

  .westgate-booking-hero .westgate-actions {
    align-items: stretch !important;
    flex-direction: column !important;
    max-width: 240px !important;
  }

  .westgate-booking-hero .westgate-btn,
  .westgate-booking-intro-grid .westgate-btn {
    width: 100% !important;
  }

  .westgate-booking-embed-section {
    padding: 36px 0 46px !important;
  }

  .westgate-booking-intro-grid {
    align-items: stretch !important;
    display: block !important;
    margin-bottom: 18px !important;
  }

  .westgate-booking-intro-grid h2 {
    font-size: 28px !important;
    line-height: 1.15 !important;
  }

  .westgate-booking-intro-grid .westgate-btn {
    margin-top: 18px !important;
  }

  .westgate-booking-iframe-shell {
    border-radius: 6px !important;
    margin-left: -2px !important;
    margin-right: -2px !important;
  }

  .westgate-booking-iframe-bar {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 4px !important;
    padding: 12px 14px !important;
  }

  .westgate-booking-iframe {
    height: 72vh !important;
    max-height: 820px !important;
    min-height: 620px !important;
  }

  .westgate-booking-support-section {
    padding-top: 44px !important;
  }

  .westgate-booking-help {
    gap: 16px !important;
    grid-template-columns: 1fr !important;
  }

  .westgate-booking-help > div {
    padding: 22px !important;
  }
}

/* Westgate mobile home/header repair 2026-07-13 */
@media (max-width: 991px) {
  body.site #sp-header { min-height: 74px !important; overflow: visible !important; }
  body.site #sp-header .container,
  body.site #sp-header .container-inner,
  body.site #sp-header .row { min-height: 74px !important; }
  body.site #sp-header .row { align-items: center !important; }
  body.site #sp-header #sp-logo { display: flex !important; align-items: center !important; flex: 0 1 auto !important; max-width: 180px !important; }
  body.site #sp-header #sp-menu { display: flex !important; align-items: center !important; justify-content: flex-end !important; flex: 1 1 auto !important; height: 74px !important; min-height: 74px !important; }
  body.site #sp-header .sp-megamenu-wrapper > a#offcanvas-toggler.offcanvas-toggler-right:not(.mega_offcanvas) { display: none !important; }
  body.site #sp-header a#offcanvas-toggler.mega_offcanvas.offcanvas-toggler-secondary {
    display: inline-flex !important; align-items: center !important; justify-content: center !important;
    width: 48px !important; height: 48px !important; min-width: 48px !important; margin-left: auto !important;
    padding: 0 !important; position: relative !important; right: auto !important; top: auto !important; transform: none !important;
    color: #006e2e !important; opacity: 1 !important; visibility: visible !important; z-index: 10001 !important;
  }
  body.site #sp-header a#offcanvas-toggler.mega_offcanvas.offcanvas-toggler-secondary .burger-icon { width: 32px !important; height: 26px !important; display: block !important; }
  body.site #sp-header a#offcanvas-toggler.mega_offcanvas.offcanvas-toggler-secondary .burger-icon span {
    display: block !important; width: 30px !important; height: 3px !important; margin: 5px 0 !important; border-radius: 2px !important;
    background: #006e2e !important; opacity: 1 !important;
  }
}
@media (max-width: 575px) {
  body.site #sp-top-bar .sp-contact-info { display: flex !important; flex-direction: column !important; align-items: center !important; gap: 4px !important; line-height: 1.25 !important; }
  body.site #sp-top-bar .sp-contact-info li { margin: 0 !important; }
  body.site .westgate-actions { display: flex !important; flex-direction: row !important; gap: 12px !important; flex-wrap: wrap !important; }
  body.site .westgate-btn { min-width: 138px !important; text-align: center !important; }
}
