.top:has(.lh-contact-list) {
  border-bottom: 1px solid #d5e9f3;
}

.lh-contact-topin {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
}

.lh-contact-list {
  display: grid !important;
  grid-template-columns: minmax(390px, 1fr) minmax(250px, auto);
  align-items: start !important;
  gap: 10px 34px !important;
  flex: 1;
  min-width: 0;
  padding: 10px 0;
}

.lh-contact-group,
.lh-address-list,
.lh-phone-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  min-width: 0;
}

.lh-contact-group {
  gap: 4px;
}

.lh-address-list,
.lh-phone-list {
  gap: 3px;
  align-content: start;
}

.lh-contact-heading {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: #087fc2;
  font-weight: 900;
}

.lh-contact-list a {
  display: flex !important;
  align-items: center;
  min-height: 20px;
  line-height: 1.35;
  white-space: normal;
  text-decoration: none;
}

.lh-contact-list a:hover {
  text-decoration: underline;
}

.lh-phone-link {
  font-weight: 700;
}

.lh-whatsapp-link {
  color: #087f4f !important;
  font-weight: 800;
}

.lh-wa-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-right: 7px;
  color: #18a55b;
}

.lh-wa-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lh-mobile-contact-bar {
  display: none;
}

@media (max-width: 900px) {
  .lh-contact-list {
    grid-template-columns: minmax(0, 1.35fr) minmax(210px, 1fr);
    gap: 8px 20px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 760px) {
  .lh-contact-topin {
    display: flex !important;
    gap: 8px !important;
    align-items: center !important;
    padding: 8px 14px !important;
    min-height: 54px;
    text-align: left !important;
  }

  .lh-contact-topin .lh-contact-list {
    display: block !important;
    flex: 1 1 auto;
    min-width: 0;
    padding: 0;
  }

  .lh-contact-topin .lh-contact-group {
    display: none !important;
  }

  .lh-mobile-contact-bar {
    display: flex !important;
    align-items: center;
    gap: 6px;
    min-width: 0;
  }

  .lh-mobile-contact-bar a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 36px;
    padding: 7px 10px;
    border-radius: 999px;
    box-sizing: border-box;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    text-decoration: none !important;
    box-shadow: 0 3px 10px rgba(37, 49, 74, .10);
  }

  .lh-mobile-location-link {
    background: #fff;
    color: #172f55 !important;
  }

  .lh-mobile-call-link {
    background: #172f55;
    color: #fff !important;
  }

  .lh-mobile-wa-link {
    background: #18a55b;
    color: #fff !important;
  }

  .lh-mobile-wa-link .lh-wa-icon {
    width: 17px;
    height: 17px;
    flex-basis: 17px;
    margin: 0;
    color: #fff;
  }

  .lh-contact-topin .top-social {
    display: flex !important;
    flex: 0 0 auto;
    gap: 6px !important;
    align-items: center;
  }

  .lh-contact-topin .top-social a {
    width: 34px !important;
    height: 34px !important;
    flex-basis: 34px !important;
  }
}

@media (max-width: 410px) {
  .lh-contact-topin {
    padding-left: 10px !important;
    padding-right: 10px !important;
    gap: 5px !important;
  }

  .lh-mobile-contact-bar {
    gap: 4px;
  }

  .lh-mobile-contact-bar a {
    min-height: 34px;
    padding: 6px 8px;
    font-size: 11px;
  }

  .lh-contact-topin .top-social a {
    width: 31px !important;
    height: 31px !important;
    flex-basis: 31px !important;
  }
}

@media (max-width: 365px) {
  .lh-mobile-wa-label {
    display: none;
  }
}
