/* Updates 2026 */

body {
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #252525;
}

input,
select,
textarea,
button,
th,
td {
    font: inherit;
}

#content {
  width: 100%;
  box-sizing: border-box;
}

#section_content_970 {
  max-width: 1220px;
  margin: 0 auto;

}

.homeStrip {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 0 12px;
}

#homePromo50 {
  float: left;
  display: block;
  width: 50%;
  max-width: none;
  box-sizing: border-box;
  margin: 0;
  padding: 8px 14px;
}

@media (max-width: 760px) {
  #homePromo50 {
    float: none;
    width: 100%;
    padding: 10px 0 18px;
  }
}

/* ----------------------------------
   Rich Article Content
---------------------------------- */

.richcontent {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.72;
  color: #1f2a23;
}

.richcontent p {
  margin: 0 0 1.35em;
}

.richcontent a {
  color: #126b34;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.richcontent strong {
  font-weight: 750;
}

.richcontent img {
  display: block;
  width: 100% !important;
  height: auto !important;
  margin: 30px auto;
  border-radius: 14px;
}

.richcontent hr,
hr.dashed {
  border: 0;
  border-top: 1px solid #e1e8e3;
  margin: 34px 0;
}

.gs-article-page h1 {
  max-width: 880px;
  margin: 34px auto 12px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #102417;
}

.richcontent > p:first-of-type {
  font-size: 1.15em;
  line-height: 1.65;
  color: #33443a;
}

/* ----------------------------------
  2026 Menu Navigation
---------------------------------- */

:root {
  --gs-green: #167236;
  --gs-green-dark: #0e4f25;
  --gs-ink: #132018;
  --gs-line: #e5ebe6;
  --gs-bg: #ffffff;
  --gs-soft: #f4f8f5;
  --gs-shadow: 0 18px 50px rgba(0, 0, 0, .18);
  --gs-radius: 14px;
}

* { box-sizing: border-box; }
body.gs-lock { overflow: hidden; }
.skip-link, .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  width: auto;
  height: auto;
  margin: 8px;
  padding: 10px 14px;
  clip: auto;
  z-index: 9999;
  background: #fff;
  color: var(--gs-green-dark);
  border-radius: 8px;
}

.gs-site-header {
  position: relative;
  z-index: 1000;
}

.gs-primary-nav {
  background: #ffffff;
  color: var(--gs-ink);
  border-bottom: 1px solid var(--gs-line);
  transition: box-shadow .2s ease;
}
.gs-primary-nav.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .10);
}
.gs-primary-nav__inner {
  max-width: 1300px;
  margin: 0 auto;
  min-height: 64px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.gs-nav-logo {
  flex: 0 0 auto;
  margin-right: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 64px;
  text-decoration: none;
}
.gs-nav-logo img {
  display: block;
  width: auto;
  height: 52px;
  max-width: 190px;
  object-fit: contain;
}
.gs-nav-list {
  list-style: none;
  margin-left: 8px;
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0;
  padding: 0;
  min-width: 0;
  flex: 1 1 auto;
  overflow-x: auto;
  scrollbar-width: none;
}
.gs-nav-list::-webkit-scrollbar { display: none; }
.gs-nav-list a {
  color: var(--gs-ink);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  min-height: 64px;
  padding: 0 11px;
  font-weight: 700;
  white-space: nowrap;
  border-radius: 10px;
}
.gs-nav-list a:hover,
.gs-nav-list a:focus-visible {
  background: var(--gs-soft);
  outline: none;
}

.gs-header__actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-left: auto;
  padding-left: 18px;
  border-left: 1px solid var(--gs-line);
}
.gs-icon-btn {
  min-width: 42px;
  min-height: 42px;
  border: 1px solid #d7e1da;
  border-radius: 999px;
  background: #ffffff;
  color: var(--gs-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  cursor: pointer;
  text-decoration: none;
  padding: 0 12px;
  font: inherit;
  line-height: 1;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.gs-icon-btn:hover,
.gs-icon-btn:focus-visible {
  background: var(--gs-soft);
  border-color: #b8c8bc;
  outline: none;
}
.gs-icon-btn .fa {
  font-size: 18px;
  line-height: 1;
}
a.gs-icon-btn {
  text-decoration: none;
}

.gs-primary-nav__menu {
  font-weight: 700;
}
.gs-menu-text {
  font-size: .9rem;
}

.gs-account-wrap {
  position: relative;
}
.gs-account-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 220px;
  background: #fff;
  color: var(--gs-ink);
  border-radius: 14px;
  box-shadow: var(--gs-shadow);
  padding: 8px;
  z-index: 1800;
}
.gs-account-menu a {
  display: block;
  padding: 11px 12px;
  color: var(--gs-ink);
  text-decoration: none;
  border-radius: 10px;
  font-weight: 700;
}
.gs-account-menu a:hover,
.gs-account-menu a:focus-visible {
  background: var(--gs-soft);
  outline: none;
}

.gs-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1500;
  background: rgba(0, 0, 0, .55);
}
.gs-drawer,
.gs-search-modal {
  position: fixed;
  inset: 0;
  z-index: 1600;
  pointer-events: none;
  visibility: hidden;
}
.gs-drawer.is-open,
.gs-search-modal.is-open {
  pointer-events: auto;
  visibility: visible;
}
.gs-drawer__panel {
  width: min(420px, 92vw);
  height: 100%;
  background: #fff;
  box-shadow: var(--gs-shadow);
  transform: translateX(-105%);
  transition: transform .25s ease;
  padding: 18px;
  overflow-y: auto;
}
.gs-drawer.is-open .gs-drawer__panel { transform: translateX(0); }
.gs-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--gs-line);
  padding-bottom: 14px;
}
.gs-drawer__head h2 {
  margin: 0;
  font-size: 1.2rem;
  color: var(--gs-ink);
}
.gs-drawer__head .gs-icon-btn {
  color: var(--gs-ink);
  background: #fff;
  border-color: var(--gs-line);
  font-size: 28px;
}
.gs-drawer-search,
.gs-search-form {
  display: flex;
  gap: 8px;
  margin: 18px 0;
}
.gs-drawer-search input,
.gs-search-form input {
  flex: 1;
  min-width: 0;
  min-height: 46px;
  border: 1px solid #cbd8ce;
  border-radius: 999px;
  padding: 0 15px;
  font-size: 16px;
}
.gs-drawer-search button,
.gs-search-form button {
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  background: var(--gs-green);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}
.gs-drawer__grid {
  display: grid;
  gap: 18px;
}
.gs-drawer__grid section {
  padding: 14px;
  background: var(--gs-soft);
  border-radius: var(--gs-radius);
}
.gs-drawer__grid h3 {
  margin: 0 0 8px;
  color: var(--gs-green-dark);
  font-size: .95rem;
}
.gs-drawer__grid a {
  display: block;
  padding: 9px 0;
  color: var(--gs-ink);
  text-decoration: none;
  border-top: 1px solid rgba(19, 32, 24, .08);
}
.gs-drawer__grid a:first-of-type { border-top: 0; }

.gs-search-modal {
  display: grid;
  place-items: start center;
  padding: 90px 18px 18px;
}
.gs-search-modal__panel {
  width: min(720px, 100%);
  background: #fff;
  border-radius: 22px;
  box-shadow: var(--gs-shadow);
  padding: 26px;
  transform: translateY(-18px);
  opacity: 0;
  transition: transform .25s ease, opacity .25s ease;
}
.gs-search-modal.is-open .gs-search-modal__panel {
  transform: translateY(0);
  opacity: 1;
}
.gs-search-modal__close {
  float: right;
  border: 0;
  background: transparent;
  color: var(--gs-ink);
  font-size: 34px;
  cursor: pointer;
  line-height: 1;
}
.gs-search-modal h2 {
  margin: 0 0 12px;
  color: var(--gs-ink);
}

@media (max-width: 1040px) {
  .gs-nav-list a {
    padding-inline: 9px;
    font-size: .94rem;
  }
  .gs-nav-logo img {
    height: 46px;
    max-width: 160px;
  }
}

@media (max-width: 860px) {
  .gs-primary-nav__inner {
    min-height: 60px;
    gap: 8px;
    padding-inline: 10px;
  }
  .gs-nav-logo,
  .gs-nav-list a {
    min-height: 60px;
  }
  .gs-nav-logo img {
    height: 42px;
    max-width: 145px;
  }
  .gs-nav-list {
    scroll-snap-type: x mandatory;
  }
  .gs-nav-list li {
    scroll-snap-align: start;
  }
  .gs-nav-list a {
    padding-inline: 8px;
    font-size: .9rem;
  }
  .gs-header__actions {
    gap: 6px;
  }
  .gs-icon-btn {
    min-width: 40px;
    min-height: 40px;
    padding-inline: 10px;
  }
  .gs-menu-text {
    display: none;
  }
}

