/* Rewards Program — components specific to this system.
   Loaded after the shared Meridian theme, which provides the palette and the page shell. */

.complaint-payload {
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 16px;
  line-height: 1.6;
  word-break: break-word;
}

.countdown { font-family: var(--mono); }
