/* Release-critical readability and small-screen safeguards for the voting task flow. */
.mt-official-links span {
  font-size: .875rem;
  line-height: 1.35;
}

.mt-official-links p {
  font-size: 1rem;
}

.mt-change-state,
.mt-zip > small,
.mt-source-status span,
.mt-source-status p {
  font-size: .875rem;
  line-height: 1.5;
}

@media (max-width: 620px) {
  .mt-hero h1 {
    font-size: clamp(3.35rem, 19vw, 4.8rem);
  }

  .mt-official-links > a {
    min-height: 0;
  }

  .mt-zip input,
  .mt-state-picker select,
  .mt-zip button,
  .mt-state-picker button {
    width: 100%;
  }
}
