.ui-message-topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 41px;
  z-index: 210;
  background: var(--ui-topbar-bg, #111111);
  color: var(--ui-topbar-text, #ffffff);
}

.ui-message-topbar__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ui-message-topbar__text,
.ui-message-topbar__link {
  color: inherit;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
}

/* .ui-message-topbar__link:hover,
.ui-message-topbar__link:focus-visible {
  text-decoration: underline;
} */

.has-ui-topbar .site-header {
  top: 41px;
}

.has-ui-topbar .site-header.is-scrolled {
  top: 0;
}

@media (max-width: 860px) {
  .ui-message-topbar__text,
  .ui-message-topbar__link {
    font-size: 0.82rem;
  }
}
