.ric-pwa-retirement-banner {
  display: none;
  background-color: #fff8e1;
  color: #333;
  padding: 0.75em 1em;
  text-align: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  font-size: 1rem;
  border-bottom: 1px solid #ddd;
}
.ric-pwa-retirement__close {
  background: none;
  border: none;
  font-size: 1.2rem;
  line-height: 1;
  margin-left: 1em;
  cursor: pointer;
}
html {
  padding-top: 3em;
}
