<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fm-announcement-bar {
  display: none;
  font-size: 1rem;
  color: white;
  text-align: center;
  /* background-color: #D14841; */
  background-color: #D7182A;
  position: relative;
  z-index: 3;
  padding: 0.5rem;
}

.fm-announcement-bar .c-button,
.fm-announcement-bar .c-button:active,
.fm-announcement-bar .c-button:hover,
.fm-announcement-bar .c-button:visited {
  font-size: 0.8rem;
  margin-left: 0.5rem;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  padding: .25rem .5rem;
}

.fm-announcement-bar-link {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.fm-announcement-bar .dismiss-link {
  position: absolute;
  opacity: 0.6;
  color: white;
  top: 12px;
  right: 10px;
  text-decoration: none;
  z-index: 2;
}

.fm-announcement-bar .dismiss {
  width: 17px;
  height: 17px;
  fill: white;
  display: inline-block;
}
</pre></body></html>