/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/assets/styles/components/list-casinos.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.cc__badge {
  top: 0;
  right: 0;
}
.cc__divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cc__payment {
  background-color: #E1E1E1;
}

.cl {
  color: var(--dark);
  background-color: var(--light);
}
.cl:first-child {
  color: #fff;
  background-color: #2D2D2D;
}
.cl:first-child .cl__rating span {
  color: var(--light);
}
.cl:first-child .cl__payment {
  background-color: var(--neutral);
}
.cl:first-child .cl__payment__more {
  color: var(--secondary);
}
.cl:first-child .cl__link {
  color: #fff;
}
.cl:first-child .cl__link:hover {
  color: var(--link-hover-color);
}
.cl--ordered {
  counter-reset: item;
}
.cl--ordered .cl {
  counter-increment: item;
}
.cl--ordered .cl::before {
  content: counter(item);
  position: absolute;
  top: -8px;
  left: -11px;
  width: 37px;
  height: 38px;
  color: var(--dark);
  font-size: 18px;
  line-height: 37px;
  font-weight: 900;
  text-align: center;
  z-index: 3;
  background: url("../images/icons/ordered-icon.svg");
}
.cl--ordered .cl:first-child::before {
  width: 43px;
  height: 44px;
  line-height: 43px;
  background-image: url("../images/icons/first-ordered-icon.svg");
}
.cl__rating span {
  color: var(--neutral);
}
.cl__pros {
  line-height: 1.2;
}
.cl__pros li {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.9998 6.88752L9.8998 0.987524C10.0831 0.804191 10.3165 0.712524 10.5998 0.712524C10.8831 0.712524 11.1165 0.804191 11.2998 0.987524C11.4831 1.17086 11.5748 1.40419 11.5748 1.68752C11.5748 1.97086 11.4831 2.20419 11.2998 2.38752L4.6998 8.98752C4.4998 9.18752 4.26647 9.28752 3.9998 9.28752C3.73314 9.28752 3.4998 9.18752 3.2998 8.98752L0.699804 6.38752C0.516471 6.20419 0.424805 5.97086 0.424805 5.68752C0.424805 5.40419 0.516471 5.17086 0.699804 4.98752C0.883138 4.80419 1.11647 4.71252 1.3998 4.71252C1.68314 4.71252 1.91647 4.80419 2.0998 4.98752L3.9998 6.88752Z' fill='%2300B85C'/%3E%3C/svg%3E") no-repeat 0 4px/12px 10px;
}
.cl__payment {
  background-color: #DAE7DA;
}
.cl__payment__more {
  color: var(--primary);
}
.cl__tc {
  background-color: rgba(0, 0, 0, 0.03);
}
.cl:first-child .cl__tc {
  color: var(--light);
  background-color: rgba(0, 0, 0, 0.2);
}

.lt__name {
  min-width: 170px;
}
.lt__bonus {
  min-width: 250px;
}
.lt .btn {
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .cl--ordered .cl:first-child .cl__bonus,
  .cl--ordered .cl:first-child .cl__pros {
    border-bottom-color: var(--neutral);
  }
  .cl__bonus {
    border-bottom: 1px solid var(--light);
  }
  .cl__pros {
    border-bottom: 1px solid var(--light);
  }
}
