<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 990px) {
  .announcement-bar.display-user .page-width {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 990px) {
  .announcement-bar.display-user .page-width .announcement-bar__message.h5 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .announcement-bar.display-user .pcOnly {
    display: none !important;
  }
}</pre></body></html>