.topbar-main-notice[data-responsive-notice] {
  display: block !important;
  color: #fff !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
@media (max-width: 820px) {
  .topbar-main-notice[data-responsive-notice] {
    font-size: clamp(.58rem, 2.2vw, .72rem) !important;
    letter-spacing: -.02em !important;
    text-overflow: clip !important;
  }
}
