/*
 * Desktop presentation layer
 * The original design remains the mobile layout. These rules only apply
 * when the viewport is wide enough for a desktop composition.
 */

:root {
  --clinic-green: #285944;
  --clinic-green-soft: #edf5ef;
  --clinic-gold: #d49a38;
  --clinic-gold-deep: #b97a1e;
  --clinic-gold-soft: #fff3da;
  --clinic-cream: #fffaf2;
  --clinic-ink: #2f382f;
  --clinic-line: #eadcc4;
}

body {
  background: #f3f0e9 !important;
  color: var(--clinic-ink) !important;
}

#dc-root > .sc-host > div {
  background: #fffdf9 !important;
}

#dc-root > .sc-host > div > header {
  border-top: 4px solid var(--clinic-gold);
  border-bottom: 1px solid rgba(212, 154, 56, 0.2);
  box-shadow: 0 8px 26px rgba(58, 49, 31, 0.06);
}

#dc-root > .sc-host > div > header a[href^="tel"] {
  background: linear-gradient(135deg, #e3ad4c, var(--clinic-gold-deep)) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 5px 14px rgba(185, 122, 30, 0.24);
}

.header-google-review {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 5px 9px;
  border: 1px solid #f0e2b8;
  border-radius: 999px;
  background: #fff;
  white-space: nowrap;
}

.header-google-review-label {
  margin-right: 2px;
  color: #667169;
  font-size: 8px;
  font-weight: 700;
}

.header-google-review-star {
  color: #f4b400;
  font-size: 12px;
  line-height: 1;
}

.header-google-review-score {
  color: #3a4a41;
  font-size: 12px;
  font-weight: 700;
}

/* Warm, rounded hero inspired by the reference site. */
#dc-root > .sc-host > div > section:nth-of-type(1) {
  background: var(--clinic-cream) !important;
}

#dc-root > .sc-host > div > section:nth-of-type(1) > div:first-child {
  overflow: hidden;
  height: auto !important;
  aspect-ratio: 1895 / 830;
  border-radius: 0 0 34px 34px;
}

#dc-root > .sc-host > div > section:nth-of-type(1) > div:first-child::after {
  background: none !important;
}

#dc-root > .sc-host > div > section:nth-of-type(1) > div:first-child > div:nth-child(2),
#dc-root > .sc-host > div > section:nth-of-type(1) > div:first-child > div:nth-child(3),
#dc-root > .sc-host > div > section:nth-of-type(1) > div:first-child > div:first-child > span {
  display: none !important;
}

#dc-root > .sc-host > div > section:nth-of-type(1) > div:first-child img {
  object-fit: cover !important;
  object-position: center !important;
  filter: none !important;
  transform: none !important;
}

#dc-root > .sc-host > div > section:nth-of-type(1) h1 {
  font-size: 23px !important;
  line-height: 1.46 !important;
  word-break: keep-all;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.24);
}

#dc-root > .sc-host > div > section:nth-of-type(1) h1 span[style*="font-size:18px"] {
  font-size: 15px !important;
}

#dc-root > .sc-host > div > section:nth-of-type(1) > div:nth-child(2) {
  background: var(--clinic-cream) !important;
}

#dc-root > .sc-host > div a[href^="tel"][style*="linear-gradient"],
#dc-root > .sc-host > div > section:nth-of-type(1) > div:nth-child(2) > button,
#dc-root > .sc-host > div > section:nth-of-type(1) > div:nth-child(2) > a.hero-phone-link,
#dc-root > .sc-host > div > div:last-child a[href^="tel"] {
  background: linear-gradient(135deg, #e3ad4c, var(--clinic-gold-deep)) !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(185, 122, 30, 0.28) !important;
}

#dc-root > .sc-host > div > section:nth-of-type(1) > div:nth-child(2) > button,
#dc-root > .sc-host > div > section:nth-of-type(1) > div:nth-child(2) > a.hero-phone-link,
#dc-root > .sc-host > div > div:last-child a[href^="tel"] {
  flex-wrap: wrap;
  row-gap: 2px !important;
  line-height: 1.2;
}

