.toplist {
  margin-bottom: 2rem;
}

.toplist-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0;
  background-color: #ededed;
  border-radius: 0.5rem;
  /* box-shadow: 0px 0px 8px -2px #00000047; */
}

.logo-container-outlink {
  width: 20%;
}

.logo-container {
  background-image: linear-gradient(30deg, #2e1b3a, #2d1857);
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.logo-container-logo {
  /* margin: auto; */
  /* width: 75%; */
  /* height: 76px; */
  width: 75%;
  height: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.stars-outer-mobile {
  font-size: 0.6rem;
}

.review-link-mobile {

}
.review-link-mobile p {
  font-size: 0.6rem;
  margin: 0.2rem;
}

.toplist-details-wrapper {
  width: 80%;
}

.toplist-details-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1rem;
}

.toplist-col {
  padding: 0.5rem;
}

.toplist-col-bonus {
  width: 45%;
  display: flex;
  justify-content: space-around;
  font-size: 1.3em;
}

.toplist-col-bonus__inner {
  padding-left: 0.4rem;
}

.toplist-bonus {
  color: #281646;
}
.toplist-bonus-label {
  font-size: 1.6rem;
  display: block;
  font-weight: normal;
}

.toplist-freespins {
  color: #281646;
  text-align: center;
}
.toplist-freespins-val {
  font-weight: bold;
}
.toplist-col-bullets {
  width: 35%;
  display: none;
}

.toplist-bullet-list {
  margin: 0;
  /* list-style: none; */
}

.bullet {
  font-size: 0.7rem;
}


.toplist-col-review {
  width: 30%;
  text-align: center;
  font-size: 1.2em;
  order: -1;
}

.list-item-rating {
  margin: 0;
  color: orange;
}

.toplist-col-cta {
  width: 20%;
  text-align: center;
  background-image: linear-gradient(90deg, #3c1a7c, #443266);
  border-radius: 0.5rem;
  padding: 0.8rem 0.5rem;
  margin: 1rem;
  animation-name: gradient;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.cta-a {
  color: white !important;
  font-size: 1.2em;
}

.toplist-terms-row {
  background-color: #cfcfcf70;
  font-size: 0.6rem;
  padding: 0.2rem;
  padding-left: 0.4rem;
  border-bottom-right-radius: 0.5rem;
}
/* .toplist-terms-row-text {
  color: white !important;
} */

/* toplist filters */
.toplist-filters {
	white-space: nowrap;
	overflow: auto;
}
.top-list-button-container {
	display: block;
}
.toplist-button {
	display: inline-block;
	padding: 0.4rem 1.5rem;
	line-height: 1.5;
	border-radius: 0.5rem;
  color: #ffffff;
  font-weight: bold;
	background-color: #281646;
  transition: all linear 0.2s;
  margin: 0.5rem 0.3rem;
}
.toplist-button:hover {
  background-color: #564177;
  color: white !important;
  box-shadow: 0 0 6px -2px #00000057;
}
.toplist-button:hover > .toplist-button-text {
  color: white !important;
  text-decoration: none;
}
.toplist-button:hover > svg {
	color: #281646 !important;
}
.toplist-button-text {
	color: white !important;
  text-decoration: none;
  padding-left: 0.2rem;
	transition: all linear 0.2s;
}
.toplist-button-text:visited {
	color: #f8f9fa;
}
.toplist-terms-row-text {
  font-size: 0.9rem;
  padding: 0.4rem;
  margin: 0;
  color: #717171;
}
.toplist-terms-row-text a {
  color: #646464;
}
.toplist-terms-row-text a:visited {
  color: #646464;
}

@keyframes gradient {
  0% {
    filter: saturate(100%);
 }
  50% {
    filter: saturate(165%);
 }
  100% {
    filter: saturate(100%);
 }
}

@media screen and (max-width: 768px) {
  .logo-container-outlink {
    width: 100%;
  }
  .logo-container-logo {
    height: 8rem;
  }
  .logo-container-logo {
    width: 50%;
    margin: 0.5rem;
  }
  .toplist-details-row {
    flex-wrap: wrap;
  }
  .toplist-details-wrapper {
    width: 100%;
  }
  .toplist-col-bonus {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding-top: 0.6rem !important;
    order: -1;
  }
  .toplist-col-bullets {
    width: fit-content;
    order: 1;
    margin: 0 auto;
  }
  .toplist-col-review {
    width: 100%;
    order: 1;
    padding-top: 0.6rem !important;
  }
  .toplist-col {
    padding: 0;
  }
  .toplist-col-cta {
    width: 100%;
    order: 2;
  }
  .cta-a {
    display: block;
    padding: 0.8rem;
  }
  .logo-container {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .toplist-terms-row {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .toplist-terms-row-text {
    text-align: center;
    display: block;
    width: 100%;
  }
}
