:root {
  --wl-navy: #173747;
  --wl-navy-deep: #102a37;
  --wl-blue: #4f7c8d;
  --wl-blue-light: #dce9ee;
  --wl-red: #c8263e;
  --wl-red-dark: #9f1d31;
  --wl-ink: #20313a;
  --wl-muted: #586b74;
  --wl-border: #d7e1e5;
  --wl-surface: #ffffff;
  --wl-tint: #f3f7f8;
  --wl-warning: #fff6df;
  --wl-radius: 14px;
  --wl-shadow: 0 16px 40px rgba(16, 42, 55, 0.1);
}

html {
  scroll-behavior: smooth;
}

#services,
#doctors,
#patient-resources,
#contact {
  scroll-margin-top: 110px;
}

body.walker-lake-staging {
  background: var(--wl-surface);
  color: var(--wl-ink);
  counter-reset: family-care;
  font-family: Lato, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

.walker-lake-staging *,
.walker-lake-staging *::before,
.walker-lake-staging *::after {
  box-sizing: border-box;
}

.walker-lake-staging img,
.walker-lake-staging iframe {
  display: block;
  max-width: 100%;
}

.walker-lake-staging address {
  font-style: normal;
}

.walker-lake-staging h1,
.walker-lake-staging h2,
.walker-lake-staging h3 {
  color: var(--wl-navy);
  font-family: Poppins, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-top: 0;
}

.walker-lake-staging h1 {
  font-size: clamp(2.35rem, 5vw, 4.65rem);
  margin-bottom: 0.35em;
}

.walker-lake-staging h2 {
  font-size: clamp(1.85rem, 3.2vw, 3rem);
  margin-bottom: 0.4em;
}

.walker-lake-staging h3 {
  font-size: 1.82rem;
  margin-bottom: 0.45em;
}

.walker-lake-staging p {
  margin-top: 0;
}

.walker-lake-staging a {
  color: var(--wl-red-dark);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

.walker-lake-staging a:hover {
  color: var(--wl-red);
}

.walker-lake-staging a:focus-visible,
.walker-lake-staging button:focus-visible,
.walker-lake-staging summary:focus-visible {
  outline: 3px solid #f0b429;
  outline-offset: 4px;
}

.wl-container {
  margin: 0 auto;
  max-width: 1220px;
  padding-left: 28px;
  padding-right: 28px;
  width: 100%;
}

.wl-skip-link {
  background: #fff;
  color: var(--wl-navy);
  font-weight: 700;
  left: 16px;
  padding: 12px 18px;
  position: fixed;
  top: -100px;
  z-index: 99999;
}

.wl-skip-link:focus {
  top: 14px;
}

.wl-info-bar {
  background: var(--wl-navy-deep);
  color: #fff;
  font-size: 1.34rem;
}

.wl-info-bar__inner,
.wl-info-bar__contacts,
.wl-info-bar__hours {
  align-items: center;
  display: flex;
}

.wl-info-bar__inner {
  justify-content: space-between;
  min-height: 42px;
}

.wl-info-bar__contacts,
.wl-info-bar__hours {
  gap: 20px;
}

.wl-info-bar a,
.wl-info-bar span {
  color: #fff;
  margin: 0;
}

.wl-info-bar a {
  text-decoration: none;
}

.wl-info-bar a:hover {
  color: #fff;
  text-decoration: underline;
}

.wl-info-bar i {
  color: #b8d0d9;
  margin-right: 7px;
}

.wl-social-link {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.wl-social-link i {
  margin: 0;
}

.wl-header {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--wl-border);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.wl-header__inner {
  align-items: center;
  display: flex;
  gap: 34px;
  justify-content: space-between;
  min-height: 86px;
}

.wl-logo {
  display: block;
  flex: 0 0 auto;
}

.wl-logo img,
.wl-footer__logo img {
  height: auto;
  width: 220px;
}

.wl-primary-nav {
  margin-left: auto;
}

.wl-menu {
  align-items: center;
  display: flex;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wl-menu li {
  margin: 0;
}

.wl-menu a {
  border-radius: 8px;
  color: var(--wl-navy);
  display: block;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.44rem;
  font-weight: 600;
  padding: 11px 12px;
  text-decoration: none;
}

.wl-menu a:hover,
.wl-menu .current-menu-item > a,
.wl-menu .is-current > a {
  background: var(--wl-tint);
  color: var(--wl-red-dark);
}

.wl-menu.wl-menu--spied .current-menu-item > a {
  background: transparent;
  color: var(--wl-navy);
}

.wl-menu a[href*="patient.medeohealth.com"] {
  background: var(--wl-red);
  color: #fff;
  margin-left: 8px;
  padding-left: 18px;
  padding-right: 18px;
}

.wl-menu a[href*="patient.medeohealth.com"]:hover {
  background: var(--wl-red-dark);
  color: #fff;
}

.wl-menu-toggle {
  align-items: center;
  background: var(--wl-navy);
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: none;
  font: inherit;
  font-weight: 700;
  gap: 10px;
  padding: 10px 14px;
}

.wl-main {
  min-height: 50vh;
}

.walker-lake-staging .wp-block-columns {
  margin-bottom: 0;
}

.walker-lake-staging .wp-block-group.wl-container {
  max-width: 1220px;
}

.wl-section {
  padding: 92px 0;
}

.wl-section--compact {
  padding: 72px 0;
}

.wl-section--tint {
  background: var(--wl-tint);
}

.wl-section--dark {
  background: var(--wl-navy);
  color: #eaf2f5;
}

.wl-section--dark h2,
.wl-section--dark h3,
.wl-section--dark .wl-eyebrow {
  color: #fff;
}

.wl-section-heading {
  margin-bottom: 42px;
  max-width: 780px;
}

.wl-section-heading--split {
  align-items: end;
  display: flex;
  justify-content: space-between;
  max-width: none;
}

.wl-section-heading--narrow {
  max-width: 720px;
}

.wl-section-heading--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.wl-section-heading p:last-child {
  color: var(--wl-muted);
  font-size: 1.73rem;
  margin-bottom: 0;
}

.wl-section--dark .wl-section-heading p:last-child {
  color: #d1e0e6;
}

.wl-eyebrow {
  color: var(--wl-red-dark);
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.28rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.wl-hero {
  background: linear-gradient(120deg, #f7fafb 0%, #e8f1f4 100%);
  overflow: hidden;
  padding: 70px 0;
  position: relative;
}

.wl-hero::before {
  background: var(--wl-red);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.wl-hero__grid {
  align-items: center;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}

.wl-hero__lead {
  color: #405761;
  font-size: 1.89rem;
  max-width: 720px;
}

p.wl-hero__address {
  color: var(--wl-navy);
  font-weight: 700;
  margin: 22px 0 0;
}

.wl-hero__address i {
  color: var(--wl-red);
  margin-right: 7px;
}

.wl-hero__visual {
  border-radius: 20px;
  box-shadow: var(--wl-shadow);
  height: 630px;
  overflow: hidden;
  position: relative;
}

.wl-hero__visual img {
  height: 100%;
  object-fit: cover;
  object-position: center 43%;
  width: 100%;
}

.wl-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 28px;
}

.wl-button {
  align-items: center;
  background: var(--wl-red);
  border: 2px solid var(--wl-red);
  border-radius: 8px;
  color: #fff !important;
  display: inline-flex;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.47rem;
  font-weight: 600;
  justify-content: center;
  min-height: 48px;
  padding: 11px 20px;
  text-decoration: none !important;
}

.wl-button:hover {
  background: var(--wl-red-dark);
  border-color: var(--wl-red-dark);
  color: #fff !important;
}

.wl-button--outline {
  background: transparent;
  border-color: var(--wl-navy);
  color: var(--wl-navy) !important;
}

.wl-button--outline:hover {
  background: var(--wl-navy);
  border-color: var(--wl-navy);
  color: #fff !important;
}

.wl-button--light {
  background: #fff;
  border-color: #fff;
  color: var(--wl-navy) !important;
}

.wl-button--light:hover {
  background: var(--wl-blue-light);
  border-color: var(--wl-blue-light);
  color: var(--wl-navy) !important;
}

.wp-block-button.wl-button {
  background: transparent;
  border: 0;
  min-height: 0;
  padding: 0;
}

.wp-block-button.wl-button .wp-block-button__link {
  background: var(--wl-red);
  border: 2px solid var(--wl-red);
  border-radius: 8px;
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.47rem;
  font-weight: 600;
  min-height: 48px;
  padding: 11px 20px;
}

.wp-block-button.wl-button .wp-block-button__link:hover {
  background: var(--wl-red-dark);
  border-color: var(--wl-red-dark);
}

.wp-block-button.wl-button--outline .wp-block-button__link {
  background: transparent;
  border-color: var(--wl-navy);
  color: var(--wl-navy);
}

.wp-block-button.wl-button--outline .wp-block-button__link:hover {
  background: var(--wl-navy);
  color: #fff;
}

.wl-form-callout {
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--wl-border);
  border-radius: 12px;
  display: flex;
  gap: 16px;
  margin-top: 32px;
  max-width: 680px;
  padding: 20px;
}

.wl-form-callout > i,
.wl-policy-link > i {
  color: var(--wl-red);
  flex: 0 0 auto;
  font-size: 2.72rem;
  margin-top: 3px;
}

.wl-form-callout h2,
.wl-policy-link h2 {
  font-size: 1.7rem;
  margin-bottom: 5px;
}

.wl-form-callout p,
.wl-policy-link p {
  color: var(--wl-muted);
  font-size: 1.5rem;
  margin-bottom: 6px;
}

.wl-form-callout a,
.wl-policy-link a {
  font-weight: 700;
}

.wp-block-group.wl-form-callout {
  display: block;
}

.wl-grid {
  gap: 22px;
}

.wp-block-columns.wl-grid {
  display: grid;
}

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

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

.wp-block-columns.wl-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wl-card {
  background: #fff;
  border: 1px solid var(--wl-border);
  border-radius: var(--wl-radius);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.wl-card:hover {
  border-color: var(--wl-blue);
  box-shadow: 0 12px 28px rgba(16, 42, 55, 0.12);
  transform: translateY(-2px);
}

.wl-access-card {
  border-top: 4px solid var(--wl-blue);
  padding: 28px 24px;
}

.wl-access-card h3 {
  font-size: 1.76rem;
}

.wl-access-card > i {
  color: var(--wl-red);
  font-size: 2.8rem;
  margin-bottom: 18px;
}

.wl-access-card p {
  color: var(--wl-muted);
  margin-bottom: 0;
}

.wl-section--why {
  background:
    radial-gradient(circle at top left, rgba(0, 130, 170, 0.11), transparent 32%),
    #fff;
}

.wl-choice-grid {
  margin-top: 38px;
}

.wl-choice-card {
  border-bottom: 3px solid var(--wl-blue);
  padding: 30px 24px;
  text-align: center;
}

.wl-choice-card > i {
  align-items: center;
  background: var(--wl-blue-light);
  border-radius: 50%;
  color: var(--wl-red-dark);
  display: inline-flex;
  font-size: 2.2rem;
  height: 54px;
  justify-content: center;
  margin-bottom: 18px;
  width: 54px;
}

.wl-choice-card h3 {
  font-size: 1.7rem;
}

.wl-choice-card p {
  color: var(--wl-muted);
  font-size: 1.48rem;
  margin-bottom: 0;
}

.wl-reviews {
  border-top: 1px solid var(--wl-border);
  margin-top: 64px;
  padding-top: 58px;
}

.wl-review-grid {
  margin-top: 34px;
}

.wl-review-card {
  background: #fff;
  border: 1px solid var(--wl-border);
  border-radius: var(--wl-radius);
  box-shadow: 0 10px 24px rgba(16, 42, 55, 0.08);
  padding: 28px;
  position: relative;
}

.wl-review-card::before {
  color: var(--wl-blue);
  content: "“";
  font-family: Georgia, serif;
  font-size: 5rem;
  left: 20px;
  line-height: 1;
  opacity: 0.28;
  position: absolute;
  top: 12px;
}

.wl-review-card blockquote {
  border: 0;
  margin: 0;
  padding: 24px 0 0;
}

.wl-review-card blockquote p {
  color: var(--wl-ink);
  font-size: 1.62rem;
  line-height: 1.65;
}

.wl-review-card cite {
  color: var(--wl-navy);
  display: block;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.38rem;
  font-style: normal;
  font-weight: 700;
  margin-top: 18px;
}

.wp-block-columns.wl-services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wl-services-grid + .wl-services-grid,
.wl-family-grid + .wl-family-grid {
  margin-top: 22px;
}

.wl-service-card {
  column-gap: 16px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  padding: 22px;
}

.wl-service-card > * {
  grid-column: 2;
}

.wl-service-card > i {
  align-items: center;
  align-self: start;
  background: var(--wl-blue-light);
  border-radius: 9px;
  color: var(--wl-navy);
  display: inline-flex;
  flex: 0 0 42px;
  font-size: 1.84rem;
  grid-column: 1;
  grid-row: 1 / -1;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.wl-service-card h2,
.wl-service-card h3 {
  font-size: 1.76rem;
  line-height: 1.35;
  margin-bottom: 7px;
}

.wl-service-card p {
  color: var(--wl-muted);
  font-size: 1.54rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.wl-notice,
.wl-alert {
  align-items: flex-start;
  border-radius: 10px;
  display: flex;
  gap: 12px;
  margin-top: 32px;
  padding: 20px 22px;
}

.wl-notice {
  background: var(--wl-blue-light);
  border-left: 4px solid var(--wl-blue);
}

.wl-notice i {
  color: var(--wl-navy);
  font-size: 2rem;
  margin-top: 3px;
}

.wl-notice p,
.wl-alert {
  margin-bottom: 0;
}

.wl-text-link {
  font-family: Poppins, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.wl-text-link:hover {
  text-decoration: underline;
}

.wl-text-link--light {
  color: #fff !important;
}

.wl-family-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wl-feature {
  border-left: 3px solid var(--wl-red);
  counter-increment: family-care;
  padding: 8px 22px;
}

.wl-feature h3 {
  font-size: 1.7rem;
}

.wl-feature h3::before {
  color: var(--wl-blue);
  content: counter(family-care, decimal-leading-zero);
  display: block;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.wl-feature p {
  color: var(--wl-muted);
  font-size: 1.52rem;
  margin-bottom: 0;
}

.wp-block-columns.wl-physicians {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 900px;
}

.wl-doctors-intro {
  margin: -18px auto 36px;
  text-align: center;
}

.wl-doctors-intro p {
  color: rgba(255, 255, 255, 0.85);
}

.wl-doctors-intro p:first-child {
  color: #fff;
}

.wl-physician-card {
  background: #fff;
  border-radius: var(--wl-radius);
  box-shadow: var(--wl-shadow);
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  overflow: hidden;
}

.wl-physician-card__image {
  aspect-ratio: 1 / 1;
  background: #dbe5e9;
  overflow: hidden;
}

.wl-physician-card__image img {
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  width: 100%;
}

.wl-physician-card__image--placeholder {
  align-items: center;
  color: var(--wl-blue);
  display: flex;
  justify-content: center;
}

.wl-physician-card__image--placeholder i {
  font-size: 9rem;
}

.wp-block-column.wl-physician-card--stacked {
  display: block;
}

.wp-block-column.wl-physician-card--stacked .wl-physician-card__image {
  height: auto;
  margin: 0;
  min-height: 0;
}

.wl-physician-card__content {
  align-self: center;
  padding: 28px;
}

.wl-physician-card__content h2,
.wl-physician-card__content h3 {
  color: var(--wl-navy) !important;
  font-size: 2rem;
}

.wl-physician-card__content p {
  color: var(--wl-muted);
  margin-bottom: 7px;
}

.wl-credentials {
  color: var(--wl-red-dark) !important;
  font-weight: 700;
}

.wl-status {
  background: var(--wl-blue-light);
  border-radius: 999px;
  color: var(--wl-navy) !important;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 12px !important;
  padding: 5px 10px;
  text-transform: uppercase;
}

.wl-physicians--light .wl-physician-card {
  border: 1px solid var(--wl-border);
  box-shadow: var(--wl-shadow);
}

.wl-centered-link {
  margin: 32px 0 0;
  text-align: center;
}

.wl-resource-card {
  color: var(--wl-ink) !important;
  padding: 28px;
  text-decoration: none;
}

.wl-resource-card p {
  color: var(--wl-muted);
  margin-bottom: 0;
}

.wp-block-column.wl-resource-card {
  display: block;
}

.wp-block-column.wl-resource-card h3 a {
  color: var(--wl-navy);
}

.wl-alert {
  background: #e6f1f5;
  border-left: 4px solid var(--wl-navy);
}

.wl-alert--warning {
  background: var(--wl-warning);
  border-left-color: #ba7a00;
}

.wp-block-columns.wl-contact-grid {
  align-items: stretch;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
}

.wl-contact-panel {
  background: #fff;
  border: 1px solid var(--wl-border);
  border-radius: var(--wl-radius);
  padding: 34px;
}

.wl-contact-item {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.wl-contact-item > i {
  color: var(--wl-red);
  flex: 0 0 20px;
  font-size: 2rem;
  margin-top: 4px;
  text-align: center;
}

.wp-block-group.wl-contact-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.wl-social-button {
  align-items: center;
  border: 1px solid var(--wl-border);
  border-radius: 50%;
  color: var(--wl-navy);
  display: inline-flex;
  font-size: 1.8rem;
  height: 46px;
  justify-content: center;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
  width: 46px;
}

.wl-social-button:hover {
  background: var(--wl-navy);
  border-color: var(--wl-navy);
  color: #fff;
}

.wl-contact-item h2,
.wl-contact-item h3 {
  font-size: 1.6rem;
  margin-bottom: 4px;
}

.wl-contact-item p,
.wl-contact-item address {
  margin-bottom: 0;
}

.wl-hours-list,
.wl-hours-list div {
  margin: 0;
}

.wl-hours-list div {
  border-bottom: 1px solid var(--wl-border);
  display: grid;
  gap: 18px;
  grid-template-columns: 130px 1fr;
  padding: 9px 0;
}

.wl-hours-list div:first-child {
  padding-top: 0;
}

.wl-hours-list div:last-child {
  border-bottom: 0;
}

.wl-hours-list dt {
  color: var(--wl-navy);
  font-weight: 700;
}

.wl-hours-list dd {
  margin: 0;
}

.wl-hours-list dd span,
.wl-footer__list span {
  color: var(--wl-muted);
  font-size: 1.44rem;
}

.wl-map {
  border-radius: var(--wl-radius);
  min-height: 520px;
  overflow: hidden;
}

.wl-map iframe {
  height: 100%;
  min-height: 520px;
  width: 100%;
}

.wl-page-hero {
  background: linear-gradient(115deg, var(--wl-navy) 0%, #285466 100%);
  padding: 66px 0;
}

.wl-page-hero h1,
.wl-page-hero .wl-eyebrow {
  color: #fff;
}

.wl-page-hero h1 {
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  margin-bottom: 0;
}

.wl-page-content {
  padding-top: 76px;
}

.wl-page-content > .wl-container > :first-child {
  margin-top: 0;
}

.wl-page-content > .wl-container > :last-child {
  margin-bottom: 0;
}

.wl-lead,
.wl-page-content .wl-section-heading > p {
  color: var(--wl-muted);
  font-size: 1.82rem;
}

.wl-cta-band {
  align-items: center;
  background: var(--wl-navy);
  border-radius: var(--wl-radius);
  color: #fff;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-top: 42px;
  padding: 34px;
}

.wl-cta-band h2 {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 5px;
}

.wl-cta-band p {
  color: #dce9ee;
  margin-bottom: 0;
}

.wl-cta-band .wl-actions {
  flex: 0 0 auto;
  margin-top: 0;
}

.wl-cta-band .wl-button--outline {
  border-color: #fff;
  color: #fff !important;
}

.wl-cta-band .wp-block-button.wl-button--outline .wp-block-button__link {
  border-color: #fff;
  color: #fff;
}

.wl-about-intro {
  align-items: center;
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(0, 1fr) 400px;
}

.wl-about-intro img {
  border-radius: var(--wl-radius);
  height: 420px;
  object-fit: cover;
  object-position: center 42%;
  width: 100%;
}

.wl-about-intro figure {
  margin: 0;
}

.wl-content-heading {
  margin-top: 82px;
}

.wl-policy-link {
  align-items: flex-start;
  background: var(--wl-tint);
  border: 1px solid var(--wl-border);
  border-radius: var(--wl-radius);
  display: flex;
  gap: 18px;
  margin-top: 44px;
  padding: 28px;
}

.wl-footer {
  background: var(--wl-navy-deep);
  color: #d9e6ea;
}

.wl-footer__grid {
  display: grid;
  gap: 42px;
  grid-template-columns: 1.25fr 1fr 1.1fr 0.85fr;
  padding-bottom: 62px;
  padding-top: 66px;
}

.wl-footer__logo {
  background: #fff;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 18px;
  padding: 11px 14px;
}

.wl-footer__identity p {
  max-width: 280px;
}

.wl-footer__heading {
  color: #fff !important;
  font-size: 1.6rem !important;
  margin-bottom: 18px !important;
}

.wl-footer address {
  margin-bottom: 14px;
}

.wl-footer a {
  color: #fff;
}

.wl-footer a:hover {
  color: #fff;
}

.wl-footer__list,
.wl-footer__nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wl-footer__list li,
.wl-footer__nav li {
  margin-bottom: 10px;
}

.wl-footer__list li + li strong {
  color: #fff;
}

.wl-footer__list span {
  color: #b8cdd5;
}

.wl-footer__nav a {
  text-decoration: none;
}

.wl-footer__nav a:hover {
  text-decoration: underline;
}

.wl-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 1.41rem;
  padding: 20px 0;
}

.wl-footer__bottom p {
  margin: 0;
}

@media (max-width: 1120px) {
  .wl-info-bar__inner {
    align-items: flex-start;
    gap: 5px;
    padding-bottom: 8px;
    padding-top: 8px;
  }

  .wl-info-bar__contacts,
  .wl-info-bar__hours {
    flex-wrap: wrap;
    gap: 5px 16px;
  }

  .wl-info-bar__hours {
    justify-content: flex-end;
  }

  .wl-header__inner {
    min-height: 78px;
  }

  .wl-logo img {
    width: 185px;
  }

  .wl-menu a {
    font-size: 1.34rem;
    padding: 10px 8px;
  }

  .wl-hero__grid {
    gap: 40px;
  }

  .wl-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wp-block-columns.wl-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wp-block-columns.wl-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wl-physician-card {
    grid-template-columns: 145px minmax(0, 1fr);
  }

  .wl-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .wl-info-bar__inner {
    display: block;
  }

  .wl-info-bar__hours {
    justify-content: flex-start;
    margin-top: 5px;
  }

  .wl-menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .wl-primary-nav {
    background: #fff;
    border-bottom: 1px solid var(--wl-border);
    box-shadow: 0 16px 28px rgba(16, 42, 55, 0.12);
    display: none;
    left: 0;
    margin: 0;
    padding: 12px 28px 22px;
    position: absolute;
    top: 100%;
    width: 100%;
  }

  .wl-primary-nav.is-open {
    display: block;
  }

  .wl-menu {
    align-items: stretch;
    display: block;
  }

  .wl-menu a {
    font-size: 1.52rem;
    padding: 12px;
  }

  .wl-menu a[href*="patient.medeohealth.com"] {
    margin: 8px 0 0;
    text-align: center;
  }

  .wl-hero {
    padding: 56px 0;
  }

  .wl-hero__grid,
  .wp-block-columns.wl-contact-grid,
  .wl-about-intro {
    grid-template-columns: 1fr;
  }

  .wl-hero__visual {
    height: 460px;
    order: -1;
  }

  .wl-family-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wp-block-columns.wl-physicians {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  .wp-block-columns.wl-contact-grid {
    gap: 24px;
  }

  .wl-map,
  .wl-map iframe {
    min-height: 430px;
  }

  .wl-about-intro img {
    height: 440px;
  }

  .wl-cta-band {
    align-items: flex-start;
    display: block;
  }

  .wl-cta-band .wl-actions {
    margin-top: 20px;
  }
}

@media (max-width: 680px) {
  .wl-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wl-info-bar__contacts,
  .wl-info-bar__hours {
    align-items: flex-start;
    display: grid;
    gap: 4px;
    grid-template-columns: 1fr 1fr;
  }

  .wl-info-bar__contacts a:last-child {
    grid-column: 1 / -1;
  }

  .wl-info-bar__hours .wl-social-link {
    align-self: center;
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: end;
  }

  .wl-header__inner {
    min-height: 70px;
  }

  .wl-logo img {
    width: 164px;
  }

  .wl-menu-toggle__label {
    display: none;
  }

  .wl-primary-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wl-section,
  .wl-section--compact {
    padding: 64px 0;
  }

  .wl-section-heading {
    margin-bottom: 30px;
  }

  .wl-section-heading--split {
    align-items: flex-start;
    display: block;
  }

  .wl-section-heading--split .wl-text-link {
    display: inline-block;
    margin-top: 8px;
  }

  .wl-hero {
    padding-top: 32px;
  }

  .wl-hero__grid {
    gap: 32px;
  }

  .wl-hero__visual {
    height: 320px;
  }

  .wl-hero__lead {
    font-size: 1.66rem;
  }

  .wp-block-buttons.wl-actions {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr;
  }

  .wl-grid--four,
  .wl-grid--two,
  .wp-block-columns.wl-grid--three,
  .wp-block-columns.wl-services-grid,
  .wl-family-grid {
    grid-template-columns: 1fr;
  }

  .wl-physician-card {
    display: block;
  }

  .wl-contact-panel {
    padding: 25px 20px;
  }

  .wl-hours-list div {
    gap: 5px;
    grid-template-columns: 1fr;
  }

  .wl-map,
  .wl-map iframe {
    min-height: 350px;
  }

  .wl-page-hero {
    padding: 48px 0;
  }

  .wl-page-content {
    padding-top: 58px;
  }

  .wl-about-intro {
    gap: 28px;
  }

  .wl-about-intro img {
    height: 330px;
  }

  .wl-cta-band {
    padding: 25px 20px;
  }

  .wl-footer__grid {
    grid-template-columns: 1fr;
    padding-bottom: 48px;
    padding-top: 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .wl-card {
    transition: border-color 160ms ease, box-shadow 160ms ease;
  }

  .wl-card:hover {
    transform: none;
  }
}