@media (max-width: 600px) {
  .gs-primary-nav__inner {
    min-height: 64px;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .gs-nav-logo {
    min-height: 42px;
    order: 1;
    margin-right: 0;
  }
  .gs-header__actions {
    order: 2;
    margin-left: auto;
    padding-left: 14px;
    border-left: 1px solid var(--gs-line);
  }
  .gs-nav-list {
    display: none;
  }

  .gs-nav-logo img {
    height: 40px;
    max-width: 150px;
  }
  .gs-drawer-search,
  .gs-search-form {
    flex-direction: column;
  }
  .gs-drawer-search button,
  .gs-search-form button {
    min-height: 44px;
  }
}

@media (max-width: 420px) {
  .gs-nav-logo img {
    height: 36px;
    max-width: 124px;
  }
  .gs-icon-btn {
    min-width: 38px;
    min-height: 38px;
    padding-inline: 9px;
  }
}

/* ----------------------------------
   Article Header, Meta, Sharing & Layout
---------------------------------- */

.gs-article-tools {
  max-width: 880px;
  margin: 0 auto 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e5ebe6;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.gs-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: #66736b;
  font-size: .95rem;
}

.gs-article-meta span::before {
  content: "•";
  margin-right: 12px;
  color: #b6c3bb;
}

.gs-share {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gs-share-label {
  font-size: .9rem;
  color: #66736b;
  font-weight: 600;
}

.gs-share a {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid #d7e1da;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #203126;
  text-decoration: none;
  transition: all .2s ease;
}

.gs-share a:hover {
  background: #f4f8f5;
  border-color: #b8c8bc;
}

.gs-article-body-layout {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 760px) 300px;
  gap: 40px;
  align-items: start;
}

.gs-article-body-layout .richcontent {
  max-width: 760px;
  margin: 0;
}

.gs-article-sidebar {
  width: 300px;
  align-self: stretch;
}

.gs-direct-ads {
  display: grid;
  gap: 18px;
  margin-bottom: 24px;
}

.gs-direct-ad {
  display: block;
}

.gs-direct-ad img {
  display: block;
  width: 300px;
  max-width: 100%;
  height: auto;
}

.gs-sidebar-sticky {
  position: sticky;
  top: 135px;
}

.gs-sidebar-ad {
  width: 300px;
  text-align: center;
}

/* Collapse Snack if empty */
#snack-sidebar-1:empty {
  display: none;
}

.gs-article-footer {
  max-width: 1220px;
  margin: 40px auto 0;
}

.gs-author-card {
  width: 100%;
  margin: 44px 0;
  padding: 24px;
  border: 1px solid #e1e8e3;
  border-radius: 18px;
  background: #f8faf8;
}

.gs-author-card h3 {
  margin: 0 0 16px;
  font-size: 1.15rem;
  color: #102417;
}

.gs-author-card__content p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #33443a;
}

.gs-author-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.gs-author-card__social {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid #d7e1da;
  background: #fff;
  color: #203126;
  text-decoration: none;
  font-size: .92rem;
  font-weight: 600;
}

.gs-author-card__social:hover {
  background: #f4f8f5;
  border-color: #b8c8bc;
}

.gs-author-card__more {
  background: #126b34;
  border-color: #126b34;
  color: #fff;
}

.gs-author-card__more:hover {
  background: #0e4f25;
  border-color: #0e4f25;
}

.gs-author-card__social img {
  width: 16px;
  height: 16px;
  display: block;
}

.gs-author-card__body {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.gs-author-card__content {
  flex: 1 1 auto;
  min-width: 0;
}

.gs-author-card__image {
  width: 88px;
  height: 88px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 999px;
  flex: 0 0 88px;
  display: block;
}

@media only screen and (max-width: 1100px) {
  .gs-article-body-layout {
    display: block;
    max-width: 760px;
  }

  .gs-article-sidebar {
    display: none;
  }

  .gs-article-body-layout .richcontent {
    margin-inline: auto;
  }
}

@media only screen and (max-width: 560px) {
  .gs-author-card__body {
    flex-direction: column-reverse;
  }

  .gs-author-card__image {
    width: 72px;
    height: 72px;
    flex-basis: 72px;
  }
}

/* ----------------------------------
   Card Grids / Editorial Cards
---------------------------------- */

.gs-card-grid .cardcontent {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.gs-card-grid .cardcontent a:first-child {
  display: block;
  overflow: hidden;
  border-radius: 16px;
}

.gs-card-grid .cardcontent img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  border-radius: 16px;
  transition: transform .35s ease;
}

.gs-card-grid .cardcontent:hover img {
  transform: scale(1.03);
}

.gs-card-grid .cardcontent a:last-child {
  text-decoration: none;
}

.heroslider {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.heroslider img {
    display: block;
    width: 100%;
    padding: 0;
}

.cardwrapper .card25p img,
.cardwrapper .card33p img,
.gs-services-grid .card33p img {
    display: block;
    padding: 0;
    border-radius: 16px;
}

.cardwrapper .card25p > a,
.cardwrapper .card33p > a,
.gs-services-grid .card33p > a {
    overflow: hidden;
    border-radius: 16px;
}

.gs-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 14px; 
  margin-bottom: 14px;
}

.gs-card-grid .card25p,
.gs-card-grid .cardcolumns {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  display: block;
  margin: 0 !important;
}

.gs-card-grid .card25pgutter,
.gs-card-grid .clearit {
  display: none;
}

.gs-card-grid .cardheader {
  grid-column: 1 / -1;

  margin: 0 0 18px;

  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.035em;

  color: #102417;
}

.cardheader span {
  background: none;
  padding: 0;
}

.gs-card-grid .cardtext2 {
  margin: 16px 0 0;

  font-size: 1.12rem;
  line-height: 1.38;
  font-weight: 750;
  letter-spacing: -0.015em;

  color: #102417;

  transition: color .2s ease;
}

.gs-card-grid .cardcontent:hover .cardtext2 {
  color: #126b34;
}

.gs-card-grid .cardcontent {
  gap: 2px;
}

.cardmeta {
  margin: 12px 0 0;

  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;

  color: #6b756f;
}

.gs-card-grid .cardcontent {
  transition: transform .2s ease;
}

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

@media (max-width: 640px) {
  .gs-card-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

.gs-card-grid--one {
  grid-template-columns: 1fr;
}

.gs-card-grid--one .cardcontent img {
  aspect-ratio: 21 / 8;
}

@media (max-width: 640px) {
  .gs-card-grid--one .cardcontent img {
    aspect-ratio: 16 / 10;
  }
}

.gs-card-grid--three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 28px;
}

.gs-card-grid--three .card33p,
.gs-card-grid--three .cardcolumns {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  display: block;
  margin: 0 !important;
}

.gs-card-grid--three .card33pgutter,
.gs-card-grid--three .clearit {
  display: none;
}

.gs-card-grid--three .cardcontent {
  display: flex;
  flex-direction: column;
  gap: 2px;
  height: 100%;
  transition: transform .2s ease;
}

.gs-card-grid--three .cardcontent:hover {
  transform: translateY(-2px);
}

.gs-card-grid--three .cardcontent a:first-child {
  display: block;
  overflow: hidden;
  border-radius: 16px;
}

.gs-card-grid--three .cardcontent img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  border-radius: 16px;
  transition: transform .35s ease;
}

.gs-card-grid--three .cardcontent:hover img {
  transform: scale(1.03);
}

.gs-card-grid--three .cardcontent a:last-child {
  text-decoration: none;
}

.gs-card-grid--three .cardtext2 {
  margin: 16px 0 0;
  font-size: 1.12rem;
  line-height: 1.38;
  font-weight: 750;
  letter-spacing: -0.015em;
  color: #102417;
  transition: color .2s ease;
}

.gs-card-grid--three .cardcontent:hover .cardtext2 {
  color: #126b34;
}

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

@media (max-width: 640px) {
  .gs-card-grid--three {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

/* ----------------------------------
   Feature Editorial Layouts
---------------------------------- */

.gs-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: 28px;
  
}

.gs-feature-card {
  display: flex;
  flex-direction: column;
}

.gs-feature-card > a:first-child {
  display: block;
  overflow: hidden;
  border-radius: 18px;
}

.gs-feature-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  border-radius: 18px;
  transition: transform .35s ease;
}

.gs-feature-card:hover img {
  transform: scale(1.03);
}

.gs-feature-card a {
  text-decoration: none;
}

.gs-feature-card h2 {
  margin: 10px 0 0;
  color: #102417;
  line-height: 1.18;
  letter-spacing: -0.025em;
  font-weight: 800;
}

.gs-feature-card--main h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.gs-feature-stack {
  display: grid;
  gap: 24px;
}

.gs-feature-stack .gs-feature-card h2 {
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  line-height: 1.28;
}

.gs-feature-stack .gs-feature-card img {
  aspect-ratio: 16 / 9;
}

@media (max-width: 860px) {
  .gs-feature-grid {
    grid-template-columns: 1fr;
  }

  .gs-feature-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .gs-feature-stack {
    grid-template-columns: 1fr;
  }

  .gs-feature-card--main h2 {
    font-size: 1.65rem;
  }
}

