.listing {
  padding-top: 48px;
  padding-bottom: 150px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.card {
  width: 100%;
  border-radius: 16px;
  display: flex;
}
.start {
  width: 252px;
  background: #000;
  border: 1px solid #282740;
  border-bottom: none;
  border-right: none;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  display: flex;
  flex-direction: column;
}
.start_with_label {
  gap: 16px;
}
.start_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-bottom: 20px;
  height: 100%;
  justify-content: center;
}
.rank {
  display: flex;
  align-items: center;
}
.rank_num {
  width: 40px;
  height: 40px;
  border-top-left-radius: 16px;
  background-color: #fff;
  color: #f37130;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0em;
}
.rank .text {
  padding-inline: 8px;
  height: 40px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0em;
}
.mid {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mid img {
  width: 166px;
  height: 109px;
  object-fit: contain;
}
.score {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.score .text {
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: 0em;
  color: #fff;
}
.score_num {
  font-size: 40px;
  font-weight: 700;
  line-height: 49px;
  letter-spacing: 0em;
  color: #282740;
}
.center {
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding: 16px 0px 16px 16px;
  width: calc(100% - 471px);
  background-color: #fff;
  border: 1px solid #282740;
  border-left: none;
  border-right: none;
}
.title h3 {
  margin: 0px;
  color: #282740;
  font-size: 27px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0em;
  word-break: break-word;
}
.title span {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  gap: 5px;
}
.pros {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-auto-rows: auto;
  column-gap: 0px;
  row-gap: 8px;
}
.pros div {
  display: flex;
  align-items: start;
  gap: 8px;
}
.pros p {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  color: #282740;
  word-break: break-word;
  margin: 0px;
}
.pros span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #04b800;
  display: inline-flex;
}
.end {
  background: #efeff5;
  padding: 10px 16px;
  width: 219px;
  border: 1px solid #282740;
  border-left: none;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.end:has(.promo_container){
  gap: 20px;
}

.rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.rating span {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
}

.rating .star,
.rating .star::before {
  content: " ";
  min-height: 20px;
  min-width: 20px;
  max-width: 100px;
  background-size: 20px;
  background-position-x: left;
  background-position-y: top;
  display: block;
  color: transparent;
}

.rating .star {
  width: 100px;
  background-image: url("../images/icons/star2.svg%3Fv=1.0.0");
}

.rating .star::before {
  margin: 0;
  padding: 0;
  background-image: url("../images/icons/star.svg%3Fv=1.0.0");
}

.rating .star[data-rating="1"]::before {
  width: 20px;
}

.rating .star[data-rating="1.5"]::before {
  width: 30px;
}

.rating .star[data-rating="2"]::before {
  width: 40px;
}

.rating .star[data-rating="2.5"]::before {
  width: 50px;
}

.rating .star[data-rating="3"]::before {
  width: 60px;
}

.rating .star[data-rating="3.5"]::before {
  width: 70px;
}

.rating .star[data-rating="4"]::before {
  width: 80px;
}

.rating .star[data-rating="4.5"]::before {
  width: 90px;
}

.rating .star[data-rating="5"]::before {
  width: 100px;
}

@media (max-width: 1000px) {
  .rating .star,
  .rating .star::before {
    min-height: 16px;
    min-width: 16px;
    max-width: 80px;
    background-size: 16px;
  }
  .rating .star {
    width: 80px;
  }
  .rating .star[data-rating="1"]::before {
    width: 16px;
  }
  .rating .star[data-rating="1.5"]::before {
    width: 24px;
  }
  .rating .star[data-rating="2"]::before {
    width: 31px;
  }
  .rating .star[data-rating="2.5"]::before {
    width: 40px;
  }
  .rating .star[data-rating="3"]::before {
    width: 48px;
  }
  .rating .star[data-rating="3.5"]::before {
    width: 56px;
  }
  .rating .star[data-rating="4"]::before {
    width: 63px;
  }
  .rating .star[data-rating="4.5"]::before {
    width: 72px;
  }
  .rating .star[data-rating="5"]::before {
    width: 80px;
  }
}

.btn {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.btn a {
  width: 187px;
  border-radius: 12px;
  padding: 16px 0px;
  background: linear-gradient(0deg, #df4b00 0%, #f50 100%);
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.btn span {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  gap: 5px;
}
.help {
  position: relative;
  cursor: pointer;
}

.help_text {
  display: none;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  padding-inline: 10px;
  padding-block: 20px;
  min-width: 300px;
  background-color: #282740;
  color: #fff;
  border-radius: 8px;
}

.help:hover .help_text,
.help_text:hover {
  display: block;
  z-index: 2;
}
.brand_name {
  color: #282740;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  margin-bottom: 4px;
}
.rating_desk_none {
  display: none;
}
@media (max-width: 1000px) {
  .rating_desk_none {
    display: flex;
    gap: 2px;
  }
  .desk_none {
    display: flex;
  }
  .center,
  .rating_mb_none {
    display: none;
  }
  .listing {
    padding-top: 16px;
    gap: 10px;
    align-items: center;
  }
  .card {
    width: 343px;
    justify-content: center;
  }
  .start {
    gap: 0px;
    position: relative;
    justify-content: center;
    width: 170px;
  }
  .start_bottom {
    padding-bottom: 13px;
    gap: 12px;
  }
  .brand_name {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    margin-bottom: 0px;
  }
  .rank {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .end {
    padding-top: 12px;
    padding-inline: 8px;
    padding-bottom: 8px;
    gap: 12px;
    background-color: #fff;
    border-bottom-color: #282740;
  }
  .title {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 4px;
  }
  .title h3 {
    color: #282740;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
  .title span {
    font-weight: 300;
  }
  .score {
    flex-direction: column-reverse;
    gap: 0px;
  }
  .mid.mid_with_label {
    padding-top: 32px;
  }
  .mid a {
    height: 76px;
    width: 109px;
  }
  .mid img {
    width: 100%;
    height: 100%;
  }
  .btn {
    gap: 4px;
  }
  .btn a {
    min-width: 100%;
    width: auto;
    padding: 8px;
  }
  .btn span {
    font-weight: 300;
  }
  .btn p {
    margin: 0px;
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .score_num {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }
  .rank_num {
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .rank .text {
    width: 80%;
    padding-inline: 5px;
    height: 24px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .help_text {
    min-width: auto;
    left: 0%;
    transform: translateX(-60%);
  }
}

@media (max-width: 375px) {
  .card {
    width: 100%;
  }
}
.promo_container {
  width: calc(100% - 24px);
  margin-top: 4px;
}
.promo_text {
  margin: 0px;
  padding-bottom: 4px;
  color: #000;
  font-size: 12px;
  font-weight: 600;
}
.promo {
  display: flex;
  height: 34px;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  border-width: 1px;
  border-style: dashed;
}
.promo_code {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  padding-inline: 8px;
}
.promo_btn {
  min-width: 75px;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 8px;
  color: #fff;
  font-size: 11px;
  word-wrap: nowrap;
  word-break: keep-all;
  font-weight: 600;
  line-height: 16px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .promo_container {
    width: 100%;
  }
}