#dc-root > .sc-host > div > section:nth-of-type(1) > div:nth-child(2) > button::after,
#dc-root > .sc-host > div > section:nth-of-type(1) > div:nth-child(2) > a.hero-phone-link::after,
#dc-root > .sc-host > div > div:last-child a[href^="tel"]::after {
  content: "受付  月火水金土 9:00–12:00 / 14:30–20:30｜木 14:30–20:30";
  display: block;
  flex: 0 0 100%;
  width: 100%;
  margin-top: 2px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
  opacity: 0.9;
}

/* Section rhythm and heading treatment. */
#dc-root > .sc-host > div > section:nth-of-type(2) {
  background: var(--clinic-cream) !important;
}

#dc-root > .sc-host > div > section:nth-of-type(3) {
  background: #f3f7f2 !important;
}

#dc-root > .sc-host > div > section#menu {
  background: #fffdf9 !important;
}

#dc-root > .sc-host > div > section#staff {
  background: #f8f1e7 !important;
}

#dc-root > .sc-host > div > section:nth-of-type(6) {
  background: #fffdf9 !important;
}

#dc-root > .sc-host > div > section:nth-of-type(7) {
  background: #f2f6f1 !important;
}

#dc-root > .sc-host > div > section:nth-of-type(8) {
  background: var(--clinic-cream) !important;
}

#dc-root > .sc-host > div > section:nth-of-type(9) {
  background: #f3f7f2 !important;
}

#dc-root > .sc-host > div > section:nth-of-type(2) > div:first-child::after,
#dc-root > .sc-host > div > section#menu > div:first-child::after,
#dc-root > .sc-host > div > section#staff > div:first-child::after,
#dc-root > .sc-host > div > section:nth-of-type(6) > div:first-child::after,
#dc-root > .sc-host > div > section:nth-of-type(7) > div:first-child::after,
#dc-root > .sc-host > div > section:nth-of-type(8) > div:first-child::after,
#dc-root > .sc-host > div > section:nth-of-type(9) > div:first-child::after {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  margin: 13px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--clinic-gold), #f1ca79);
}

/* Simple, text-led cards for common concerns. */
#dc-root > .sc-host > div > section:nth-of-type(2) > div:nth-child(2) > a {
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 118px;
  border: 1px solid var(--clinic-line) !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  text-align: center !important;
  box-shadow: 0 10px 30px rgba(67, 54, 31, 0.07) !important;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

#dc-root > .sc-host > div > section:nth-of-type(2) > div:nth-child(2) > a:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 34px rgba(67, 54, 31, 0.12) !important;
}

#dc-root > .sc-host > div > section:nth-of-type(2) > div:nth-child(2) > a::before {
  display: none !important;
}

#dc-root > .sc-host > div > section:nth-of-type(2) > div:nth-child(2) > a::after {
  display: none !important;
}

#dc-root > .sc-host > div > section:nth-of-type(2) > div:nth-child(2) > a > * {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

/* Rounded editorial cards and gold details. */
#dc-root > .sc-host > div > section:nth-of-type(3) > figure,
#dc-root > .sc-host > div > section#menu > div:nth-child(n + 2),
#dc-root > .sc-host > div > section#staff > div:nth-child(2) > div,
#dc-root > .sc-host > div > section:nth-of-type(6) > div:nth-child(2) > div,
#dc-root > .sc-host > div > section:nth-of-type(9) > div:nth-child(2) {
  border-radius: 24px !important;
  box-shadow: 0 12px 36px rgba(61, 49, 28, 0.08) !important;
}

#dc-root > .sc-host > div > section:nth-of-type(3) > div:nth-child(2) > div {
  border-color: #eadfc9 !important;
  border-radius: 18px !important;
  box-shadow: 0 8px 22px rgba(61, 49, 28, 0.06) !important;
}

#dc-root > .sc-host > div > section:nth-of-type(3) > figure > figcaption {
  display: none !important;
}

#dc-root > .sc-host > div > section#staff > div:nth-child(2) > div {
  display: flex !important;
  flex-direction: column !important;
}