.gs-card-grid {
  display: grid;
  gap: 28px;
  margin-top: 28px;
}

.gs-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gs-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gs-card-grid .card25p,
.gs-card-grid .card33p,
.gs-card-grid .cardcolumns {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  display: block;
  margin: 0 !important;
}

.gs-card-grid .card25pgutter,
.gs-card-grid .card33pgutter,
.gs-card-grid .clearit {
  display: none;
}

.gs-card-grid .gs-feature-grid,
.gs-card-grid .gs-section-cta {
  grid-column: 1 / -1;
}

.gs-section-cta {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.gs-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 48px;
  padding: 0 22px;

  border-radius: 999px;
  border: 1px solid #126b34;

  background: #126b34;
  color: #fff !important;

  font-size: .96rem;
  font-weight: 700;
  letter-spacing: -0.01em;

  text-decoration: none !important;

  transition:
    background .2s ease,
    border-color .2s ease,
    transform .2s ease;
}

.gs-button:hover {
  background: #0e4f25;
  border-color: #0e4f25;
  transform: translateY(-1px);
}

/* Base */
.gs-card-grid {
  display: grid;
  gap: 28px;
  margin-top: 28px;
}

/* Tablet */
@media (max-width: 1100px) {
  .gs-card-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gs-card-grid--three {
    grid-template-columns: 1fr;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .gs-card-grid {
    gap: 22px;
  }

  .gs-card-grid--four,
  .gs-card-grid--three {
    grid-template-columns: 1fr;
  }
}

.gs-card-grid .cardheader,
.gs-card-grid .gs-section-cta,
.gs-card-grid .gs-feature-grid {
  grid-column: 1 / -1;
}

/* ----------------------------------
   Services Panels / Service Grids
---------------------------------- */

.gs-services-panel {
  /* margin: 44px 0; DR removed */
  padding: 34px;
  border-radius: 24px;
  background: #f4f8f5;
  border: 1px solid #e1e8e3;
}

.gs-services-panel__intro {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.gs-services-panel__intro h2 {
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: #102417;
}

.gs-services-panel__intro p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #66736b;
}

.gs-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.gs-services-grid .cardcontent a:first-child {
  display: block;
  overflow: hidden;
  border-radius: 18px;
}

.gs-services-grid .cardcontent img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  border-radius: 18px;
}

.gs-services-grid .cardtext2 {
  margin: 15px 0 0;
  font-size: 1.18rem;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #102417;
}

.gs-services-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;

  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #dce7df;
}

.gs-button--light {
  background: #fff;
  color: #126b34 !important;
  border-color: #d7e1da;
}

.gs-button--light:hover {
  background: #eaf3ed;
  border-color: #b8c8bc;
}

@media (max-width: 900px) {
  .gs-services-grid {
    grid-template-columns: 1fr;
  }

  .gs-services-panel {
    padding: 26px 20px;
  }
}

.gs-services-grid .card33p,
.gs-services-grid .cardcolumns {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  display: block;
  margin: 0 !important;
}

.gs-services-grid .card33pgutter,
.gs-services-grid .clearit {
  display: none;
}


/* ----------------------------------
   Brand / Intro Panels
---------------------------------- */

.gs-brand-panel {
  margin: 48px 0;
  padding: 34px;
  border-radius: 24px;
  background: #f8faf8;
  border: 1px solid #e1e8e3;
}

.gs-brand-panel__content {
  max-width: 880px;
  margin: 0 auto;
}

.gs-brand-panel h2 {
  margin: 0 0 16px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: #102417;
}

.gs-brand-panel p {
  margin: 0 0 1.2em;
  font-size: 1.08rem;
  line-height: 1.7;
  color: #33443a;
}

.gs-brand-panel a {
  color: #126b34;
  text-underline-offset: 3px;
}

.gs-top-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #e1e8e3;
}

.gs-top-links span {
  width: 100%;
  color: #66736b;
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.gs-top-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid #d7e1da;
  background: #fff;
  color: #126b34;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
}

.gs-top-links a:hover {
  background: #f4f8f5;
  border-color: #b8c8bc;
}

@media (max-width: 640px) {
  .gs-brand-panel {
    padding: 26px 20px;
  }
}

/* ----------------------------------
   Listing Pages / News Lists
---------------------------------- */

.gs-listing-layout {
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 44px;
  align-items: start;
}

.gs-listing-main {
  min-width: 0;
}

.gs-listing-title {
  margin: 0 0 24px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.035em;
  color: #102417;
}

.gs-listing-title {
  margin-top: 0;
  margin-bottom: 26px;
}

.gs-news-list-item {
  align-items: start;
}

.gs-news-list-item {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 22px;
  padding: 22px 0;
  border-top: 1px solid #e5ebe6;
}

.gs-news-list-item:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.gs-news-list-item__image {
  display: block;
  overflow: hidden;
  border-radius: 16px;
}

.gs-news-list-item__image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  border-radius: 16px;
  transition: transform .35s ease;
}

.gs-news-list-item:hover img {
  transform: scale(1.03);
}

.gs-news-list-item__content a {
  text-decoration: none;
}

.gs-news-list-item__content h3 {
  margin: 8px 0 8px;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: #102417;
  transition: color .2s ease;
}

.gs-news-list-item:hover h3 {
  color: #126b34;
}

.gs-news-list-item__content p:not(.cardmeta) {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #33443a;
}

.gs-listing-sidebar {
  width: 300px;
}

@media (max-width: 1100px) {
 .gs-listing-layout {
    display: block;
  }

  .gs-listing-sidebar {
    display: none;
  }    
    
}

@media (max-width: 640px) {
  .gs-news-list-item {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .gs-news-list-item__content h3 {
    font-size: 1.25rem;
  }
}

.gs-card-grid + .gs-listing-layout {
  margin-top: 56px;
}

.gs-news-list-item__content .cardmeta {
  margin-top: 0;
}

.gs-card-grid + .gs-listing-layout,
.gs-services-panel + .gs-listing-layout,
.gs-feature-grid + .gs-listing-layout {
  margin-top: 56px;
  padding-top: 42px;
  border-top: 1px solid #e5ebe6;
}

.gs-section-divider {
  margin-top: 56px;
  padding-top: 42px;
  border-top: 1px solid #e5ebe6;
}

.gs-card-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gs-card-grid .card50p,
.gs-card-grid .card33p,
.gs-card-grid .card25p,
.gs-card-grid .cardcolumns {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  display: block;
  margin: 0 !important;
}

.gs-card-grid .card50pgutter,
.gs-card-grid .card33pgutter,
.gs-card-grid .card25pgutter,
.gs-card-grid .clearit {
  display: none;
}

@media (max-width: 640px) {
  .gs-card-grid--two {
    grid-template-columns: 1fr;
  }
}

.gs-tuition-section.gs-card-grid--two .cardcontent a:first-child {
  display: block;
  overflow: hidden;
}

.gs-tuition-section.gs-card-grid--two .cardcontent img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

@media (max-width: 640px) {
  .gs-tuition-section.gs-card-grid--two .cardcontent img {
    height: auto;
  }
}

.gs-breadcrumb {
  max-width: 1220px;
  margin: 18px auto 0;
  padding: 0 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #66736b;
  font-size: .9rem;
}

.gs-breadcrumb a {
  color: #126b34;
  text-decoration: none;
}

.gs-breadcrumb a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ----------------------------------
   Category / Tag Headers
---------------------------------- */

.gs-category-hero,
.gs-tag-header {
  max-width: 880px;
  margin: 28px 0 34px;
}

.gs-category-hero h1,
.gs-tag-header h1 {
  margin: 0;

  color: #102417;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.gs-category-hero p,
.gs-tag-header p {
  max-width: 760px;
  margin: 14px 0 0;

  color: #33443a;
  font-size: 1.08rem;
  line-height: 1.65;
}

/* Tag tools */

.gs-tag-tools {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;

  margin-top: 16px;
  padding: 12px 16px;

  border: 1px solid #e1e8e3;
  border-radius: 999px;

  background: #f8faf8;
}

.gs-tag-tools span {
  color: #66736b;
  font-size: .92rem;
}

.gs-tag-tools strong {
  color: #126b34;
  font-size: .92rem;
  font-weight: 700;
}

.gs-video-spacer {
  height: 20px;
}

.gs-review-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;

  margin: 0 0 18px;
}

.gs-review-meta__label {
  display: inline-flex;
  align-items: center;

  min-height: 32px;
  padding: 0 12px;

  border-radius: 999px;

  background: #126b34;
  color: #fff;

  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.gs-review-meta__product {
  font-size: 1rem;
  font-weight: 700;
  color: #102417;
}

.gs-review-meta__stars {
  height: 20px;
  width: auto;
  display: block;
}

.gs-services-actions__label {
  width: 100%;
  margin-bottom: 4px;

  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;

  color: #66736b;
}

.gs-services-actions + .gs-listing-layout {
  margin-top: 56px;
}

.gs-category-page .gs-services-actions {
  justify-content: flex-start;
  text-align: left;
}

.gs-section-spacer {
  height: 42px;
}

.gs-card-grid > .gs-list-section-header {
  grid-column: 1 / -1;
  width: 100%;
  float: none !important;
  display: block !important;
  max-width: none !important;
  margin: 0 0 8px;
}

.gs-list-section-header h2 {
  margin: 0 0 8px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.035em;
  color: #102417;
}

.gs-list-section-header p {
  margin: 0;
  max-width: 760px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #66736b;
}

.gs-guide-intro {
  margin-top: 28px;
}

.gs-location-panel {
  margin-top: 48px;
}

.gs-guide-intro h1,
.gs-location-panel h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #102417;
}

.gs-guide-hero {
  max-width: 880px;
  margin: 28px 0 40px;
}

.gs-guide-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #102417;
}

