@media (min-width: 992px) {
  .table-r {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.table-of-content-c {
  width: 300px;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1229.98px) {
  .table-of-content-c {
    width: 277px;
  }
}
@media (max-width: 991.98px) {
  .table-of-content-c {
    width: 100%;
  }
}

.ts__toc {
  border-radius: 12px;
  background-color: #fff;
}
.ts__toc p {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #08090A;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .ts__toc p {
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .ts__toc p:before {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    width: 15px;
    height: 2px;
    background: var(--text-color);
  }
}
@media (max-width: 991.98px) {
  .ts__toc p:after {
    content: "";
    position: absolute;
    top: 0;
    right: 6.5px;
    width: 2px;
    height: 15px;
    background: var(--text-color);
  }
}
@media (max-width: 991.98px) {
  .ts__toc ul {
    display: none;
  }
}
.ts__toc .current {
  background-color: rgba(93, 148, 244, 0.12);
  color: #08090A;
}
@media (max-width: 991.98px) {
  .ts__toc .current {
    background: transparent;
  }
}
.ts__toc a {
  position: relative;
  color: #535354;
  font-size: 16px;
  line-height: 22px;
  padding: 15px 22px 15px 10px;
  border-radius: 6px;
}
.ts__toc a:hover {
  text-decoration: none;
}
.ts__toc a svg {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.active-toc p:after {
  display: none;
}
@media (max-width: 991.98px) {
  .active-toc ul {
    display: block;
  }
}

.latest-reviews-casinos-s {
  position: sticky;
  left: 0;
  top: 0;
}
.latest-reviews-casinos-s p {
  text-align: left;
  font-weight: 500;
  color: #08090A;
}

.latest-casino-reviews-c {
  padding: 10px 12px;
  border-radius: 12px;
  background-color: #fff;
  -webkit-box-shadow: 0px 14px 60px rgba(179, 190, 214, 0.2);
          box-shadow: 0px 14px 60px rgba(179, 190, 214, 0.2);
}
.latest-casino-reviews-c picture {
  width: 130px;
  height: 80px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}
.latest-casino-reviews-c picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}
.latest-casino-reviews-c .title-lastst-casino {
  font-size: 13px;
  color: #08090A;
  font-weight: 500;
}
.latest-casino-reviews-c .star-rating img {
  width: 16px;
}
.latest-casino-reviews-c .star-rating span {
  font-size: 12px;
  color: #4E545A;
  margin-top: 2px;
}
.latest-casino-reviews-c .star-rating span strong {
  font-size: 14px;
  color: #08090A;
}
.latest-casino-reviews-c .button-green {
  font-size: 14px;
  padding: 12px 10px;
}
.latest-casino-reviews-c .terms-c {
  font-size: 10px;
}

.related-articles p {
  font-weight: 500;
}

.related-articles-c {
  background-color: var(--neutral);
  border-radius: 16px;
  padding: 7px 7px;
  margin-bottom: 14px;
}
.related-articles-c picture {
  position: relative;
  width: 130px;
  height: 95px;
  border-radius: 6px;
  overflow: hidden;
}
.related-articles-c picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}
.related-articles-c a {
  font-size: 14px;
  color: #08090A;
}
.related-articles-c p {
  font-size: 10px;
  line-height: 17px;
  color: #686b82;
}