/* Minimal extraction overrides: preserve the template layout and interactions. */
.template-popup-wrapper,
.showcase-dropdown,
.w-webflow-badge,
.menu-copyright-wrapper,
.footer-copyright-logo-div,
.menu-version-wrapper,
.footer-link-version-div,
.menu-social-media-div {
  display: none !important;
}

.brand-logo-link {
  display: flex;
  align-items: center;
  max-width: 180px;
}

.logo-dark,
.logo-light {
  width: auto !important;
  max-width: 180px;
  height: 48px !important;
  object-fit: contain;
}

.logo-dark {
  filter: none;
}

.logo-light,
.footer-logo,
.footer-large-logo,
.contact-brand-logo {
  filter: brightness(0) invert(1);
}

.footer-logo {
  width: auto !important;
  max-width: 180px;
  height: 32px !important;
  object-fit: contain;
}

.footer-large-logo {
  width: auto !important;
  max-width: min(40vw, 240px) !important;
  height: auto !important;
  object-fit: contain;
}

.contact-location-text a {
  color: inherit;
  text-decoration: none;
}

.contact-location-text a:hover,
.contact-location-text a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.tdl-hidden-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.tdl-contact-flow-note {
  margin-top: 0.75rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  color: #4b4b52;
  font-size: 0.95rem;
  line-height: 1.55;
}

.tdl-contact-flow-note a {
  color: #413df2;
  font-weight: 600;
  text-decoration: underline;
}

.tdl-contact-flow-note a:hover,
.tdl-contact-flow-note a:focus-visible {
  color: #2e2bb8;
}