.gs-guide-hero p {
  margin: 0 0 16px;
  font-size: 1.08rem;
  line-height: 1.7;
  color: #33443a;
}

.gs-location-links {
  display: grid;
  gap: 22px;
  margin-top: 22px;
}

.gs-location-links section {
  padding-top: 18px;
  border-top: 1px solid #e1e8e3;
}

.gs-location-links h4 {
  margin: 0 0 12px;
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #66736b;
}

.gs-location-links a {
  display: inline-flex;
  margin: 0 8px 10px 0;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid #d7e1da;
  background: #fff;
  color: #126b34;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
}

.gs-location-links a:hover {
  background: #f4f8f5;
  border-color: #b8c8bc;
}

.gs-review-lists {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 34px;
}

.gs-review-list {
  padding: 24px;
  border: 1px solid #e1e8e3;
  border-radius: 18px;
  background: #f8faf8;
}

.gs-review-list h2 {
  margin: 0 0 18px;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #102417;
}

.gs-review-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 0;
  border-top: 1px solid #e1e8e3;
  color: #102417;
  text-decoration: none;
}

.gs-review-row:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.gs-review-row strong {
  display: block;
  font-size: .98rem;
  line-height: 1.35;
}

.gs-review-row em {
  display: block;
  margin-top: 3px;
  font-style: normal;
  font-size: .86rem;
  color: #66736b;
}

.gs-review-row img {
  flex: 0 0 auto;
  width: auto;
  height: 18px;
  margin-top: 2px;
}

.gs-review-row:hover strong {
  color: #126b34;
}

@media (max-width: 1000px) {
  .gs-review-lists {
    grid-template-columns: 1fr;
  }
}

/* ----------------------------------
   Map search layout
---------------------------------- */

.gs-map-filter-panel {
  margin: 30px 0;
  padding: 24px;
  border: 1px solid #e1e8e3;
  border-radius: 22px;
  background: #f8faf8;
}

.gs-map-search-row {
  display: flex;
  gap: 10px;
  margin-bottom: 22px;
}

.gs-map-search-row input[type="text"] {
  flex: 1;
  min-width: 0;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid #d7e1da;
  font-size: 1rem;
}

.gs-map-search-row input[type="button"] {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid #126b34;
  background: #126b34;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.gs-map-filter-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.gs-map-filter-group--wide {
  grid-column: 1 / -1;
}

.gs-map-filter-group h3 {
  margin: 0 0 10px;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #66736b;
}

.gs-filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gs-filter-options label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  padding: 0 11px;
  border-radius: 999px;
  border: 1px solid #d7e1da;
  background: #fff;
  color: #203126;
  font-size: .9rem;
}

.gs-map-filter-group input[readonly] {
  width: 100%;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid #d7e1da;
  border-radius: 999px;
  background: #fff;
  color: #102417;
  font-weight: 700;
}