#dc-root > .sc-host > div > section#staff > div:nth-child(2) > div > div:first-child {
  width: 100% !important;
  height: 280px !important;
  flex: none !important;
  position: relative !important;
  overflow: hidden !important;
  background: #f4efe6 !important;
}

#dc-root > .sc-host > div > section#staff > div:nth-child(2) > div > div:first-child [role="img"] {
  padding: 0 !important;
}

#dc-root > .sc-host > div > section#staff > div:nth-child(2) > div > div:first-child img {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  transform: none !important;
}

#dc-root > .sc-host > div > section#staff > div:nth-child(2) > div:nth-child(1) > div:first-child img {
  object-fit: contain !important;
  object-position: center top !important;
}

#dc-root > .sc-host > div > section#staff > div:nth-child(2) > div:nth-child(2) > div:first-child img {
  object-fit: contain !important;
  object-position: center top !important;
}

#dc-root > .sc-host > div > section#staff > div:nth-child(2) > div:nth-child(2) > div:first-child {
  background: #4b9ce3 !important;
}

#dc-root > .sc-host > div > section:nth-of-type(3) > div:nth-child(2) > div > div:first-child,
#dc-root > .sc-host > div > section:nth-of-type(8) > div:nth-child(2) > div > div:first-child > div:first-child {
  background: var(--clinic-gold-soft) !important;
  border-color: #ecd39e !important;
  color: var(--clinic-gold-deep) !important;
}

#dc-root > .sc-host > div > section#menu span,
#dc-root > .sc-host > div > section#staff span {
  border-radius: 999px !important;
}

#dc-root > .sc-host > div > section:nth-of-type(8) > div:nth-child(2) > div {
  border-color: var(--clinic-line) !important;
  box-shadow: 0 8px 22px rgba(61, 49, 28, 0.06);
}

#dc-root > .sc-host > div > section:nth-of-type(9) iframe {
  filter: saturate(0.86) sepia(0.08);
}

.insurance-consult-note {
  margin: 14px 0 0;
  padding-top: 12px;
  border-top: 1px solid #cbdce8;
  color: #536976;
  font-size: 11px;
  font-weight: 700;
  text-align: right;
}

.review-evergreen-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  font-size: 12px;
  color: #5f6b64;
}

.review-evergreen-label span {
  color: #f4b400;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.review-evergreen-label b {
  color: #2b3a34;
}

.reception-hours {
  display: block;
  margin-top: 9px;
  padding-top: 8px;
  border-top: 1px solid #eadcc4;
  color: #59675f;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.65;
}

.parking-detail-link {
  display: inline-flex;
  flex: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 178px;
  padding: 9px 14px;
  border: 1px solid #c9ddd1;
  border-radius: 14px;
  background: #fff;
  color: #35644e !important;
  box-shadow: 0 5px 14px rgba(42, 77, 59, 0.1);
  text-align: center;
}

.parking-detail-link span {
  font-size: 12px;
  font-weight: 800;
}

.parking-detail-link small {
  margin-top: 2px;
  font-size: 8px;
  line-height: 1.35;
  color: #718078;
}

