/* Readable name, address and phone details for each real clinic branch. */
:is(.cse-site, .editor-styles-wrapper) .cse-footer {
  padding-top: 56px;
  background: #eff5f1;
  border-top: 1px solid #cddfd6;
}
:is(.cse-site, .editor-styles-wrapper) .cse-footer-nap-grid {
  display: grid;
  grid-template-columns: minmax(190px, .9fr) repeat(2, minmax(0, 1.15fr));
  gap: 28px;
  align-items: stretch;
}
:is(.cse-site, .editor-styles-wrapper) .cse-footer-brand {
  min-width: 0;
  padding: 8px 18px 0 0;
}
:is(.cse-site, .editor-styles-wrapper) .cse-footer-brand .cse-logo {
  width: 200px;
  max-width: 100%;
  margin: 0 0 22px;
}
:is(.cse-site, .editor-styles-wrapper) .cse-footer-brand > p {
  font-size: .88rem;
  line-height: 1.8;
  margin: 0 0 14px;
}
:is(.cse-site, .editor-styles-wrapper) .cse-footer-brand .cse-footer-social {
  margin-top: 22px;
  font-size: .8rem;
}
:is(.cse-site, .editor-styles-wrapper) .cse-footer-location {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 28px;
  border: 1px solid #cfdfd7;
  border-radius: 18px;
  background: #fbfdfc;
}
:is(.cse-site, .editor-styles-wrapper) .cse-footer-location .cse-footer-branch-label {
  color: #466f62;
  font-size: .68rem;
  line-height: 1.5;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 0 0 12px;
}
:is(.cse-site, .editor-styles-wrapper) .cse-footer-location h2 {
  font-size: 1.12rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -.02em;
  margin: 0 0 16px;
}
:is(.cse-site, .editor-styles-wrapper) .cse-footer-location .cse-footer-address {
  font-size: .86rem;
  line-height: 1.85;
  font-weight: 400;
  color: #4d6663;
  margin: 0 0 12px;
}
:is(.cse-site, .editor-styles-wrapper) .cse-footer-location .cse-footer-phone {
  margin: auto 0 0;
  padding-top: 4px;
}
:is(.cse-site, .editor-styles-wrapper) .cse-footer-phone a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 1.04rem;
  line-height: 1.5;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-color: #a5c7ba;
  text-underline-offset: .25em;
}
:is(.cse-site, .editor-styles-wrapper) .cse-footer-location .cse-footer-location-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 22px;
  margin: 16px 0 0;
  padding-top: 12px;
  border-top: 1px solid #dfe9e3;
  font-size: .78rem;
  line-height: 1.6;
}
:is(.cse-site, .editor-styles-wrapper) .cse-footer-location-links a {
  display: inline-block;
  padding-block: 8px;
  min-height: 36px;
}
:is(.cse-site, .editor-styles-wrapper) .cse-footer-links-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid #cfdfd6;
}
:is(.cse-site, .editor-styles-wrapper) .cse-footer-links-grid h2 {
  margin: 0 0 14px;
  font-size: .84rem;
  line-height: 1.5;
  letter-spacing: 0;
}
:is(.cse-site, .editor-styles-wrapper) .cse-footer-links-grid p {
  font-size: .81rem;
  line-height: 1.75;
  margin: 0 0 8px;
}
:is(.cse-site, .editor-styles-wrapper) .cse-footer-links-grid p:last-child { margin-bottom: 0; }
:is(.cse-site, .editor-styles-wrapper) .cse-footer-bottom { margin-top: 30px; }
@media (max-width: 1000px) {
  :is(.cse-site, .editor-styles-wrapper) .cse-footer-nap-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  :is(.cse-site, .editor-styles-wrapper) .cse-footer-brand { grid-column: 1 / -1; padding: 0 0 6px; }
}
@media (max-width: 600px) {
  :is(.cse-site, .editor-styles-wrapper) .cse-footer { padding-top: 38px; }
  :is(.cse-site, .editor-styles-wrapper) .cse-footer-nap-grid { grid-template-columns: 1fr; gap: 20px; }
  :is(.cse-site, .editor-styles-wrapper) .cse-footer-location { padding: 24px; }
  :is(.cse-site, .editor-styles-wrapper) .cse-footer-links-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 22px; margin-top: 30px; padding-top: 26px; }
}

/* Quiet studio credit, kept in the footer's own text color. */
:is(.cse-site,.editor-styles-wrapper) .cse-footer-bottom { flex-wrap:wrap;column-gap:28px;row-gap:12px; }
:is(.cse-site,.editor-styles-wrapper) .cse-footer-bottom .cse-footer-credit { margin:0;font-size:.73rem;font-weight:400;line-height:1.7;white-space:normal; }
:is(.cse-site,.editor-styles-wrapper) .cse-footer-credit .cse-footer-heart { margin-inline:.1em;font-size:.9em; }
:is(.cse-site,.editor-styles-wrapper) .cse-footer .cse-footer-credit a[href="https://prosperoo.co"] {
 color:inherit!important;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .16s ease;
}
:is(.cse-site,.editor-styles-wrapper) .cse-footer .cse-footer-credit a[href="https://prosperoo.co"]:is(:hover,:focus-visible) { color:inherit!important;border-bottom-color:currentColor; }
@media(max-width:600px){:is(.cse-site,.editor-styles-wrapper) .cse-footer-bottom .cse-footer-credit{margin-top:14px;}}
