/* The original campaign stylesheet supplies the thank-you card layout. */
[data-entel55-registered] > p,
[data-entel55-missing] > p {
  color: var(--muted);
}

.campaign-support a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.campaign-thanks h1:focus {
  outline: none;
}
