/* Site credit row — injected inside Elementor footer via server.js */

.hls-site-credit-wrap {
  margin: 0;
  padding: 0 1rem 1.25rem;
  text-align: center;
  background: transparent;
}

.hls-site-credit {
  margin: 0;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.35);
}

.hls-site-credit a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}

.hls-site-credit a:hover,
.hls-site-credit a:focus-visible {
  color: rgba(255, 255, 255, 0.85);
}