@media (min-width: 700px) {
  :root {
    --desktop-gutter: clamp(24px, 5vw, 76px);
    --desktop-section-space: clamp(48px, 7vw, 88px);
  }

  body {
    background:
      radial-gradient(circle at 10% 5%, rgba(143, 211, 176, 0.18), transparent 30%),
      radial-gradient(circle at 90% 16%, rgba(209, 122, 99, 0.12), transparent 30%),
      #edf3ef !important;
  }

  #dc-root > .sc-host > div {
    width: min(1180px, calc(100% - 48px)) !important;
    max-width: 1180px !important;
    overflow: hidden !important;
    border-radius: 0 0 24px 24px;
    box-shadow: 0 18px 70px rgba(30, 57, 44, 0.14) !important;
  }

  #dc-root > .sc-host > div > header {
    padding: 17px var(--desktop-gutter) !important;
  }

  #dc-root > .sc-host > div > header > div:first-child > div:first-child {
    font-size: 20px !important;
  }

  /* Hero */
  #dc-root > .sc-host > div > section:nth-of-type(1) {
    padding: 26px 48px 0;
  }

  #dc-root > .sc-host > div > section:nth-of-type(1) > div:first-child {
    width: 100%;
    height: auto !important;
    aspect-ratio: 1895 / 830;
    border-radius: 34px;
  }

  #dc-root > .sc-host > div > section:nth-of-type(1) h1 {
    max-width: 680px;
    font-size: clamp(34px, 4vw, 52px) !important;
    line-height: 1.42 !important;
    letter-spacing: 0.025em;
  }

  #dc-root > .sc-host > div > section:nth-of-type(1) > div:nth-child(2) {
    padding: 20px var(--desktop-gutter) 22px !important;
  }

  #dc-root > .sc-host > div > section:nth-of-type(1) > div:nth-child(2) > a {
    max-width: 520px;
    margin: 0 auto;
  }

  /* Shared desktop spacing */
  #dc-root > .sc-host > div > section:nth-of-type(n + 2),
  #dc-root > .sc-host > div > footer {
    padding: var(--desktop-section-space) var(--desktop-gutter) !important;
  }

  /* Concerns */
  #dc-root > .sc-host > div > section:nth-of-type(2) > div:first-child {
    margin-bottom: 34px !important;
  }

  #dc-root > .sc-host > div > section:nth-of-type(2) > div:nth-child(2) {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 16px !important;
  }

  #dc-root > .sc-host > div > section:nth-of-type(2) > div:nth-child(2) > a {
    min-height: 154px;
    padding: 24px !important;
  }

  /* Reasons */
  #dc-root > .sc-host > div > section:nth-of-type(3) {
    display: grid !important;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    align-items: stretch;
    gap: 30px;
  }

  #dc-root > .sc-host > div > section:nth-of-type(3) > figure {
    height: auto !important;
    min-height: 540px;
    margin: 0 !important;
  }

  #dc-root > .sc-host > div > section:nth-of-type(3) > div:nth-child(2) {
    gap: 15px !important;
  }

  #dc-root > .sc-host > div > section:nth-of-type(3) > div:nth-child(2) > div {
    flex: 1;
    padding: 22px !important;
  }

  /* Menu */
  #dc-root > .sc-host > div > section#menu {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  #dc-root > .sc-host > div > section#menu > div:first-child {
    grid-column: 1 / -1;
    margin-bottom: 14px !important;
  }

  #dc-root > .sc-host > div > section#menu > div:nth-child(2),
  #dc-root > .sc-host > div > section#menu > div:nth-child(3) {
    width: 100%;
    margin: 0 !important;
    padding: 28px !important;
    border-radius: 22px !important;
  }

  #dc-root > .sc-host > div > section#menu > div:nth-child(2) {
    order: 2;
  }

  #dc-root > .sc-host > div > section#menu > div:nth-child(3) {
    order: 1;
  }

  /* Staff */
  #dc-root > .sc-host > div > section#staff > div:nth-child(2) {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px !important;
  }

  #dc-root > .sc-host > div > section#staff > div:nth-child(2) > div {
    min-height: 0;
  }

  #dc-root > .sc-host > div > section#staff > div:nth-child(2) > div > div:first-child {
    height: 340px !important;
  }

  /* Reviews */
  #dc-root > .sc-host > div > section:nth-of-type(6) > div:nth-child(2) {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 16px !important;
  }

  #dc-root > .sc-host > div > section:nth-of-type(6) > div:nth-child(2) > div {
    min-height: 176px;
    padding: 22px !important;
  }

  #dc-root > .sc-host > div > section:nth-of-type(6) > div:nth-child(2) > a {
    grid-column: 1 / -1;
  }

  /* Instagram */
  #dc-root > .sc-host > div > section:nth-of-type(7) > div:nth-child(2) {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible !important;
    gap: 28px 20px !important;
    padding: 2px 0 24px !important;
  }

  #dc-root > .sc-host > div > section:nth-of-type(7) > div:nth-child(2) > article {
    min-width: 0;
  }

  #dc-root > .sc-host > div > section:nth-of-type(7) > div:nth-child(3) {
    padding: 0 !important;
  }

  #dc-root > .sc-host > div > section:nth-of-type(7) iframe {
    width: 100% !important;
    min-width: 0 !important;
  }

  /* Flow */
  #dc-root > .sc-host > div > section:nth-of-type(8) > div:nth-child(2) {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px !important;
  }

  #dc-root > .sc-host > div > section:nth-of-type(8) > div:nth-child(2) > div {
    display: block !important;
    padding: 24px;
    border: 1px solid #dbe9e0;
    border-radius: 18px;
    background: #fff;
  }

  #dc-root > .sc-host > div > section:nth-of-type(8) > div:nth-child(2) > div > div:first-child {
    float: left;
    margin: 0 12px 36px 0;
  }

  #dc-root > .sc-host > div > section:nth-of-type(8) > div:nth-child(2) > div > div:first-child > div:nth-child(2) {
    display: none !important;
  }

  /* Access */
  #dc-root > .sc-host > div > section:nth-of-type(9) > div:nth-child(2) {
    display: grid !important;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  }

  #dc-root > .sc-host > div > section:nth-of-type(9) > div:nth-child(2) > div {
    min-width: 0;
  }

  #dc-root > .sc-host > div > footer {
    padding-bottom: 110px !important;
  }

  /* Fixed reservation bar */
  #dc-root > .sc-host > div > div:last-child > div {
    width: min(1180px, calc(100% - 48px)) !important;
    max-width: 1180px !important;
    display: flex;
    justify-content: flex-end;
    padding: 11px var(--desktop-gutter) !important;
  }

  #dc-root > .sc-host > div > div:last-child > div > a {
    width: 380px;
  }
}

