.custom-footer {
  border: none !important;
}

.footer-links-icons {
  border-top: 1px solid var(--colors-foregrounds-borders-secondary);
}

.footer-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
}

.footer-icons__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-icons__title {
  font-size: 14px;
  color: var(--c-muted);
}

.footer-icons__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-icons .footer-icon {
  margin: 0 !important;
}

#footer .pageElement__heading {
  font-weight: 700;
  position: relative;
  line-height: normal;
  text-transform: none !important;
}

#footer .pageElement__heading::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 25px;
  bottom: -10px;
  left: 0;
  background: var(--c-brand);
}

.custom-footer {
  padding: 10px !important;
}

#footer .banner {
  min-height: 0;
  margin: 0;
}

.custom-footer__contact {
  margin-top: 20px;
}

.footer-rows .custom-footer__brand .site-name {
  position: static;
}

.footer-rows .custom-footer__brand .site-name img {
  max-width: 100%;
  height: auto;
}

.contact-box ul li.contact-hours span {
  font-size: 12px;
  color: var(--c-muted);
}

.contact-box ul li>span.facebook,
.contact-box ul li>span.instagram {
  position: relative;
  min-height: 24px;
}

.contact-box ul li>span.facebook>a,
.contact-box ul li>span.instagram>a {
  display: block;
  position: absolute;
  inset: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
}

.contact-box ul li.contact-hours span,
.contact-box ul li>span.mail,
.contact-box ul li>span.tel {
  padding-left: 0;
}

#footer .contact-box ul li>span.tel a {
  font-size: 22px;
  font-weight: 700;
  color: var(--c-brand);
}

.contact-box ul li>span.mail::before,
.contact-box ul li>span.tel::before {
  display: none;
}

.contact-socials {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0;
}