.contactbar__details a,
.contactbar__location {
  gap: 8px;
  font-size: .68rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.contactbar__inner {
  min-height: 26px;
  padding-top: 0;
  padding-bottom: 0;
}

.contactbar__details {
  gap: 18px;
}

.contactbar__details a,
.contactbar__location {
  gap: 6px;
  font-size: .6rem;
  line-height: 1;
}

.contactbar__details span,
.contactbar__location span {
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.contactbar__details > *::before {
  display: none;
  content: none;
}

.contact-icon {
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contactbar__social {
  gap: 9px;
}

.social-link {
  width: 14px;
  height: 14px;
  background: transparent;
  color: rgba(255, 255, 255, .94);
}

.social-icon {
  width: 12px;
  height: 12px;
  fill: currentColor;
  stroke: none;
}

.social-link[aria-label="Instagram"] .social-icon {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.social-icon__dot {
  fill: currentColor;
  stroke: none;
}

.social-link[aria-label="YouTube"] .social-icon {
  fill: currentColor;
}

.social-icon__fill-dark {
  fill: #123b82;
}

@media (max-width: 650px) {
  .contactbar__inner { min-height: 25px; }
  .contactbar__details a, .contactbar__location { font-size: .58rem; }
  .contact-icon { width: 10px; height: 10px; flex-basis: 10px; }
  .contactbar__social { gap: 7px; }
  .social-icon { width: 11px; height: 11px; }
}
