.casino-sticky{
    bottom: -150px;
    right: 0;
    box-shadow: 0 3px 24px rgba(0,0,0,.1);
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
  }
  .casino-sticky.active{
    bottom: 0;
    opacity: 1;
    visibility: visible;
  }
  .casino-sticky img{
    max-width: 70px;
  }
  .casino-sticky .casino-offer *{
    margin: 0;
  }
  #casino-offer{
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  }
  #casino-offer .casino-logo-wrapper{
    width: 180px;
    height: 150px;
  }
  #casino-offer .casino-rating-count{
    background-color: #ffa700;
    z-index: 2;
    top: 25px;
    right: 25px;
  }
  #casino-offer .casino-rating-count svg{
    fill: #fff;
    margin-left: 3px;
    width: 13px;
  }
  #casino-offer .mega-offer p{
    margin: 0;
  }
  #casino-offer .mega-offer b,
  #casino-offer .mega-offer strong{
    color: var(--color-primary);
  }
  .casino-pros,
  .casino-cons{
    height: calc(100% - 30px);
  }
  .casino-pros ul,
  .casino-cons ul{
    margin: 0;
  }
  .casino-pros{
    background-color: #e6ffe6;
  }
  .casino-cons{
    background-color: #ffecec;
  }
  .casino-cons h2{
    color: red;
  }
  .casino-pros h2{
    color: #52ab52;
  }
  #casino-offer .casino-perks{
    max-width: 250px;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
  }
  #casino-offer .casino-perks li::before{
    content: '';
    width: 16px;
    position: absolute;
    top: 3px;
    right: 0;
    height: 16px;
    display: block;
    background-repeat: no-repeat;
    background-image: url(../../img/list.png);
  }
  