/* =========================================================
   650 KGL SOCIAL V1.2
   Separate footer Email and Location rows
   ========================================================= */

:root {
  --kgl-v12-copy: rgba(255,255,255,.82);
  --kgl-v12-line: rgba(255,255,255,.24);
}

.kgl-v12-hide-original {
  display: none !important;
}

.kgl-v12-contact-lines {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 6px !important;

  margin: 6px 0 0 !important;
  padding: 0 !important;

  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
}

.kgl-v12-contact-line {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;

  width: fit-content !important;
  max-width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  color: var(--kgl-v12-copy) !important;

  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;

  text-decoration: none !important;
}

a.kgl-v12-contact-line:hover,
a.kgl-v12-contact-line:focus-visible {
  color: #fff !important;
}

.kgl-v12-contact-icon {
  flex: 0 0 28px;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 28px !important;
  height: 28px !important;
  padding: 6px !important;

  border: 1px solid var(--kgl-v12-line) !important;
  border-radius: 50% !important;

  color: rgba(255,255,255,.82) !important;
}

.kgl-v12-contact-icon svg {
  display: block;
  width: 100%;
  height: 100%;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kgl-v12-contact-copy {
  display: block !important;
  min-width: 0 !important;
  white-space: normal !important;
}

/* Keep social row and contact rows visually close together. */
.kgl-footer-social-row-v11 {
  margin-bottom: 5px !important;
}

@media (max-width: 680px) {
  .kgl-v12-contact-lines {
    gap: 7px !important;
  }

  .kgl-v12-contact-icon {
    width: 30px !important;
    height: 30px !important;
    flex-basis: 30px !important;
  }
}
