.topbar {
  position: sticky;
  z-index: 1000;
  top: 0;
  font-size: 12px;
  margin-right: -30px;
  margin-left: -30px;
  padding-right: 30px;
  padding-left: 30px;
  background: #fff;
  box-shadow: none;
}

.seal.official-seal {
  width: 350px;
  max-width: 82vw;
  margin: -30px auto -40px;
  overflow: hidden;
  border: 0;
  transform: none;
}

.seal.official-seal img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@supports (backdrop-filter: blur(8px)) {
  .topbar {
    background: #fff;
  }
}

@media (max-width: 700px) {
  .topbar {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .topbar::-webkit-scrollbar {
    display: none;
  }
}