@media (max-width: 699px) {
  .header-google-review {
    padding: 5px 7px;
  }

  .header-google-review-label {
    font-size: 7px;
  }

  .access-map-toolbar {
    align-items: flex-start !important;
  }

  .parking-detail-link {
    min-width: 142px;
    padding: 8px 10px;
  }

  .parking-detail-link small {
    max-width: 130px;
  }
}

/*
 * Elder-friendly readability layer
 * Larger type, stronger hierarchy and more generous line spacing.
 */
#dc-root > .sc-host > div {
  font-size: 16px !important;
  line-height: 1.75;
}

#dc-root > .sc-host > div > header > div:first-child > div:first-child {
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

#dc-root > .sc-host > div > header > div:first-child > div:nth-child(2) {
  font-size: 11px !important;
  line-height: 1.5 !important;
}

#dc-root > .sc-host > div > header .header-phone-link {
  min-height: 44px;
  padding: 10px 14px !important;
  font-size: 14px !important;
}

.header-google-review-label {
  font-size: 9px;
}

.header-google-review-score {
  font-size: 13px;
}

#dc-root > .sc-host > div > section:nth-of-type(1) > div:nth-child(2) > a.hero-phone-link {
  min-height: 62px;
  padding: 17px 18px !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
}

#dc-root > .sc-host > div > section:nth-of-type(1) > div:nth-child(2) > a.hero-phone-link::after,
#dc-root > .sc-host > div > div:last-child a[href^="tel"]::after {
  font-size: 10.5px !important;
  line-height: 1.55;
}

#dc-root > .sc-host > div > section:nth-of-type(n + 2) > div:first-child > div:first-child,
#dc-root > .sc-host > div > section#menu > div:first-child > div:first-child,
#dc-root > .sc-host > div > section#staff > div:first-child > div:first-child {
  font-size: 12px !important;
  font-weight: 800 !important;
}

#dc-root > .sc-host > div > section:nth-of-type(n + 2) > div:first-child > .mzr,
#dc-root > .sc-host > div > section#menu > div:first-child > .mzr,
#dc-root > .sc-host > div > section#staff > div:first-child > .mzr {
  font-size: 27px !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
  letter-spacing: 0.025em;
}

#dc-root > .sc-host > div > section p {
  font-size: 15px !important;
  line-height: 1.85 !important;
}

