.mv3-current-edition-link {
  position: fixed;
  right: clamp(16px, 3vw, 34px);
  bottom: clamp(16px, 3vw, 34px);
  z-index: 90;
  display: grid;
  gap: 3px;
  min-width: min(280px, calc(100vw - 32px));
  padding: 14px 18px;
  color: #f0f0f4;
  text-decoration: none;
  background:
    linear-gradient(135deg, rgba(196, 18, 48, 0.92), rgba(5, 5, 8, 0.96) 58%),
    #050508;
  border: 1px solid rgba(184, 149, 62, 0.72);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.45), 0 0 34px rgba(196, 18, 48, 0.24);
  clip-path: polygon(14px 0, 100% 0, calc(100% - 14px) 100%, 0 100%);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.mv3-current-edition-link:hover,
.mv3-current-edition-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(212, 175, 90, 0.96);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.5), 0 0 42px rgba(196, 18, 48, 0.36);
}

.mv3-current-edition-link:focus-visible {
  outline: 2px solid #d4af5a;
  outline-offset: 4px;
}

.mv3-current-edition-link__eyebrow {
  color: #d4af5a;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.mv3-current-edition-link__text {
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.25;
}

@media (max-width: 560px) {
  .mv3-current-edition-link {
    left: 16px;
    right: 16px;
    justify-items: center;
    text-align: center;
  }
}
