<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sitewide-alert {
  padding: 5px;
  background-color: #f5f5f5;
}

.sitewide-alert .close {
  float: right;
}

.sitewide-alert__message,
.sitewide-alert .field--name-message {
  /* Prevent the message from pushing down the close icon. */
  display: inline-block;
}
</pre></body></html>