/* Common concerns */
#dc-root > .sc-host > div > section:nth-of-type(2) > div:nth-child(2) > a {
  min-height: 145px;
  padding: 22px 18px !important;
}

#dc-root > .sc-host > div > section:nth-of-type(2) > div:nth-child(2) > a > * {
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.65 !important;
}

/* Reasons */
#dc-root > .sc-host > div > section:nth-of-type(3) > div:nth-child(2) > div {
  padding: 20px !important;
}

#dc-root > .sc-host > div > section:nth-of-type(3) > div:nth-child(2) .mzr {
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.55 !important;
}

/* Menu */
#dc-root > .sc-host > div > section#menu > div:nth-child(n + 2) > div:first-child span {
  font-size: 14px !important;
  font-weight: 800 !important;
  padding: 6px 12px !important;
}

#dc-root > .sc-host > div > section#menu > div:nth-child(n + 2) > div:nth-child(2) span {
  padding: 10px 15px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

#dc-root > .sc-host > div > section#menu .insurance-consult-note {
  font-size: 14px !important;
}

#dc-root > .sc-host > div > section#menu div[style*="border:1px dashed"] .mzr {
  font-size: 17px !important;
  font-weight: 900 !important;
}

/* Staff */
#dc-root > .sc-host > div > section#staff > div:first-child p {
  font-size: 15px !important;
}

#dc-root > .sc-host > div > section#staff > div:nth-child(2) > div > div:nth-child(2) > div.mzr {
  font-size: 21px !important;
  font-weight: 900 !important;
  line-height: 1.5 !important;
}

#dc-root > .sc-host > div > section#staff > div:nth-child(2) > div > div:nth-child(2) > div:first-child {
  font-size: 13px !important;
  font-weight: 800 !important;
}

/* Reviews */
#dc-root > .sc-host > div > section:nth-of-type(6) .review-evergreen-label {
  gap: 9px;
  font-size: 15px !important;
  font-weight: 800 !important;
}

#dc-root > .sc-host > div > section:nth-of-type(6) .review-evergreen-label span {
  font-size: 16px !important;
}

#dc-root > .sc-host > div > section:nth-of-type(6) > div:nth-child(2) > div > div:first-child > div:last-child > div:first-child {
  font-size: 16px !important;
  font-weight: 900 !important;
}

#dc-root > .sc-host > div > section:nth-of-type(6) > div:nth-child(2) > a .mzr {
  font-size: 17px !important;
  font-weight: 900 !important;
}

#dc-root > .sc-host > div > section:nth-of-type(6) > div:nth-child(2) > a span[style*="font-size:10px"] {
  font-size: 13px !important;
}

/* Instagram */
#dc-root > .sc-host > div > section:nth-of-type(7) > div:first-child > div:last-child {
  font-size: 13px !important;
}

#dc-root > .sc-host > div > section:nth-of-type(7) > div:nth-child(2) > article > .mzr {
  font-size: 16px !important;
  font-weight: 900 !important;
}

#dc-root > .sc-host > div > section:nth-of-type(7) > div:nth-child(3) > a {
  min-height: 52px;
  font-size: 16px !important;
}

/* Flow */
#dc-root > .sc-host > div > section:nth-of-type(8) > div:nth-child(2) > div > div:last-child > .mzr {
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.5 !important;
}

#dc-root > .sc-host > div > section:nth-of-type(8) .reception-hours {
  font-size: 13px !important;
  line-height: 1.75 !important;
}

/* Access */
#dc-root > .sc-host > div > section:nth-of-type(9) .access-map-toolbar .mzr {
  font-size: 17px !important;
  font-weight: 900 !important;
}

#dc-root > .sc-host > div > section:nth-of-type(9) dl {
  gap: 14px 15px !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
}

#dc-root > .sc-host > div > section:nth-of-type(9) dt {
  font-size: 15px !important;
  font-weight: 900 !important;
}

#dc-root > .sc-host > div > section:nth-of-type(9) dd a[href^="tel"] {
  font-size: 19px !important;
}

.parking-detail-link {
  min-height: 50px;
}

.parking-detail-link span {
  font-size: 14px;
}

