<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.g-navigation-scroll-section {
  .g-button--secondary:hover {
    background: #000;
    color: #fff !important;
  }
  .g-button--secondary {
    color: #000
    white-space: nowrap;
    border: none;
    background-color: #edeef4;
  }
  .navigation-scroll_wrapper {
    white-space: nowrap;
    text-align: center;
    overflow-x: auto;
    .g-button:not(:last-child) {
      margin-right: 20px;
    }
  }
}
</pre></body></html>