/*
Theme Name: Haderslev Erhvervsråd
Version: 3.5.3
Description: HER Tema og funktioner. Udviklet af Søren Skøtt.
Template: hello-elementor
Author: Haderslev Erhvervsråd
Author URI: https://her.dk
Text Domain: her
*/
/* ── AI-generated image badge & tooltip ─────────────────────────────────── */

.img-ai-gen-wrap {
  position: relative;
  display: block;
  height: 100%;
  margin: 0;
}

.img-ai-gen-wrap figcaption.her-tooltip {
  position: absolute;
  bottom: var(--con-pad);
  right: var(--con-pad);
  margin: 0;
  line-height: 1;
}

.ai-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(var(--con-pad) / 4);
  width: 2rem;
  height: 2rem;
  background: color-mix(in srgb, var(--e-global-color-712a893) 80%, transparent);
  color: #fff;
  border-radius: var(--radius-sm);
  position: relative;
  outline-offset: 2px;
}

.ai-badge .maticon- {
  font-size: 1.1rem;
  line-height: 1;
}

.ai-badge__tooltip {
  position: absolute;
  bottom: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.82);
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.4;
  padding: 0.4rem 0.65rem;
  border-radius: 4px;
  white-space: normal;
  text-align: center;
  width: max-content;
  max-width: min(16rem, 80vw);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
  z-index: 10;
}

/* Arrow pointing down toward the badge */
.ai-badge__tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.82);
}

.ai-badge:hover .ai-badge__tooltip,
.ai-badge:focus .ai-badge__tooltip {
  opacity: 1;
}

/* ── Skip link ───────────────────────────────────────────────────────────── */

.skip-link.screen-reader-text:focus {
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  position: fixed; /* fixed so it always appears regardless of scroll position */
  top: 0.5rem;
  left: 0.5rem;
  z-index: 99999;
  /* Style it visibly so sighted keyboard users also benefit */
  background: #fff;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.75rem 1.25rem;
  border: 2px solid #000;
  border-radius: 4px;
  text-decoration: none;
}
