/* pages/public_nomination.css — Rails-Views public nomination permalink
   (the /n/:id surface). Centers a single nomination card on the
   participation background using the coach's resolved theme.

   The card is rendered by the canonical _nomination_card dispatcher so
   styling for the three presentation styles (editorial/tribute/certificate)
   comes from components/nomination-card.css. This file is only the
   surrounding page chrome. */

.public-nomination-page {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-4);
}

.public-nomination-page__card-wrap {
  width: 100%;
  max-width: 480px;
}
