.link-target-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  background: color-mix(in srgb, var(--color-primary) 40%, #000);
  color: #fff;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  text-align: center;
  padding: 2rem;
}
.link-target-overlay.is-open {
  display: flex;
}
.link-target-overlay__panel {
  max-width: 520px;
}
.link-target-overlay__heading {
  font-size: 1.8rem;
  margin: 0 0 1rem;
  font-weight: 600;
}
.link-target-overlay__body {
  font-size: 1.15rem;
  margin: 0 0 1.5rem;
  line-height: 1.5;
  word-break: break-word;
}
.link-target-overlay__countdown {
  font-size: 1rem;
  margin: 0 0 1.5rem;
}
.link-target-overlay__link {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: #fff !important;
  font-size: 0.95rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  outline: none;
}
.link-target-overlay__link:hover {
  opacity: 0.75;
}
.link-target-overlay__link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
  border-radius: 2px;
}
.link-target-overlay__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: #fff;
  opacity: 0.8;
  outline: none;
}
.link-target-overlay__close:hover {
  opacity: 1;
}
.link-target-overlay__close:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
  opacity: 1;
}
/*# sourceMappingURL=_c-linktargetoverlay.css.map */