#settings-rules {
  .logo {
    margin-top: 10px;
    max-width: 100%;
    width: 400px;
    align-self: center;
  }
  .infinity-reels {
    display: flex;
    align-items: center;
    justify-content: center;
    img {
      object-fit: contain;
      height: 5vw;
      max-height: 30px;
      width: auto;
      margin: 0 10px;
    }
    span {
      color: @color-text;
      text-transform: uppercase;
      font-size: 20px;
      @media @portrait {
        font-size: 2.2vw;
      }
    }
  }
  h1 {
    font-size: 28px;
    color: @color-yellow;
    text-align: center;
    font-weight: normal;
    max-width: 900px;
    width: 85%;
    @media @mobile {
      font-size: 8vmin;
    }
  }
  .sectionTitle {
    width: 100%;
  }
  .sectionTitle h1 {
    font-weight: bold;
    font-size: 40px;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .feature-bet-amount {
    margin-top: 10px;
    text-align: center;
    color: @color-text;
  }
  ul {
    font-size: 16px;
    max-width: 600px;
    width: 85%;
    ul {
      margin-left: 5%;
    }
    li {
      text-align: left;
      margin: 5px 0;
      color: @color-text;
    }
  }
  .divider {
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: -webkit-gradient(
      linear,
      0 0,
      100% 0,
      from(transparent),
      to(transparent),
      color-stop(50%, @color-text)
    );
  }
}
.replay {
  justify-content: center;
  font-size: 30px;
  color: @color-yellow;
  .replay-button {
    color: @color-yellow!important;
  }
}
