<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file
 * Visual styles for Showcase Lite's alerts.
 */
.header-top-highlighted__section .alert {
  padding: 10px 0;
  margin: 0;
  font-size: 14px;
}
.alert .close {
  opacity: 1;
  filter: alpha(opacity=1);
  text-shadow: none;
  padding: 0 10px;
  height: 100%;
  top: -6px;
  right: 0;
  font-size: 34px;
}
.alert .close:hover {
  color: inherit;
}
</pre></body></html>