.waitlist-trigger {
  cursor: pointer;
}

.article-meta a.waitlist-trigger {
  padding: 7px 9px;
  border: 1px solid var(--blue, #001EFF);
  background: var(--blue, #001EFF);
  color: var(--paper, #FFFDF8);
  font: inherit;
  font-size: inherit;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.article-meta a.waitlist-trigger:hover {
  background: var(--blue-dark, #000CB8);
  color: var(--paper, #FFFDF8);
}

.journal-subscribe-button {
  display: flex;
  width: fit-content;
  min-height: 42px;
  margin-top: 28px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 2px solid var(--blue, #001EFF);
  background: var(--blue, #001EFF);
  color: var(--paper, #FFFDF8);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.journal-subscribe-button:hover {
  background: var(--blue-dark, #000CB8);
  border-color: var(--blue-dark, #000CB8);
}

.journal-label .journal-subscribe-button {
  margin-top: 14px;
}

.news-hero .journal-subscribe-button {
  margin-top: 34px;
}

.waitlist-modal {
  width: min(520px, calc(100% - 32px));
  border: 1px solid rgba(0, 30, 255, 0.45);
  background: var(--paper, #FFFDF8);
  color: var(--text, #080808);
  padding: 0;
}

.waitlist-modal::backdrop {
  background: rgba(8, 8, 8, 0.28);
}

.waitlist-panel {
  padding: 30px;
}

.waitlist-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(0, 30, 255, 0.35);
  background: transparent;
  color: var(--blue, #001EFF);
  font: inherit;
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
}

.waitlist-kicker {
  margin: 0 0 12px;
  color: var(--blue, #001EFF);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.waitlist-title {
  margin: 0;
  font-size: clamp(30px, 6vw, 48px);
  line-height: 0.96;
  letter-spacing: 0;
}

.waitlist-copy {
  margin: 18px 0 0;
  color: var(--muted, #6B665F);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.48;
}

.waitlist-form {
  margin-top: 26px;
  display: grid;
  gap: 12px;
}

.waitlist-form label {
  color: var(--text, #080808);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.waitlist-form input {
  min-height: 52px;
  width: 100%;
  border: 1px solid rgba(0, 30, 255, 0.45);
  background: transparent;
  color: var(--text, #080808);
  padding: 0 14px;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
}

.waitlist-submit {
  min-height: 52px;
  border: 2px solid var(--blue, #001EFF);
  background: var(--blue, #001EFF);
  color: var(--paper, #FFFDF8);
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}

.waitlist-note {
  margin: 8px 0 0;
  color: var(--muted, #6B665F);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.waitlist-status {
  min-height: 20px;
  margin: 2px 0 0;
  color: var(--blue, #001EFF);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
}

@media (max-width: 560px) {
  .waitlist-panel {
    padding: 24px;
  }
}
