a.lc-logo,
a.logo {
  text-decoration: none;
}

.lc-logo::after,
.lc-logo > span::after,
.footer-logo > span::after {
  display: none !important;
}

.brand-house {
  position: relative;
  top: .08em;
  display: inline-block;
  width: .72em;
  height: .58em;
  margin-left: .3em;
  border: .075em solid #e8786f;
  border-top: 0;
  border-radius: 0 0 .09em .09em;
  color: #e8786f;
  background: transparent;
  font-size: .82em;
  vertical-align: .02em;
  -webkit-text-fill-color: #e8786f;
}

.brand-house::before {
  content: "";
  position: absolute;
  top: -.31em;
  left: .055em;
  width: .49em;
  height: .49em;
  border-top: .075em solid currentColor;
  border-left: .075em solid currentColor;
  border-radius: .055em 0 0;
  transform: rotate(45deg);
  transform-origin: center;
}

.brand-house::after {
  content: "";
  position: absolute;
  bottom: -.01em;
  left: 50%;
  width: .18em;
  height: .27em;
  border: .065em solid currentColor;
  border-bottom: 0;
  border-radius: .05em .05em 0 0;
  transform: translateX(-50%);
}

a.lc-logo:hover .brand-house,
a.logo:hover .brand-house {
  color: #c85c58;
  border-color: #c85c58;
  -webkit-text-fill-color: #c85c58;
}

a.lc-logo:focus-visible,
a.logo:focus-visible {
  border-radius: 6px;
  outline: 2px solid rgba(36, 95, 120, .55);
  outline-offset: 4px;
}
