/* Hide the template's baked-in logo wordmarks; the MedNext brand mark is
   painted over the top by mednext-brand.css. Keeps their layout boxes intact. */
.tt-icon.Logo,
.tt-icon.LogoFr,
.tt-icon.Logo2,
.tt-icon.Logo2Fr {
  position: relative;
}

.tt-icon.Logo > svg,
.tt-icon.LogoFr > svg,
.tt-icon.Logo2 > svg,
.tt-icon.Logo2Fr > svg {
  visibility: hidden;
}

.tt-icon.Logo::after,
.tt-icon.LogoFr::after,
.tt-icon.Logo2::after,
.tt-icon.Logo2Fr::after {
  content: "";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: currentColor;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
  pointer-events: none;
}

.tt-icon.Logo2::after,
.tt-icon.Logo2Fr::after {
  font-size: 15px;
}
