@charset "UTF-8";
/*NULL*/
/**
 * Style: cc/neve
 */
body {
  font: 100% "Poppins", Helvetica, sans-serif;
}

.toplist {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 760px) and (max-width: 1000px) {
  .toplist {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.toplist h1 {
  width: 100%;
}
@media (max-width: 1000px) {
  .toplist h1 {
    font-size: 28px;
    text-align: center;
  }
}
.toplist__element {
  width: 100%;
  box-shadow: 0px 2px 10px 6px rgba(0.1, 0.1, 0.1, 0.3);
  border-radius: 20px;
  border: 1px solid #00872e;
}
@media (min-width: 760px) and (max-width: 1000px) {
  .toplist__element {
    width: 48.6%;
  }
}
.toplist__row {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-items: center;
}
.toplist__top-row {
  position: relative;
}
.toplist__rank {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
}
.toplist__title {
  font-weight: bold;
  color: #ffffff;
  box-sizing: border-box;
  padding-right: 100px;
}
@media (max-width: 400px) {
  .toplist__title {
    padding-right: 15px;
  }
}
.toplist__ribbon {
  font-size: 18px;
  padding: 0 12px;
  height: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 5px;
}
@media (max-width: 400px) {
  .toplist__ribbon {
    top: 48px;
  }
}
@media (max-width: 1000px) {
  .toplist__ribbon {
    top: 12px;
    left: 12px;
  }
}
.toplist__ribbon.opt-exc {
  background-color: #BC9E04;
}
.toplist__ribbon.opt-bon {
  background-color: #3F9407;
}
.toplist__ribbon.opt-new {
  background-color: #05b900;
}
.toplist__ribbon.opt-hot {
  background-color: #9B0710;
}
.toplist__ribbon.opt-cho {
  background-color: #0C9BBA;
}
.toplist__ribbon.opt-ins {
  background-color: #00f;
}
.toplist__ribbon.opt-pla {
  background-color: #21b715;
}
.toplist__mid-row {
  padding: 20px;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .toplist__mid-row {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 1000px) {
  .toplist__mid-row-logo {
    padding: 0;
  }
}
@media (min-width: 1001px) {
  .toplist__mid-row-logo {
    padding: 0;
  }
}
.toplist__logo-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 120px;
  min-width: 280px;
  border-radius: 18px 0 0 18px;
}
@media (max-width: 1000px) {
  .toplist__logo-column {
    width: 100%;
    align-items: center;
    border-radius: 18px 18px 0 0;
  }
}
.toplist__logo img {
  display: block;
  object-fit: cover;
  width: 280px;
  height: 140px;
}
@media (min-width: 1001px) {
  .toplist__logo img {
    border-radius: 18px 0 0 18px;
  }
}
@media (max-width: 1000px) {
  .toplist__logo img {
    width: 100%;
    height: auto;
    border-radius: 18px 18px 0 0;
  }
}
.toplist__rating {
  font-size: 20px;
  line-height: 100%;
  display: flex;
  justify-content: center;
}
.toplist__rating::before {
  content: "★★★★★";
  letter-spacing: 3px;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, right top, from(#fed42d), to(#dedede));
  background: linear-gradient(90deg, #fed42d calc(var(--rating) / 5 * 100%), #dedede calc(var(--rating) / 5 * 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1000px) {
  .toplist__rating {
    font-size: 30px;
    width: none;
  }
}
@media (min-width: 1001px) and (max-width: 1100px) {
  .toplist__rating {
    display: none;
  }
}
.toplist__oneliner {
  width: 320px;
  min-height: 66px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  border-radius: 5px;
  padding: 10px;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .toplist__oneliner {
    width: 100%;
    font-size: 25px;
    padding: 0 20px;
  }
}
.toplist__usp {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  gap: 5px;
  line-height: 140%;
  flex: 1;
  margin: 0;
  min-width: 280px;
  --listpad: 0;
}
@media (max-width: 1000px) {
  .toplist__usp {
    width: 100%;
    padding: 0 20px;
  }
}
@media (min-width: 1001px) {
  .toplist__usp {
    font-size: 0.9rem;
  }
}
.toplist__usp li {
  margin: 0;
}
.toplist__usp ul {
  margin: 0;
}
.toplist ul {
  margin: 0;
}
@media (min-width: 1001px) {
  .toplist__cta-wrapper {
    padding: 20px;
  }
}
.toplist__cta {
  width: 160px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .toplist__cta {
    width: 220px;
  }
}
.toplist__cta a {
  display: block;
  text-decoration: none;
  border-radius: 5px;
  padding: 8px;
  background-color: #3eb44a;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
.toplist__cta a:link, .toplist__cta a:visited {
  color: #ffffff;
}
.toplist__cta a:hover {
  background-color: #3CB449;
  color: #ffffff;
}
.toplist__cta a:active {
  color: #ffffff;
}
@media (max-width: 1000px) {
  .toplist__cta a {
    font-size: 24px;
    line-height: 55px;
  }
}
.toplist__payment-provider {
  display: block;
  width: 100%;
  margin-top: 16px;
  text-align: center;
}
.toplist__payment-provider img {
  display: none;
}
.toplist__payment-provider img:nth-child(-n+3) {
  display: inline-block;
}
.toplist__payment-provider img {
  height: 23px;
}
@media (max-width: 1000px) {
  .toplist__payment-provider {
    margin-top: 22px;
    padding-bottom: 20px;
  }
  .toplist__payment-provider img {
    height: 23px;
    display: inline-block;
  }
}
@media (min-width: 1001px) {
  .toplist__usp ul {
    padding-left: 0;
  }
}
.toplist__usp.toplist__usp li {
  margin-bottom: 0;
}
.toplist__usp li::before {
  display: none;
}

.cta-simple {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0.5rem auto;
  gap: 0.7rem;
  padding: 0.7rem;
  max-width: 500px;
}
.cta-simple-oneliner {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
.cta-simple-cta {
  width: 90%;
}
.cta-simple-tnc {
  text-align: center;
  font-size: 0.8rem;
}

/*# sourceMappingURL=default.css.map */
