@media only screen and (min-width: 1000px) {
  #all-news-content aside {
    width: 30%;
    margin-left: 0px;
    box-sizing: border-box;
    align-self: flex-start;
    position: sticky;
    top: 20px; }
    #all-news-content aside .sidebar-aware-text {
      display: block;
      padding: 0 20px;
      font-size: 13px;
      font-weight: 400;
      line-height: 18px;
      letter-spacing: 0em;
      text-align: center;
      color: #717171;
      margin-top: 20px; }
    #all-news-content aside .sidebar-casino-wrapper {
      background-color: #023047;
      border-radius: 10px;
      box-sizing: border-box;
      padding: 30px 50px;
      color: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      #all-news-content aside .sidebar-casino-wrapper .sidebar-casino__image {
        width: 100px;
        height: 100px;
        object-fit: cover;
        margin-bottom: 10px; }
      #all-news-content aside .sidebar-casino-wrapper .sidebar-casino-name {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: 0em;
        margin-bottom: 10px;
        text-align: center; }
      #all-news-content aside .sidebar-casino-wrapper .sidebar-casino-bonus {
        font-size: 20px;
        font-weight: 600;
        line-height: 34px;
        letter-spacing: 0em;
        margin-bottom: 15px;
        text-align: center; }
      #all-news-content aside .sidebar-casino-wrapper .rating-stars-wrapper {
        margin-bottom: 10px; }
      #all-news-content aside .sidebar-casino-wrapper .read-review {
        font-size: 18px;
        font-weight: 600;
        line-height: 31px;
        letter-spacing: 0em;
        text-decoration: underline;
        color: #fff;
        margin-bottom: 15px; }
      #all-news-content aside .sidebar-casino-wrapper .play-now__btn {
        background-color: #fb8500;
        color: #fff;
        display: flex;
        width: 100%;
        text-decoration: none;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        padding: 10px 25px;
        border-radius: 10px;
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        letter-spacing: 0em;
        margin-bottom: 15px; }
      #all-news-content aside .sidebar-casino-wrapper .compare {
        font-size: 16px;
        font-weight: 600;
        line-height: 27px;
        letter-spacing: 0em;
        color: #fb8500;
        cursor: pointer; }
        #all-news-content aside .sidebar-casino-wrapper .compare.disabled {
          opacity: 0.5;
          cursor: default; }
        #all-news-content aside .sidebar-casino-wrapper .compare img {
          margin-right: 5px; }

  #all-news-content .container {
    display: flex;
    flex-wrap: nowrap; }

  #all-news-content .container article {
    width: 70%;
    box-sizing: border-box;
    min-width: 790px; }

  .single-new-content h4 {
    font-size: 23px;
    line-height: 35px;
    font-weight: 600;
    color: #1e1d1c;
    margin-bottom: 15px;
    margin-top: 0px; }
  .single-new-content .published-on {
    font-size: 16px;
    line-height: 28px;
    color: #717171;
    display: block;
    text-align: left; }
  .single-new-content .single-news-banner {
    margin: 15px 0px;
    min-height: 140px;
    width: 100%;
    object-fit: cover;
    max-width: 100%; }
  .single-new-content .single-news-texts {
    font-size: 16px;
    line-height: 28px;
    color: #262626;
    font-weight: 400; }
  .single-new-content .single-news-texts p {
    margin-top: 0px;
    font-size: 16px;
    line-height: 28px;
    color: #262626;
    font-weight: 400; }

  .single-news-banner {
    border-radius: 10px; }

  .single-new-card {
    width: 100%;
    max-width: 380px;
    margin-bottom: 30px; }

  .single-new-card span {
    color: #717171;
    font-size: 16px;
    line-height: 28px; }

  .single-new-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }
@media only screen and (max-width: 790px) {
  #all-news-content .container {
    display: flex;
    flex-wrap: nowrap; }

  #all-news-content .container article {
    width: 70%;
    box-sizing: border-box;
    min-width: 790px; }

  .single-new-content h4 {
    font-size: 23px;
    line-height: 35px;
    font-weight: 600;
    color: #1e1d1c;
    margin-bottom: 15px;
    margin-top: 0px; }
  .single-new-content .published-on {
    font-size: 16px;
    line-height: 28px;
    color: #717171;
    display: block;
    text-align: left; }
  .single-new-content .single-news-banner {
    margin: 15px 0px;
    min-height: 140px;
    width: 100%;
    object-fit: cover;
    max-width: 100%; }
  .single-new-content .single-news-texts {
    font-size: 16px;
    line-height: 28px;
    color: #262626;
    font-weight: 400; }
  .single-new-content .single-news-texts p {
    margin-top: 0px;
    font-size: 16px;
    line-height: 28px;
    color: #262626;
    font-weight: 400; }
  .single-new-content .prev-next-btns {
    width: 100%;
    display: flex;
    justify-content: space-between; }

  #all-news-content .container aside {
    display: none; }

  #all-news-content .container article {
    width: 100%;
    box-sizing: border-box;
    min-width: 100%; }

  .single-news-banner {
    border-radius: 10px; }

  .single-new-card {
    max-width: 100%;
    margin-bottom: 30px; }

  .single-new-card span {
    color: #717171;
    font-size: 16px;
    line-height: 28px; }

  .single-new-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }
