/* START_SECTION:product-guide-evergreen--navigation (INDEX:66) */
.product-guide-evergreen--navigation {
    width: 100%;
    background-color: white;
    z-index: 1;
    &.fix-nav {
      position: fixed;
      top: 9.4rem;
      z-index: 2;
      box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;

      @media (max-width: 1100px) {
        top: 8.8rem;
      }
    }
  }
  product-guide-evergreen-navigation {
    #product-guide-evergreen--navigation-items {
      display: flex;
      justify-content: center;
      padding: 2rem 0;

      @media (max-width: 992px) {
        gap: 1.25rem 0;
        width: 100%;
        overflow-x: scroll;
        justify-content: flex-start;
      }

      & button {
        padding: 0 1.75rem;
        cursor: pointer;

        @media (max-width: 992px) {
          flex: 0 1 25%;
          padding: 0 1rem;
          text-align: left;
          line-height: 1.1;
        }

        &.active-section span {
          color: var(--color-orange);
          text-decoration: underline;
        }

        & span {
          font-size: 1.8rem;
          font-weight: 500;
          @media (max-width: 992px) {
            font-size: 1.2rem;
          }
        }
      }
    }
  }
/* END_SECTION:product-guide-evergreen--navigation */
