.alert-announcement { margin: 0; padding: 0.9375rem 1.875rem; border-radius: 0; border: none; text-align: center; }
.alert-announcement h4 { margin: 0 0 0.625rem; font-size: 1.5rem; line-height: 1; }
.alert-announcement .description { font-size: 1rem; line-height: 1.5; }
.alert-announcement p:last-child { margin-bottom: 0; }
.alert-announcement.alert-message-regular { background-color: hsl(200, 65%, 91%); color: hsl(var(--white)); }
.alert-announcement.alert-message-regular h4 > a { color: hsl(var(--white)); }
.alert-announcement.alert-message-emergency { background-color: hsl(0, 43%, 91%); color: hsl(var(--black)); }
.alert-announcement.alert-message-emergency h4 > a { color: hsl(var(--black)); }
.alert-announcement.alert-message-special { background-color: hsl(50, 81%, 94%); color: hsl(var(--white)); }
.alert-announcement.alert-message-special h4 > a { color: hsl(var(--white)); }
