#settings-info, #settings-rules  {
  .logo {
    max-width: 80%;
    max-height: 18vh;
    margin: 0 auto;
    margin-bottom: 1em;
    margin-top: 1em;
  }
  .infoHeader {
    width: 100%;
  }
  
  h1, .submenu-header {
    font-family: 'gulkave', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: @orange;
    border-top: 2px;
    border-bottom: 2px;
    border-left: 0;
    border-right: 0;
    border-style: dotted;
    border-color: #906c11;
    padding: 0.2em 0;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 0.8em;
    font-size: 32px;
    @media @mobile {
      font-size: 28px;
    }
  }

  video {
    height: auto;
    width: auto;
    margin: 0 auto;
    display: block;
    border: 12px solid @blue;
    border-radius: 12px;
    border-style: hidden;
    max-height: 42vh;
    max-width: 60%;
    margin-bottom: 1em;
  }

  .symbol-block {
    width: 15%;
    min-width: 120px;
    @media @portrait {
      margin-left: 1.4em !important;
      margin-right: 1.4em !important;
      width: 30%;
    } 
  }

  .text-holder {
    min-width: 135px;
  }

  .sb-H4 {
    padding-top: 10px !important;
  }

  .sb-H2 {
    padding-top: 4px !important;
  }

  .sb-H3 {
    padding-top: 5px !important;
  }

  .section-title {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    font-family: 'gulkave', Arial, Helvetica, sans-serif;
  }

  .content-block {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
    max-width: 1000px;
    @media screen and (min-width: 1400px) {
      padding-left: 50px;
      padding-right: 50px;
    }
  }

  .feature-bet-amount {
    margin-bottom: 1em;
  }

  ul {
    margin-left: 5%;
    width: 90%;
  }

  li {
    -webkit-text-size-adjust:none;
    font-size: 16px;
    text-align: left;
    padding: 0.2em 0;
  }

  .content-block p {
    -webkit-text-size-adjust:none;
    font-size: 16px;
    text-align: center;
    padding: 0.4em 0;
  }

.settings-wrapper .settings .content-wrapper .content.centralized {
  @media @mobile {
    padding: 0px 8vw;
  }
}

.replay {
  font-size: 2em !important;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  display: flex;
  justify-content: center;

  .replay-header {
    width: auto;
  }
}
}
