<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.simple-banner {
  width: 100%;
  background: #024985;
  text-align: center;
  z-index: 200000;
  position: relative;
  display: block; 
}

.simple-banner .simple-banner-text {
  color: #ffffff;
  font-size: 1.1em;
  font-weight: 700;
  padding: 10px; 
}

.simple-banner .simple-banner-text a {
  color: #f16521;
}
</pre></body></html>