.sc-rating-wrap {
  width: 100%;
}

.sc-updated {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 16px;
  padding: 9px 14px;
  border: 1px solid rgba(17, 17, 17, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #343434;
  font-size: 14px;
  line-height: 1.2;
}

.sc-updated strong {
  color: #111;
}

.sc-list {
  display: grid;
  gap: 18px;
  width: 100%;
}

.sc-card {
  position: relative;
  display: grid;
  grid-template-columns: 42px 168px minmax(250px, 1fr) minmax(330px, .88fr) 172px;
  gap: 16px;
  align-items: start;
  width: 100%;
  padding: 22px 22px;
  border: 1px solid rgba(196, 240, 18, .28);
  border-radius: 18px;
  background: linear-gradient(145deg, #141414 0%, #202020 58%, #111 100%);
  color: #fff;
  box-shadow: 0 18px 42px rgba(17, 17, 17, .18);
  overflow: hidden;
}

.sc-card--top {
  border-color: rgba(196, 240, 18, .78);
}

.sc-card--top::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #c4f012, #fff27a, #c4f012);
}

.sc-rank {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #c4f012;
  color: #111;
  font-family: var(--font_thunder);
  font-size: 30px;
  line-height: 1;
  box-shadow: 0 10px 26px rgba(196, 240, 18, .24);
}

.sc-media {
  display: grid;
  place-items: center;
  min-height: 88px;
  padding: 12px;
  border-radius: 14px;
  background: #fff;
}

.sc-media img {
  display: block;
  max-width: 142px;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.sc-main {
  min-width: 0;
}

.sc-eyebrow {
  margin-bottom: 6px;
  color: #c4f012;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.sc-main h3 {
  margin: 0 0 8px;
  color: #fff;
  font-family: var(--font_dmsans);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.16;
}

.sc-bonus {
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.sc-features {
  margin-top: 12px;
}

.sc-features .bonus-features {
  display: grid;
  gap: 7px;
}

.sc-features .feature-item,
.sc-features span {
  display: block;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.sc-side {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.sc-rating {
  display: grid;
  justify-items: start;
  gap: 3px;
}

.sc-rating strong {
  color: #fff;
  font-family: var(--font_thunder);
  font-size: 46px;
  font-weight: 400;
  line-height: .88;
}

.sc-rating span {
  margin-left: 46px;
  margin-top: -18px;
  color: rgba(255, 255, 255, .56);
  font-weight: 800;
}

.sc-stars {
  position: relative;
  display: inline-block;
  width: 92px;
  height: 18px;
  font-style: normal;
  line-height: 18px;
}

.sc-stars::before,
.sc-stars::after {
  content: "★★★★★";
  position: absolute;
  inset: 0;
  font-size: 17px;
  letter-spacing: 1px;
}

.sc-stars::before {
  color: rgba(255, 255, 255, .22);
}

.sc-stars::after {
  width: var(--sc-fill, 0%);
  color: #c4f012;
  overflow: hidden;
  white-space: nowrap;
}

.sc-rating small {
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.sc-rating--mobile {
  display: none;
}

.sc-details {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.sc-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.sc-metric {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  background: rgba(255, 255, 255, .06);
}

.sc-metric-icon {
  display: grid;
  flex: 0 0 34px;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(196, 240, 18, .16);
  color: #dfff4a;
  font-size: 11px;
  font-weight: 900;
}

.sc-metric-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.sc-metric-label {
  color: rgba(255, 255, 255, .5);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.sc-metric strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.sc-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.sc-payment,
.sc-promo,
.sc-review,
.sc-extra {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
}

.sc-payment {
  padding: 6px 9px;
}

.sc-extra-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.sc-promo,
.sc-review,
.sc-extra {
  padding: 7px 10px;
}

.sc-review {
  color: #c4f012;
}

.sc-responsible {
  color: rgba(255, 255, 255, .5);
  font-size: 12px;
  line-height: 1.4;
}

.sc-responsible p {
  margin: 0;
  color: rgba(255, 255, 255, .5);
  font-size: 12px;
  line-height: 1.4;
}

.sc-card .sc-cta {
  width: 100%;
  align-self: center;
  padding: 18px 18px;
  background: #c4f012;
  color: #111;
  box-shadow: 0 14px 28px rgba(196, 240, 18, .18);
}

.sc-more {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .sc-card {
    grid-template-columns: 38px 150px minmax(230px, 1fr) 168px;
  }

  .sc-side {
    grid-column: 3 / -1;
    grid-template-columns: 130px minmax(0, 1fr);
    align-items: start;
  }

  .sc-card .sc-cta {
    grid-column: 4;
    grid-row: 1;
  }
}

@media only screen and (max-width: 767px) {
  .hero-area-4 .section-content {
    padding-top: 18px;
  }

  .hero-area-2-inner {
    padding-top: 0;
  }

  .hero-area-4 .section-content .title-wrapper .section-title {
    margin-bottom: 8px !important;
    font-size: 43px;
    line-height: .94;
  }

  .hero-area-4 .section-content .title-wrapper p {
    display: -webkit-box;
    margin: 0;
    max-height: 66px;
    overflow: hidden;
    color: rgba(17, 17, 17, .78);
    font-size: 16px;
    line-height: 22px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .hero-area-4 .section-content__bottom {
    display: block;
    padding-top: 12px;
    padding-bottom: 28px;
  }

  .container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sc-updated {
    margin-bottom: 10px;
    padding: 7px 10px;
    font-size: 12px;
  }

  .sc-list {
    gap: 10px;
  }

  .sc-card {
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 10px 12px;
    padding: 14px;
    border-radius: 16px;
  }

  .sc-card--top::before {
    height: 3px;
  }

  .sc-rank {
    position: absolute;
    top: 10px;
    left: 12px;
    width: 32px;
    height: 32px;
    font-size: 24px;
  }

  .sc-media {
    align-self: center;
    min-height: 58px;
    padding: 8px;
    border-radius: 12px;
  }

  .sc-media img {
    max-width: 84px;
    max-height: 42px;
  }

  .sc-main {
    padding-top: 1px;
  }

  .sc-eyebrow {
    margin-bottom: 5px;
    font-size: 10px;
  }

  .sc-main h3 {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .sc-bonus {
    font-size: 18px;
    line-height: 1.08;
  }

  .sc-features {
    margin-top: 7px;
  }

  .sc-features .bonus-features {
    gap: 3px;
  }

  .sc-features .feature-item,
  .sc-features span {
    font-size: 13px;
    line-height: 1.22;
  }

  .sc-features .feature-item:nth-child(n+3),
  .sc-features span:nth-child(n+3) {
    display: none;
  }

  .sc-side {
    display: none;
  }

  .sc-rating--mobile {
    display: grid;
    margin-top: 7px;
  }

  .sc-rating strong {
    font-size: 34px;
  }

  .sc-rating span {
    margin-left: 36px;
    margin-top: -14px;
    font-size: 13px;
  }

  .sc-stars {
    width: 82px;
    height: 16px;
    line-height: 16px;
  }

  .sc-stars::before,
  .sc-stars::after {
    font-size: 15px;
  }

  .sc-rating small {
    font-size: 10px;
  }

  .sc-card .sc-cta {
    grid-column: 1 / -1;
    padding: 13px 16px;
    min-height: 44px;
    font-size: 15px;
  }

  .sc-more {
    display: block;
    grid-column: 1 / -1;
  }

  .sc-more summary {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border: 1px solid rgba(196, 240, 18, .34);
    border-radius: 14px;
    color: #d7ff2d;
    font-size: 15px;
    font-weight: 900;
    list-style: none;
    cursor: pointer;
  }

  .sc-more summary::-webkit-details-marker {
    display: none;
  }

  .sc-more summary::after {
    content: "+";
    margin-left: 8px;
    font-size: 20px;
    line-height: 1;
  }

  .sc-more[open] summary::after {
    content: "-";
  }

  .sc-more .sc-details {
    margin-top: 10px;
  }

  .sc-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .sc-metric {
    gap: 7px;
    padding: 8px;
  }

  .sc-metric-icon {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
    font-size: 9px;
  }

  .sc-metric-label {
    font-size: 9px;
  }

  .sc-metric strong {
    font-size: 12px;
  }
}

@media only screen and (max-width: 420px) {
  .sc-card {
    grid-template-columns: 92px minmax(0, 1fr);
    padding: 12px;
  }

  .sc-media img {
    max-width: 78px;
  }

  .sc-bonus {
    font-size: 17px;
  }
}
