.top-bar {
  position: relative;
  background-color: var(--primary-accent);
  color: #FFF;
  padding: 12px 46px 12px 12px;
  text-align: center;
  line-height: 1.4;
  font-weight: 500;
}

.top-bar a {
  text-decoration: none;
  color: #FFF;
}

.top-bar-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 11px;
  color: var(--primary-dark);
  cursor: pointer;
}
