/* Messages that used to be browser alert() dialogs. Kept in a file rather than
   inline because this page ships a Content-Security-Policy of style-src 'self',
   and loosening that to allow an inline style would be the wrong trade. */
.fgs-say {
  min-height: 1.6em;
  margin: 0.5rem 0 0;
  text-align: center;
  font-size: 1.15rem;
  font-weight: 700;
  color: #161616;
}
