.sticky-tron-logo {
  width: 109px;
  height: 82px;
  margin-left: auto;
  margin-top: -10px;
}
.sticky-tron-logo svg {
  width: 109px;
  height: 116px;
}
.sticky-on-bottom{
    background-color: var(--dark-blue-2);
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.25);
}
section.sticky-on-bottom.remove-sticky-bottom {
  position: sticky;
}
.sticky-casino-logo{
    background-color: var(--white);
    max-width: 65px;
    border-radius: 10px;
    padding-left: 5px;
}
.sticky-casino-logo img{
    max-width: 65px;
    width: 100%;
    max-height: 65px;
    height: 100%;
}
.sticky-title h6{
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    color: var(--white);
    max-width: 420px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
}
.sticky-title,
.sticky-rating {
  margin-right: 50px;
}
.sticky-logo{
    display:flex;
}
.sticky-title pre{
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.sticky-title{
    margin-top: 9px;
}

.best-casino-rating {
  max-width: 109px;
  width: 100%;
  top: -50px;
  right: 0;
}
.best-casino-rating-body{
  text-align: right;
  position: relative;
  top: -30px;
}
.featured-casino{
  position: relative;
}
.sticky-rating{
  display: inline-flex;
}
@media all and (max-width:1199px) {
  .sticky-title h6 {
    max-width: 240px;
  }
}
@media all and (max-width: 992px){
  .featured-casino.background-dark-blue-2{
    display: none;
  }
}
@media all and (max-width: 991px){
  .sticky-title h6{
    font-size: 20px;
    margin-bottom: 0;
  }
  .best-casino-rating-body,
  .rating-circle-column,
  .cta-column .tron-more-info-button {
      display: none;
  }
  .cta-column .tron-primary-button {
      float: right;
  }
  .sticky-rating{
    display: none;
  }
  .cta-column{
    margin-left: auto;
  }
}
@media all and (max-width:767px) {
  .sticky-casino-logo {
    padding-left: 0;
  }
  .cta-column .tron-primary-button {
      font-size: 14px;
  }
}
@media all and (max-width:500px) {
  .sticky-title h6 {
    max-width: 125px;
  }
}