.gs-map-layout {
  display: grid;
  grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.gs-map-results-panel,
.gs-map-panel {
  min-width: 0;
}

.gs-map-results-panel {
  border: 1px solid #e1e8e3;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}

.gs-map-results-header {
  padding: 18px 20px;
  border-bottom: 1px solid #e1e8e3;
  background: #f8faf8;
}

.gs-map-results-header h2 {
  margin: 0 0 6px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #102417;
}

.gs-map-results-header p {
  margin: 0;
  color: #66736b;
  font-size: .95rem;
}

.gs-map-results {
  max-height: 560px;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (min-width: 981px) {

  .widetable-searchmap td:nth-child(3),
  .widetable-searchmap td:nth-child(4),
  .widetable-searchmap td:nth-child(5),
  .widetable-searchmap td:nth-child(6),
  .widetable-searchmap td:nth-child(7),

  .widetable-searchmap tr.listingHeader td:nth-child(3),
  .widetable-searchmap tr.listingHeader td:nth-child(4),
  .widetable-searchmap tr.listingHeader td:nth-child(5),
  .widetable-searchmap tr.listingHeader td:nth-child(6),
  .widetable-searchmap tr.listingHeader td:nth-child(7) {
    display: none;
  }

}

.gs-map {
  width: 100%;
  height: min(68vh, 640px);
  min-height: 520px;
  border: 1px solid #e1e8e3;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 980px) {
  .gs-map-filter-groups,
  .gs-map-layout {
    grid-template-columns: 1fr;
  }

  .gs-map-results {
    max-height: none;
  }

  .gs-map {
    min-height: 420px;
  }
}

@media (max-width: 560px) {
  .gs-map-filter-panel {
    padding: 20px;
  }

  .gs-map-search-row {
    flex-direction: column;
  }

  .gs-map-search-row input[type="button"] {
    width: 100%;
  }

  .gs-map {
    min-height: 360px;
  }
}

.gs-map-filter-group h3 {
  margin: 0 0 12px;
}

.gs-map-toggle {
  display: none;
}

@media (max-width: 980px) {

  .gs-map-toggle {
    display: flex;
    gap: 8px;
    margin: 0 0 20px;
  }

  .gs-map-toggle__btn {
    flex: 1;
    min-height: 44px;

    border: 1px solid #d7e1da;
    border-radius: 999px;

    background: #fff;
    color: #203126;

    font-weight: 700;
    cursor: pointer;
  }

  .gs-map-toggle__btn.active {
    background: #126b34;
    border-color: #126b34;
    color: #fff;
  }
}

@media (max-width: 980px) {

  .gs-map-layout.show-results .gs-map-panel {
    display: none;
  }

  .gs-map-layout.show-map .gs-map-results-panel {
    display: none;
  }
}

.gs-map-filter-toggle {
  display: none;
}

@media (max-width: 980px) {

  .gs-map-filter-toggle {
    display: block;
    margin-bottom: 16px;
  }

  .gs-map-filter-toggle button {
    width: 100%;
    min-height: 46px;

    border: 1px solid #d7e1da;
    border-radius: 999px;

    background: #fff;
    color: #203126;

    font-weight: 700;
    cursor: pointer;
  }

  .gs-map-filter-groups {
    display: none;
  }

  .gs-map-filter-groups.is-open {
    display: grid;
  }
}

/* ----------------------------------
   Must Play Golf Course Listing
---------------------------------- */

.gs-course-rating {
  position: absolute;
  top: 14px;
  right: 14px;

  padding: 6px 10px;

  border-radius: 999px;

  background: rgba(16,36,23,.9);
  color: #fff;

  font-size: .9rem;
  font-weight: 700;
}

.gs-course-facts {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:16px 0;
}

.gs-course-facts span {
  padding:6px 10px;
  border-radius:999px;
  background:#f4f8f5;
  border:1px solid #e1e8e3;

  font-size:.85rem;
  font-weight:600;
  color:#33443a;
}

.gs-mustplay-card {
  display:grid;
  grid-template-columns:320px 1fr;
  gap:28px;
}

.widetable-top100 {
  display: grid;
  gap: 28px;
}

.cardfullborder {
  display: grid;
  grid-template-columns: minmax(260px, 38%) minmax(0, 1fr);
  gap: 28px;
  padding: 22px;
  border: 1px solid #e1e8e3;
  border-radius: 20px;
  background: #fff;
}

.cardfullborder .card50p,
.cardfullborder .cardcolumns {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  display: block;
  margin: 0 !important;
}

.cardfullborder .card50pgutter,
.cardfullborder .clearit {
  display: none;
}

.cardfullborder .heroslider {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

.cardfullborder .heroslider img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
  border-radius: 18px;
}

.cardfullborder .cardtext2 {
  margin: 0 0 12px;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.cardfullborder .cardtext2 a {
  color: #102417;
  text-decoration: none;
}

.cardfullborder .cardtext2 a:hover {
  color: #126b34;
}

.cardfullborder p {
  margin: 0 0 14px;
  font-size: 1rem;
  line-height: 1.6;
  color: #33443a;
}

.cardfullborder p strong {
  font-weight: 500;
}

.gs-course-meta {
  margin-top: 12px;
  font-size: .92rem;
  font-weight: 650;
  color: #66736b;
}

.cardfullborder .gs-button {
  margin-top: 8px;
}

@media (max-width: 760px) {
  .cardfullborder {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .cardfullborder .heroslider img {
    min-height: 220px;
  }
}

.gs-course-action {
  margin-top: 18px;
}

/* ----------------------------------
   Top 100 Course Listing
---------------------------------- */

.widetable-top100 {
  width: 100%;
  margin-top: 32px;
}

.widetable-top100 > table.listing {
  width: 100% !important;
  border-collapse: separate;
  border-spacing: 0 14px;
}

.widetable-top100 table.listing > tbody > tr:first-child {
  color: #66736b;
  font-size: .95rem;
}

.widetable-top100 tr.listingHeader {
  display: none;
}

.widetable-top100 table.listing > tbody > tr[bgcolor] {
  background: #fff !important;
}

.widetable-top100 table.listing > tbody > tr[bgcolor] > td {
  padding: 18px !important;
  border-top: 1px solid #e1e8e3;
  border-bottom: 1px solid #e1e8e3;
  vertical-align: middle;
}

.widetable-top100 table.listing > tbody > tr[bgcolor] > td:first-child {
  width: 72px;
  border-left: 1px solid #e1e8e3;
  border-radius: 18px 0 0 18px;
  text-align: center;
}

.widetable-top100 table.listing > tbody > tr[bgcolor] > td:last-child {
  width: 210px;
  border-right: 1px solid #e1e8e3;
  border-radius: 0 18px 18px 0;
  text-align: center;
}

.widetable-top100 .ranking {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #f4f8f5;
  border: 1px solid #d7e1da;
  color: #126b34;
  font-size: 1rem;
  font-weight: 800;
}

.widetable-top100 td h2 {
  margin: 0 0 6px;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #102417;
}

.widetable-top100 td h2 a {
  color: #102417;
  text-decoration: none;
}

.widetable-top100 td h2 a:hover {
  color: #126b34;
}

.widetable-top100 td p {
  margin: 0;
  font-size: .95rem;
  line-height: 1.55;
  color: #66736b;
}

.widetable-top100 td img[align="left"] {
  width: 96px !important;
  height: 68px !important;
  object-fit: cover;
  border-radius: 12px;
  padding: 0 !important;
  margin: 0 16px 0 0;
}

.widetable-top100 td:last-child span {
  color: #102417;
  font-size: .95rem;
}

.widetable-top100 td:last-child img {
  max-width: 110px;
  height: auto;
  margin: 6px auto;
}

.widetable-top100 td:last-child p {
  text-align: center;
  font-size: .88rem;
}

@media (max-width: 760px) {
  .widetable-top100 table.listing,
  .widetable-top100 table.listing tbody,
  .widetable-top100 table.listing tr,
  .widetable-top100 table.listing td {
    display: block;
    width: 100% !important;
  }
  
  .widetable-top100 tr.listingHeader {
    display: none !important;
  }

  .widetable-top100 table.listing > tbody > tr[bgcolor] {
    margin-bottom: 18px;
    border: 1px solid #e1e8e3;
    border-radius: 18px;
    padding: 18px;
  }

  .widetable-top100 table.listing > tbody > tr[bgcolor] > td {
    border: 0;
    padding: 0 !important;
  }

  .widetable-top100 table.listing > tbody > tr[bgcolor] > td:first-child,
  .widetable-top100 table.listing > tbody > tr[bgcolor] > td:last-child {
    border: 0;
    border-radius: 0;
    text-align: left;
  }

  .widetable-top100 table.listing > tbody > tr[bgcolor] > td:first-child {
    margin-bottom: 12px;
  }

  .widetable-top100 td img[align="left"] {
    float: none;
    width: 100% !important;
    height: 180px !important;
    margin: 0 0 14px;
  }

  .widetable-top100 table.listing > tbody > tr[bgcolor] > td:last-child {
    margin-top: 14px;
  }

  .widetable-top100 td:last-child p,
  .widetable-top100 td:last-child span {
    text-align: left !important;
  }
  
  .widetable-top100 table.listing > tbody > tr[bgcolor] {
    position: relative;
  }

  .widetable-top100 table.listing > tbody > tr[bgcolor] > td:first-child {
    position: absolute;
    top: 28px;
    left: 28px;
    z-index: 3;
    width: auto !important;
    margin: 0;
  }

  .widetable-top100 .ranking {
    width: 42px;
    height: 42px;
    background: rgba(16, 36, 23, .9);
    color: #fff;
    border-color: rgba(255,255,255,.35);
  }
  
}

@media (max-width: 525px) {

  .widetable-top100 table.listing > tbody > tr[bgcolor] > td:first-child {
    position: static;
    margin-bottom: 12px;
  }

  .widetable-top100 .ranking {
    width: 36px;
    height: 36px;
    font-size: .9rem;
  }

}

/* To review */

.gs-guide-hero--center {
  max-width: 880px;
  margin: 34px auto 34px;
  text-align: center;
}

.gs-guide-hero--center p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.gs-top100-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 40px;
  align-items: start;
}

.gs-top100-main {
  min-width: 0;
}

.gs-top100-layout .widetable-top100 {
  margin-top: 0;
}

.gs-top100-layout .gs-article-sidebar {
  width: 300px;
}

@media (max-width: 1100px) {
  .gs-top100-layout {
    display: block;
  }

  .gs-top100-layout .gs-article-sidebar {
    display: none;
  }
}

.gs-guide-hero {
  max-width: 880px;
  margin: 34px auto;
}

/* ----------------------------------
   Deals Page
---------------------------------- */

.gs-deal-page {
  max-width: 1220px;
  margin: 0 auto;
  padding: 28px 18px;
}

.gs-deal-hero {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  margin-bottom: 34px;
}

.gs-deal-hero img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.gs-deal-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(16, 36, 23, .72),
    rgba(16, 36, 23, .22),
    rgba(16, 36, 23, 0)
  );
}

.gs-deal-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;

  display: inline-flex;
  align-items: center;

  padding: 8px 14px;
  border-radius: 999px;

  background: rgba(255,255,255,.95);
  color: #126b34;

  font-size: .8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.gs-deal-title {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  max-width: 850px;
}

.gs-deal-title h1 {
  margin: 0;
  color: #fff;

  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.035em;

  text-shadow: 0 3px 20px rgba(0,0,0,.35);
}

.gs-deal-title p {
  display: inline-flex;
  align-items: center;

  margin: 12px 0 0;
  padding: 7px 12px;

  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: #126b34;

  font-size: clamp(.9rem, 1.5vw, 1.05rem);
  font-weight: 800;
  line-height: 1.2;
}

.gs-deal-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) 300px;
  gap: 40px;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

.gs-deal-content,
#section_content_640.gs-deal-content {
  width: auto !important;
  max-width: 760px !important;
  float: none !important;
}

.gs-deal-sidebar {
  width: 300px !important;
  float: none !important;
}

.gs-deal-content .richcontent {
  max-width: none;
}

.gs-deal-content .bxslider {
  margin: 30px 0;
}

.gs-deal-content .bxslider img {
  width: 100%;
  max-width: none !important;
  height: auto;
  display: block;
  border-radius: 16px;
}

@media (max-width: 1100px) {
  .gs-deal-layout {
    display: block;
    max-width: 760px;
  }

  .gs-deal-sidebar {
    display: none;
  }
}