.parking-detail-link small {
  font-size: 10px;
}

/* Footer and persistent call-to-action */
#dc-root > .sc-host > div > footer > .mzr {
  font-size: 20px !important;
  line-height: 1.5 !important;
}

#dc-root > .sc-host > div > footer p,
#dc-root > .sc-host > div > footer a {
  font-size: 14px !important;
  line-height: 1.8 !important;
}

#dc-root > .sc-host > div > div:last-child a[href^="tel"] {
  min-height: 62px;
  padding: 15px 18px !important;
  font-size: 18px !important;
  font-weight: 900 !important;
}

@media (min-width: 700px) {
  #dc-root > .sc-host > div > header > div:first-child > div:first-child {
    font-size: 24px !important;
  }

  #dc-root > .sc-host > div > header > div:first-child > div:nth-child(2) {
    font-size: 13px !important;
  }

  #dc-root > .sc-host > div > section:nth-of-type(n + 2) > div:first-child > .mzr,
  #dc-root > .sc-host > div > section#menu > div:first-child > .mzr,
  #dc-root > .sc-host > div > section#staff > div:first-child > .mzr {
    font-size: 34px !important;
  }

  #dc-root > .sc-host > div > section p {
    font-size: 16px !important;
  }

  #dc-root > .sc-host > div > section#menu > div:nth-child(n + 2) > div:nth-child(2) span {
    font-size: 16px !important;
  }

  #dc-root > .sc-host > div > section#staff > div:nth-child(2) > div > div:nth-child(2) > div.mzr {
    font-size: 24px !important;
  }

  #dc-root > .sc-host > div > section:nth-of-type(6) > div:nth-child(2) > div {
    min-height: 210px;
  }

  #dc-root > .sc-host > div > section:nth-of-type(8) > div:nth-child(2) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #dc-root > .sc-host > div > section:nth-of-type(8) > div:nth-child(2) > div {
    min-height: 230px;
    padding: 30px !important;
  }

  #dc-root > .sc-host > div > section:nth-of-type(8) > div:nth-child(2) > div > div:last-child > .mzr {
    font-size: 21px !important;
  }

  #dc-root > .sc-host > div > section:nth-of-type(9) dl {
    font-size: 16px !important;
  }

  #dc-root > .sc-host > div > div:last-child > div > a {
    width: 430px;
  }
}

@media (max-width: 699px) {
  #dc-root > .sc-host > div > header {
    padding: 12px 14px !important;
  }

  #dc-root > .sc-host > div > header > div:first-child > div:first-child {
    font-size: 16px !important;
  }

  #dc-root > .sc-host > div > header > div:first-child > div:nth-child(2) {
    font-size: 10px !important;
  }

  #dc-root > .sc-host > div > header .header-phone-link {
    min-height: 42px;
    padding: 9px 11px !important;
    font-size: 13px !important;
  }

  .header-google-review {
    gap: 2px;
    padding: 5px 6px;
  }

  .header-google-review-label {
    font-size: 7.5px;
  }

  .header-google-review-score {
    font-size: 12px;
  }

  #dc-root > .sc-host > div > section:nth-of-type(1) > div:nth-child(2) > a.hero-phone-link {
    font-size: 19px !important;
  }

  #dc-root > .sc-host > div > section:nth-of-type(2) > div:nth-child(2) {
    grid-template-columns: 1fr !important;
  }

  #dc-root > .sc-host > div > section:nth-of-type(2) > div:nth-child(2) > a {
    min-height: 120px;
  }

  #dc-root > .sc-host > div > section#staff > div:nth-child(2) > div > div:first-child {
    height: 320px !important;
  }

  #dc-root > .sc-host > div > section:nth-of-type(8) > div:nth-child(2) > div {
    padding-bottom: 22px;
  }

  #dc-root > .sc-host > div > section:nth-of-type(9) .access-map-toolbar {
    flex-direction: column;
  }

  .parking-detail-link {
    width: 100%;
    min-width: 0;
  }

  #dc-root > .sc-host > div > div:last-child a[href^="tel"] {
    font-size: 17px !important;
  }
}
