/* 0.64rem sits below the smallest scale step (text-xs = 0.75rem), so the size
   is set here rather than via a typography utility class. */
.cc_xuUMlpuJCr_announcement .kombos-announcement {
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  /* Long announcements must wrap on narrow screens — nowrap clipped them. */
  white-space: normal;
  text-wrap-style: balance;
}

@media (min-width: 768px) {
  .cc_xuUMlpuJCr_announcement .kombos-announcement {
    font-size: 0.64rem;
    letter-spacing: 0.34em;
    white-space: nowrap;
  }
}