@media (max-width: 640px) {
  .gs-deal-hero img {
    height: 240px;
  }

  .gs-deal-badge {
    top: 16px;
    left: 16px;
  }

  .gs-deal-title {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .gs-deal-title h1 {
    font-size: 1.65rem;
  }
}

.richcontent.richcontent--wide {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.richcontent--wide .section_content,
.richcontent--wide .contenttab {
  max-width: 970px;
  width: 100%;
}

.richcontent--wide p,
.richcontent--wide li {
  max-width: 970px;
}

.richcontent--wide h2,
.richcontent--wide h3 {
  max-width: 970px;
}

.richcontent--wide img {
  width: 100% !important;
  max-width: 970px;
  height: auto !important;
  border-radius: 14px;
}

/* ----------------------------------
   Regional Course Listings
---------------------------------- */

.gs-page-header {
  max-width: 900px;
  margin: 0 auto 32px;
  text-align: center;
}

.gs-page-header h1 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #102417;
}

.gs-page-header p {
  max-width: 760px;
  margin: 0 auto 12px;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #5f6b63;
}

.gs-page-header p:last-child {
  margin-bottom: 0;
}

.gs-course-listing-layout {
  /*width: 1110px; DR V2*/
  width: 100% !important;
  max-width: calc(100vw - 36px);
  margin-left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 40px;
  align-items: start;
}

.gs-course-listing-main {
  min-width: 0;
  width: 100%;
}

.widetable-course {
  width: 100% !important;
  max-width: none !important;
  /* margin-top: 32px; DR V2 */
}

.widetable-course > table.listing {
  width: 100% !important;
  max-width: none !important;
  border-collapse: separate;
  border-spacing: 0 12px;
}

.widetable-course tr.listingHeader {
  display: none;
}

.widetable-course table.listing > tbody > tr:first-child,
.widetable-course table.listing > tbody > tr:nth-child(2),
.widetable-course table.listing > tbody > tr:last-child {
  color: #66736b;
  font-size: .95rem;
}

.widetable-course table.listing > tbody > tr[bgcolor] {
  background: #fff !important;
}

.widetable-course table.listing > tbody > tr[bgcolor] > td {
  padding: 16px !important;
  border-top: 1px solid #e1e8e3;
  border-bottom: 1px solid #e1e8e3;
  background: #fff;
  vertical-align: middle;
  color: #66736b;
  font-size: .95rem;
}

.widetable-course table.listing > tbody > tr[bgcolor] > td:first-child {
  width: 104px;
  border-left: 1px solid #e1e8e3 !important;
  border-radius: 16px 0 0 16px;
}

.widetable-course table.listing > tbody > tr[bgcolor] > td:last-child {
  border-right: 1px solid #e1e8e3 !important;
  border-radius: 0 16px 16px 0;
}

.widetable-course td img.lazyload {
  width: 88px !important;
  height: 64px !important;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.widetable-course td:nth-child(5) img {
  width: 80px !important;
  height: auto !important;
}

.widetable-course td a {
  color: #102417;
  text-decoration: none;
  font-weight: 800;
}

.widetable-course td a:hover {
  color: #126b34;
}

.widetable-course td:nth-child(2) {
  font-size: 1rem;
}

@media (max-width: 1210px) {
  .gs-course-listing-layout {
    width: 100%;
    max-width: none;
    margin-left: 0;
    transform: none;
    display: block;
  }

  .gs-course-listing-layout .gs-article-sidebar {
    display: none;
  }
}

@media (max-width: 760px) {
  .widetable-course > table.listing {
    border-spacing: 0 10px;
  }

  .widetable-course table.listing > tbody > tr[bgcolor] > td {
    padding: 12px 8px !important;
  }

  .widetable-course table.listing > tbody > tr[bgcolor] > td:first-child {
    width: 80px;
    border-left: 1px solid #e1e8e3 !important;
    border-radius: 14px 0 0 14px;
  }

  .widetable-course table.listing > tbody > tr[bgcolor] > td:last-child {
    border-right: 1px solid #e1e8e3 !important;
    border-radius: 0 14px 14px 0;
  }

  .widetable-course td img.lazyload {
    width: 72px !important;
    height: 54px !important;
    border-radius: 10px;
  }
}

@media (max-width: 805px) {

  .widetable-course table.listing td:nth-child(4),
  .widetable-course table.listing tr.listingHeader td:nth-child(4) {
    display: none;
  }

}

.widetable-course td:nth-child(2) a {
  font-size: 1.05rem;
  line-height: 1.3;
}

.gs-top-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 20px 0;
}

.gs-top-links a {
    margin-right: 8px;
    margin-bottom: 8px;
}

/* ----------------------------------
   Static Content Pages
---------------------------------- */

.gs-page-header--left {
    text-align: left;
    max-width: none;
    margin: 0 0 32px;
}

.rightHelpBox {
  margin-bottom: 28px;
  padding-left: 16px;
  background: transparent;
  border: 0;
  border-left: 3px solid #126b34;
  border-radius: 0;
}

.rightHelpBox h4 {
  margin: 0 0 14px;
  padding: 0 0 12px;
  border-bottom: 1px solid #e1e8e3;

  color: #66736b;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rightHelpBox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rightHelpBox li {
  margin: 0 !important;
  padding: 0;
  border-bottom: 1px solid #edf2ee;
}

.rightHelpBox a {
  display: block;
  padding: 13px 0;

  color: #203126;
  font-size: .98rem;
  font-weight: 500;
  text-decoration: none;
}

.rightHelpBox a:hover {
  color: #126b34;
}

/* ----------------------------------
   Member Access Pages
---------------------------------- */

.gs-member-panel {
  max-width: 620px;
  margin: 40px auto 60px;
  padding: 32px;

  border: 1px solid #e1e8e3;
  border-radius: 22px;
  background: #fff;
}

.gs-member-panel--compact {
  max-width: 480px;
}

.gs-member-panel h1,
.gs-member-panel h2 {
  margin: 0 0 16px;
  color: #102417;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.gs-member-panel h1 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.gs-member-panel h2 {
  margin-top: 28px;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.gs-member-panel p,
.gs-member-panel li {
  color: #33443a;
  font-size: 1rem;
  line-height: 1.65;
}

.gs-member-panel p {
  margin: 0 0 18px;
}

.gs-member-panel hr {
  border: 0;
  border-top: 1px solid #e1e8e3;
  margin: 28px 0;
}

.gs-member-panel a {
  color: #126b34;
  font-weight: 700;
  text-underline-offset: 3px;
}

.gs-member-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0;
}

.gs-member-panel .input {
  margin-bottom: 14px;
}

.gs-member-panel .forminput,
.gs-member-panel select {
  width: 100% !important;
  min-height: 50px;
  box-sizing: border-box;
  padding: 0 16px;

  border: 1px solid #d7e1da;
  border-radius: 999px;

  background: #fff;
  color: #102417;
  font-size: 1rem;
}

.gs-member-panel .forminput:focus,
.gs-member-panel select:focus {
  outline: none;
  border-color: #126b34;
  box-shadow: 0 0 0 3px rgba(18,107,52,.12);
}

.gs-member-panel input[type="checkbox"] {
  margin-right: 8px;
}

.gs-member-panel input[type="submit"],
.gs-member-panel .button {
  min-height: 50px;
  padding: 0 24px;

  border: 1px solid #126b34;
  border-radius: 999px;

  background: #126b34;
  color: #fff;

  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
}

.gs-member-panel:not(.gs-member-panel--wide) input[type="submit"],
.gs-member-panel:not(.gs-member-panel--wide) .button {
  width: 100%;
}

.gs-member-panel input[type="submit"]:hover,
.gs-member-panel .button:hover {
  background: #0e4f25;
  border-color: #0e4f25;
}

.gs-member-panel .helpmessage {
  margin-top: 22px;
  padding-left: 14px;
  border-left: 3px solid #126b34;

  color: #5f6b63;
  font-size: .95rem;
  line-height: 1.6;
}

.required {
  color: #d93025;
  font-weight: 700;
}

/* ----------------------------------
   Member Signup Layout
---------------------------------- */

.gs-member-layout {
  width: 1110px;
  max-width: calc(100vw - 36px);
  margin-left: 50%;
  transform: translateX(-50%);

  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 40px;
  align-items: start;
}

.gs-member-main {
  min-width: 0;
}

.gs-member-sidebar {
  width: 300px;
}

.gs-member-panel--wide {
  max-width: none;
  margin: 0;
  padding: 0;

  border: 0;
  border-radius: 0;
  background: transparent;
}

.gs-member-panel--wide h1 {
  font-size: clamp(2rem, 4vw, 3.1rem);
}

.gs-member-panel--wide h2 {
  margin: 28px 0 12px;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

/* Signup table refresh */

.gs-member-panel--wide table.signupform {
  width: 100% !important;
  border-collapse: separate;
  border-spacing: 0 22px;
}

.gs-member-panel--wide table.signupform td {
  padding: 4px 8px 4px 0 !important;

  color: #33443a;
  font-size: .95rem;
  font-weight: 600;
  vertical-align: middle;
}

@media (min-width: 900px) {
  .gs-member-panel--wide table.signupform tr {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr) 130px minmax(0, 1fr);
    gap: 10px 14px;
    align-items: center;
  }

  .gs-member-panel--wide table.signupform td {
    width: auto !important;
  }

  .gs-member-panel--wide table.signupform td[colspan="3"],
  .gs-member-panel--wide table.signupform td[colspan="4"] {
    grid-column: 1 / -1;
  }

  .gs-member-panel--wide table.signupform tr:has(input[name="handicap"]) td[colspan="3"] {
    grid-column: 2 / -1;
  }
}

.gs-member-panel--wide input[name="handicap"] {
  width: 120px !important;
  min-width: 120px;
}

.gs-member-panel--wide table.signupform tr:has(input[name="handicap"]) + tr td {
  font-size: .88rem;
  font-weight: 400;
  color: #66736b;

  border-left: 3px solid #d7e1da;
  padding-left: 12px !important;
}

/* Lower newsletter / captcha tables */

.gs-member-panel--wide form > table:not(.signupform) {
  width: 100% !important;
  margin-top: 20px;
}

.gs-member-panel--wide form > table:not(.signupform) td {
  padding: 0 !important;

  color: #33443a;
  font-size: .98rem;
  line-height: 1.6;
}

.gs-member-panel--wide table.signupform tr:last-child td[colspan="4"] {
  grid-column: 1 / -1;

  max-width: 680px;
  margin: 24px auto 0;

  text-align: center;
  font-size: .95rem;
  line-height: 1.6;
}

.gs-member-panel--wide table.signupform tr:last-child h2 {
  margin: 0 0 16px;

  color: #102417;
  font-size: 1.2rem;
}

.gs-member-panel--wide .g-recaptcha {
  display: inline-block;
  margin: 0 auto 18px;
}

.gs-member-panel--wide input#formsubmit {
  width: auto !important;
  min-width: 260px;
  margin: 0 auto 20px;
  padding: 0 32px;
  display: inline-block;
}

