/* Location introduction fields only. No content is added or changed. */
.node--type-location.node--view-mode-full > .node__content {
  display: flex;
  flex-direction: column;
}

.node--type-location.node--view-mode-full .gavias-builder--content {
  order: 0;
}

.node--type-location.node--view-mode-full .field--name-field-hero-heading,
.node--type-location.node--view-mode-full .field--name-field-page-heading,
.node--type-location.node--view-mode-full .field--name-field-hero-paragraph {
  max-width: 1120px;
  width: calc(100% - 40px);
}

.node--type-location.node--view-mode-full .field--name-field-hero-heading {
  border-radius: 20px 20px 0 0;
  color: #377dff;
  font-family: Teko, sans-serif;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.2;
  order: 1;
  text-transform: uppercase;
}

.node--type-location.node--view-mode-full .field--name-field-page-heading {
  color: #17353d;
  font-family: BioRhyme, serif;
  font-size: clamp(24px, 4.8vw, 28px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.14;
  order: 2;
  padding-bottom: 0;
  padding-top: clamp(18px, 3vw, 20px);
}

.node--type-location.node--view-mode-full .field--name-field-hero-paragraph {
  border-radius: 0 0 20px 20px;
  color: #647a80;
  font-family: 'BioRhyme' !important;
  font-size: clamp(17px, 1.8vw, 21px);
  font-weight: 400;
  line-height: 1.75;
  order: 3;
  padding-top: clamp(22px, 3vw, 20px);
}

.node--type-location.node--view-mode-full .field--name-field-hero-paragraph p {
  margin: 0;
  max-width: 900px;
}

.node--type-location.node--view-mode-full .field--name-field-faqs {
  order: 4;
}

.node--type-location.node--view-mode-full .field--name-field-cta {
  order: 5;
  padding-bottom: 50px;
}

.node--type-location.node--view-mode-full .field--name-field-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 30px;
  border: 2px solid #377dff;
  border-radius: 4px;
  color: #fff;
  background: #377dff;
  box-shadow: 0 8px 20px rgb(55 125 255 / 22%);
  font-family: Teko, sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}


.node--type-location.node--view-mode-full .field--name-field-cta a:hover,
.node--type-location.node--view-mode-full .field--name-field-cta a:focus-visible {
  border-color: #222429;
  color: #fff;
  background: #222429;
  text-decoration: none;
  transform: translateY(-1px);
}

.node--type-location.node--view-mode-full .field--name-field-cta a:focus-visible {
  outline: 3px solid rgb(55 125 255 / 35%);
  outline-offset: 3px;
}

/* body.dark-mode .node--type-location.node--view-mode-full .field--name-field-hero-heading,
body.dark-mode .node--type-location.node--view-mode-full .field--name-field-page-heading,
body.dark-mode .node--type-location.node--view-mode-full .field--name-field-hero-paragraph {
  background: #0b3540;
} */

body.dark-mode .node--type-location.node--view-mode-full .field--name-field-page-heading {
  color: #eef8f9;
}

body.dark-mode .node--type-location.node--view-mode-full .field--name-field-hero-paragraph {
  color: #b2c6c9;
}

@media (max-width: 600px) {
  .node--type-location.node--view-mode-full .field--name-field-hero-heading,
  .node--type-location.node--view-mode-full .field--name-field-page-heading,
  .node--type-location.node--view-mode-full .field--name-field-hero-paragraph {
    width: calc(100% - 24px);
  }

  .node--type-location.node--view-mode-full .field--name-field-hero-heading {
    border-radius: 15px 15px 0 0;
  }

  .node--type-location.node--view-mode-full .field--name-field-hero-paragraph {
    border-radius: 0 0 15px 15px;
  }
}
