/* Shared social icon links */
.hls-socials__link,
.hls-footer-socials__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: rgba(255, 191, 0, 0.12);
  border: 1px solid rgba(255, 191, 0, 0.35);
  color: #ffbf00;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.hls-socials__link:hover,
.hls-socials__link:focus-visible,
.hls-footer-socials__link:hover,
.hls-footer-socials__link:focus-visible {
  background: #ffbf00;
  border-color: #ffbf00;
  color: #111b1e;
  transform: translateY(-1px);
}

.hls-socials__link svg,
.hls-footer-socials__link svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: currentColor;
}

/* Header row — next to phone / hours in top bar */
.hls-header-socials {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  margin: 0;
}

[data-elementor-type="header"] .elementor-element-hls-header-socials .elementor-widget-container {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .hls-header-socials {
    justify-content: center;
  }
}

/* Legacy footer nav (kept for stale markup only) */
.hls-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.hls-footer-socials .hls-footer-socials__link {
  width: 2.5rem;
  height: 2.5rem;
}

.hls-footer-socials .hls-footer-socials__link svg {
  width: 1.15rem;
  height: 1.15rem;
}