/* Responsive */

@media (max-width: 1210px) {
  .gs-member-layout {
    width: 100%;
    max-width: none;
    margin-left: 0;
    transform: none;
    display: block;
  }

  .gs-member-sidebar {
    display: none;
  }
}

@media (max-width: 700px) {
  .gs-member-panel {
    padding: 24px 20px;
  }

  .gs-member-panel--wide {
    padding: 0;
  }

  .gs-member-actions .gs-button {
    width: 100%;
  }

  .gs-member-panel--wide table.signupform tr {
    display: block;
  }

  .gs-member-panel--wide table.signupform td {
    display: block;
    width: 100% !important;
    padding: 0 0 8px !important;
  }

  .gs-member-panel--wide input[type="submit"],
  .gs-member-panel--wide .button {
    width: 100%;
  }

  .gs-member-panel--wide input#formsubmit {
    width: 100% !important;
    min-width: 0;
  }
}

/* Service pages design updates */

.gs-static-page > h1 {
/*  max-width: 880px;*/
  margin: 0 0 14px;

  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: -0.035em;

  color: #102417;
}

.gs-static-page > p {
/*  max-width: 880px;*/
  margin: 0 0 1.25em;

  font-size: 1.06rem;
  line-height: 1.65;
  color: #33443a;
}

.gs-static-page > p:first-of-type {
  font-size: 1.14rem;
  color: #203126;
}

.gs-static-page .homeStrip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;

  width: 100%;
  margin: 28px 0;
}

.gs-static-page #homePromo50 {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 22px;

  border: 1px solid #e1e8e3;
  border-radius: 18px;
  background: #fff;
}

.gs-static-page #homePromo50 h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #102417;
}

.gs-static-page #homePromo50 p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #33443a;
}

.gs-static-page #homePromo50 img {
  max-width: 180px;
  height: auto;
  margin-left: 18px;
  border-radius: 0;
}

@media (max-width: 760px) {
  .gs-static-page .homeStrip {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .gs-static-page #homePromo50 img {
    max-width: 140px;
  }
}

/* Mobile */

@media (max-width: 640px) {
  .gs-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 8px;
    line-height: 1.6;
  }

  .gs-article-meta .author {
    flex: 0 0 100%;
    display: block;
  }

  .gs-article-meta span:not(.author) {
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  .gs-article-meta .author::before {
    content: none;
  }
}

/* ----------------------------------
   Hero Landing Pages
   Course Directory / Travel
---------------------------------- */

.grid1-GCD {
  padding: 80px 24px 60px;
  text-align: center;
}

.grid1-GCD h1 {
  margin: 0 0 12px;

  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 800;

  color: #fff;
  text-align: center;
}

.grid1-GCD p {
  max-width: 720px;
  margin: 0 auto 24px;

  font-size: 1.15rem;
  line-height: 1.6;
  font-weight: 400;

  color: rgba(255,255,255,.92);
  text-align: center;
}

/* Search */

.hero-unit {
  margin: 0 0 24px;
}

.course-search {
  max-width: 720px;
  margin: 0 auto;
}

/* Hero buttons */

.button-hero {
  display: inline-block;

  margin: 4px;
  padding: 10px 16px;

  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;

  background: rgba(255,255,255,.12);
  backdrop-filter: blur(4px);

  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;

  transition: all .15s ease;
}

.button-hero:hover {
  background: rgba(255,255,255,.22);
  border-color: rgba(255,255,255,.5);
  color: #fff;
}

/* Mobile */

@media (max-width: 768px) {

  .grid1-GCD {
    padding: 60px 18px 40px;
  }

  .grid1-GCD h1 {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .grid1-GCD p {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .button-hero {
    margin: 3px;
    padding: 9px 14px;
    font-size: .85rem;
  }
}

/* ----------------------------------
   Course Profile Header
---------------------------------- */

.gs-course-profile-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;

  margin-bottom: 28px;
}

.gs-course-profile-title {
  min-width: 0;
}

.gs-course-profile-header h1 {
  margin: 0 0 12px;

  font-size: clamp(2.1rem, 4.5vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: -0.04em;

  color: #102417;
}

.gs-course-profile-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;

  color: #66736b;
  font-size: 1rem;
}

.gs-course-profile-score {
  color: #102417;
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1;
}

.gs-course-profile-rating img {
  width: auto;
  height: 24px;
  display: block;
}

.gs-course-profile-rating a {
  color: #126b34;
  font-weight: 700;
  text-decoration: none;
}

.gs-course-profile-rating a:hover {
  text-decoration: underline;
}

.gs-course-profile-actions {
  flex-shrink: 0;
}

@media (max-width: 760px) {
  .gs-course-profile-header {
    display: block;
    margin-bottom: 24px;
  }

  .gs-course-profile-actions {
    margin-top: 18px;
  }

  .gs-course-profile-actions .gs-button {
    width: 100%;
  }
}

/* ----------------------------------
   Course Profile Hero Layout
---------------------------------- */

.gs-course-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 32px;
  align-items: stretch;

  margin-bottom: 40px;
}

.gs-course-gallery {
  min-width: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #f4f7f5;
}

.gs-course-gallery .bx-wrapper {
  margin: 0;
  border: 0;
  box-shadow: none;
}

.gs-course-gallery .bx-viewport {
  border-radius: 22px;
  overflow: hidden;
}

.gs-course-gallery .bxslider {
  margin: 0;
}

.gs-course-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gs-course-summary {
  padding: 26px;

  border: 1px solid #e1e8e3;
  border-radius: 22px;
  background: #fff;
}

.gs-course-summary h2 {
  margin: 0 0 14px;

  font-size: 1.35rem;
  line-height: 1.2;
  letter-spacing: -0.025em;

  color: #102417;
}

.gs-course-summary p {
  margin: 0 0 18px;

  color: #33443a;
  font-size: 1rem;
  line-height: 1.6;
}

.gs-course-summary .gs-course-facts {
  margin-top: 18px;
}

@media (max-width: 980px) {
  .gs-course-hero-layout {
    grid-template-columns: 1fr;
  }

  .gs-course-gallery .bxslider img {
    height: 320px;
  }
}

@media (max-width: 640px) {
  .gs-course-gallery .bxslider img {
    height: 240px;
  }

  .gs-course-summary {
    padding: 22px;
    border-radius: 18px;
  }
}

@media (max-width: 980px) {
  .gs-course-gallery img {
    height: 320px;
  }
}

@media (max-width: 640px) {
  .gs-course-gallery img {
    height: 240px;
  }
}

.gs-course-gallery .bxslider > div:not(:first-child) {
    display: none;
}

.gs-course-related {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #e1e8e3;
}

.gs-course-related h3 {
  margin: 0 0 10px;

  font-size: .85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;

  color: #66736b;
}

.gs-course-related ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gs-course-related li + li {
  margin-top: 8px;
}

.gs-course-related a {
  color: #126b34;
  font-weight: 600;
  text-decoration: none;
}

.gs-course-related a:hover {
  text-decoration: underline;
}

/* ----------------------------------
   Course Profile Sections / Tabs
---------------------------------- */

.gs-course-section {
  margin: 44px 0;
}

.gs-course-section-header {
  margin-bottom: 18px;
}

.gs-course-section-header h2,
.gs-course-section > h2 {
  margin: 0;

  color: #102417;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.gs-course-about {
  margin: 44px 0;
}

.gs-course-tabs {
  width: 100%;
}

.gs-course-tabs {
  padding: 24px;
  border: 1px solid #e1e8e3;
  border-radius: 22px;
  background: #fff;
}

.gs-course-tabs #visitors,
.gs-course-tabs #scorecards {
  display: none;
}

/* Tab navigation */

.gs-course-tab-nav,
.gs-course-tabs #tertiary_navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;

  margin: 0 0 24px;
  padding: 0;

  list-style: none;
  border: 0;
}

.gs-course-tab-nav li,
.gs-course-tabs #tertiary_navigation li {
  margin: 0;
  padding: 0;
}

.gs-course-tab-nav a,
.gs-course-tabs #tertiary_navigation a {
  display: inline-flex;
  align-items: center;

  padding: 9px 15px;

  border: 1px solid #d7e1da;
  border-radius: 999px;

  background: #fff;
  color: #203126;

  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
}

.gs-course-tab-nav li.selected a,
.gs-course-tabs #tertiary_navigation li.selected a,
.gs-course-tab-nav a:hover,
.gs-course-tabs #tertiary_navigation a:hover {
  border-color: #126b34;
  background: #126b34;
  color: #fff;
}

/* Tab content */

.gs-course-tab-panel,
.gs-course-tabs .section_content {
  color: #33443a;
  font-size: 1rem;
  line-height: 1.65;
}

.gs-course-tab-panel h3,
.gs-course-tabs .section_content h3 {
  margin: 0 0 12px;

  color: #102417;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.gs-course-tab-panel p,
.gs-course-tabs .section_content p {
  margin: 0 0 1em;
}

.gs-course-tab-panel ul,
.gs-course-tabs .section_content ul {
  margin: 0 0 1em 1.2em;
}

/* Map image in contact tab */

.gs-course-tabs img[align="right"] {
  max-width: 220px;
  height: auto;

  margin: 0 0 18px 22px;

  border-radius: 14px;
}

/* Scorecard table */

.gs-course-tabs table {
  width: 100% !important;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 12px;
}

.gs-course-tabs tr.listingHeader td {
  padding: 12px 14px;

  background: #f3f7f4;
  color: #102417;

  font-size: .85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.gs-course-tabs table td {
  padding: 12px 14px;
  border-bottom: 1px solid #e1e8e3;

  color: #33443a;
  font-size: .95rem;
}

.gs-course-tabs tr[bgcolor] {
  background: #fff !important;
}

/* Mobile */

@media (max-width: 700px) {
  .gs-course-about {

  }

  .gs-course-tab-nav,
  .gs-course-tabs #tertiary_navigation {
    gap: 6px;
  }

  .gs-course-tab-nav a,
  .gs-course-tabs #tertiary_navigation a {
    padding: 8px 12px;
    font-size: .85rem;
  }

  .gs-course-tabs img[align="right"] {
    float: none;
    display: block;
    max-width: 100%;
    margin: 0 0 18px;
  }

  .gs-course-tabs table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

.gs-course-tabs #tertiary_navigation li.first,
.gs-course-tabs #tertiary_navigation li.after {
    border-right: 0 !important;
}

/* ----------------------------------
   Course Reviews Summary
---------------------------------- */

.gs-course-section-intro {
  max-width: 880px;
  margin: 0 0 24px;
  color: #33443a;
  font-size: 1.05rem;
  line-height: 1.65;
}

.gs-review-insights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 26px 0 30px;
}

.gs-review-insight-card {
  padding: 22px;
  border: 1px solid #e1e8e3;
  border-radius: 18px;
  background: #fff;
  text-align: center;
}

.gs-review-insight-value {
  display: block;
  margin-bottom: 6px;
  color: #102417;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

.gs-review-insight-label {
  display: block;
  color: #66736b;
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.gs-review-analysis {
  margin: 30px 0;
}

.gs-review-analysis .cardwrapper {
  margin: 0;
}

.gs-review-analysis .cardcontent {
  border: 1px solid #e1e8e3;
  border-radius: 18px;
  background: #fff;
}

/* Club says */

.gs-club-says {
  margin: 34px 0;
  padding-left: 18px;
  border-left: 3px solid #126b34;
}

.gs-club-says h3,
.gs-course-recognition h3,
.gs-review-cta h3 {
  margin: 0 0 10px;
  color: #102417;
  font-size: 1.35rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.gs-club-says p {
  margin: 0;
  color: #33443a;
  font-size: 1rem;
  line-height: 1.65;
}

/* Recognition */

.gs-course-recognition {
  margin: 30px 0;
}

.gs-course-recognition img {
  max-width: 100px;
  height: auto;
}

/* ----------------------------------
   User Reviews
---------------------------------- */

.gs-review-sort {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: #66736b;
  font-size: .95rem;
}

.gs-review-sort span {
  font-weight: 700;
  color: #33443a;
}

.gs-review-sort a {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid #d7e1da;
  border-radius: 999px;
  color: #203126;
  font-size: .88rem;
  font-weight: 700;
  text-decoration: none;
}

.gs-review-sort a:hover {
  border-color: #126b34;
  color: #126b34;
}

/* Review cards */

.review-block {
  margin: 0 0 22px;
  padding: 22px;
  border: 1px solid #e1e8e3;
  border-radius: 18px;
  background: #fff;
}

.review-block .avatar-sl {
  border-radius: 50%;
}

.review-cite {
  color: #66736b;
  font-size: .95rem;
  line-height: 1.5;
}

.review-cite p {
  margin: 4px 0 0;
}

.review-title h3,
.review-quote h3 {
  margin: 12px 0 8px;
  color: #102417;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.review-text {
  color: #33443a;
  font-size: 1rem;
  line-height: 1.65;
}

.review-block h5 {
  margin: 18px 0 8px;
  color: #66736b;
  font-size: .85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.review-rate {
  margin-top: 18px;
}

/* Review CTA */

.gs-review-cta {
  margin: 34px 0 0;
  padding: 26px;
  border: 1px solid #e1e8e3;
  border-radius: 20px;
  background: #f8faf8;
  text-align: center;
}

.gs-review-cta p {
  margin: 0 0 18px;
  color: #33443a;
  font-size: 1rem;
  line-height: 1.6;
}

/* Mobile */

@media (max-width: 760px) {
  .gs-review-insights {
    grid-template-columns: 1fr;
  }

  .review-block {
    padding: 18px;
  }

  .gs-review-sort {
    gap: 6px;
  }

  .gs-review-sort a {
    padding: 7px 10px;
    font-size: .84rem;
  }
}

.gs-review-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px;
  margin: 26px 0 30px;
}

.gs-review-insights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
}

.gs-review-distribution {
  padding: 22px;

  border: 1px solid #e1e8e3;
  border-radius: 18px;

  background: #fff;
}

.gs-review-distribution h3 {
  margin: 0 0 16px;

  color: #102417;
  font-size: 1.15rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

@media (max-width: 980px) {
  .gs-review-overview {
    grid-template-columns: 1fr;
  }
}

.gs-review-distribution {
  padding: 18px;
}

.gs-review-distribution h3 {
  margin: 0 0 10px;
  font-size: 1rem;
}

.gs-review-insight-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    min-height: 120px;

    text-align: center;
}

.gs-review-disclaimer {
    margin-top: 24px;
    padding-top: 16px;

    border-top: 1px solid #e1e8e3;

    color: #66736b;
    font-size: .85rem;
    line-height: 1.5;
}

.review-block .card25review img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 700px) {
    .card25review {
        width: 50% !important;
        box-sizing: border-box;
    }
}

.review-block #image1 {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  margin: 10px 12px 10px 0;
}

.review-block #image1 img.avatar-sl {
  width: 50px !important;
  height: 50px !important;
  padding: 0 !important;
  margin: 0 !important;

  object-fit: cover;
  border-radius: 50% !important;

  display: block;
}

/* FAQ Container */

.gs-faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Individual FAQ */

.gs-faq-item {
    border: 1px solid #e1e8e3;
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
    transition: border-color .15s ease;
}

.gs-faq-item:hover {
    border-color: #d0ddd4;
}

/* Question */

.gs-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 20px 22px;

    list-style: none;
    cursor: pointer;

    color: #102417;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.4;
}

.gs-faq-question::-webkit-details-marker {
    display: none;
}

/* Plus icon */

.gs-faq-question::after {
    content: "+";

    flex-shrink: 0;

    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f3f7f4;
    color: #126b34;

    font-size: 1.2rem;
    font-weight: 700;

    margin-left: 18px;
}

.gs-faq-item[open] .gs-faq-question::after {
    content: "−";
}

/* Answer */

.gs-faq-answer {
    padding: 0 22px 22px;

    color: #33443a;
    font-size: 1rem;
    line-height: 1.65;
}

/* Divider only when open */

.gs-faq-item[open] .gs-faq-question {
    border-bottom: 1px solid #e1e8e3;
    margin-bottom: 16px;
}

.gs-course-cta {
    margin: 48px 0 20px;
    text-align: center;
}

.gs-review-rating {
    padding: 20px;

    border: 1px solid #e1e8e3;
    border-radius: 18px;

    background: #fff;
}

.reviewform {
    display: grid;
    gap: 20px;
}

.reviewform textarea {
    min-height: 180px;

    border-radius: 18px;
    padding: 16px;
}

.reviewform input[type="radio"] {
    margin-right: 6px;
}

.reviewform textarea.forminput {
    min-height: 180px;

    padding: 12px;

    border: 1px solid #d7e1da;
    border-radius: 14px;

    resize: vertical;

    line-height: 1.6;
}

.reviewform textarea.forminput:focus {
    outline: none;
    border-color: #126b34;
    box-shadow: 0 0 0 3px rgba(18,107,52,.12);
}

/* ----------------------------------
   GB Banner
---------------------------------- */

.gs-banner {
    margin: 32px 0;
}

.gs-banner img {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity .2s ease;
}

.gs-banner a:hover img {
    opacity: .95;
}
