.review-versus-card {
  position: relative;
  min-height: 3rem;
  padding: 0 .75rem;
  margin-bottom: 2rem;
  overflow: hidden;
  color: #6e6f71;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 1rem;
  box-shadow: 0 2px 6px rgba(1, 90, 163, .3176470588235294);
  transition: none;
}
.card__content--first {
  padding: .75rem 0;
}
.card__content--second {
  padding: .75rem 0;
  background-color: #f8fbff;
}
/* Card Ratings */
.review-versus-card__card {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  margin: 10px 0 0 0;
  padding: 0 12px;
}
.rvc__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: .75rem;
  margin-bottom: 0;
}
.rvc__logo--wrapper {
  width: 30%;
}
.rvc__logo {
  width: auto;
  max-width: 80px;
}
.rvc__title {
  display: flex;
  width: 53%;
  font-size: 18px;
  margin: 0;
  letter-spacing: -.022em;
  font-weight: 600;
  font-style: normal;
  font-family: Inter, sans-serif;
  line-height: .8;
  color: #343535;
}
.rvc__body-rating {
  width: 30%;
  align-items: flex-start;
}
.rvc__body-title {
  font-size: 42px;
  line-height: 1;
  margin: 0 0 .5rem 0;
  font-weight: 700;
  color: #333;
}
.rvc__body-title--small {
  font-size: 1.125rem;
  color: #333;
  font-weight: 700;
  margin: 0;
}
/* Star Rating */
.review-versus-card__card .star-rating {
  width: 85px;
  height: 16px;
  margin-bottom: 0;
  margin-right: 0;
  background-image: none;
}
.review-versus-card__card .star-rating__rating {
  height: 100%;
  display: flex;
  gap: 1px;
  white-space: nowrap;
}
.review-versus-card__card .star-icon-wrapper {
  position: relative;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-versus-card__card .star-icon-wrapper::before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  right: -1px;
  background-color: #fff;
  top: 0;
  z-index: 1;
}
.review-versus-card__card .star-rating svg.star {
  background-color: transparent;
  height: 8px;
  width: 8px;
  fill: #fff;
}

.rvc__body-votes {
  margin: .5rem 0 0;
  font-size: .875rem;
}
/* Bars */
.rvc__body-bars {
  width: 53%;
}
.review-versus-card__card .reviews-filters__row {
  gap: 4px;
  margin: 5px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: initial;
}
.review-versus-card__card .reviews-filters__row label {
  min-width: 70px;
  font-size: .875rem;
  position: relative;
  cursor: initial;
}
.review-versus-card__card .reviews-filters__bar-container {
  position: relative;
  width: 100%;
  height: 8px;
  background-color: #ddd;
  border-radius: 6px;
  overflow: hidden;
  cursor: initial;
}
.review-versus-card__card .reviews-filters__bar {
  height: 100%;
}
/* Colors */
.star-filled-1 {
  background-color: #ff3722;
}
.star-filled-2 {
  background-color: #ff8622;
}
.star-filled-3 {
  background-color: #ffce00;
}
.star-filled-4 {
  background-color: #73cf11;
}
.star-filled-5 {
  background-color: #00b67a;
}
/* .review-versus-card__card .reviews-filters__score {
  display: none;
  min-width: 30px;
  font-size: .75rem;
  text-align: right;
} */
/* Button CTA */
.rvc__cta {
  width: 100%;
  padding: 12px;
}
.rvc__cta a {
  border-radius: 8px;
  margin-top: .875rem;
  margin-bottom: .875rem;
}

/* Reviews */
.card__content .reviews-filters-a {
  width: 100%;
  border: none;
  border-radius: 12px;
  margin: 0;
  padding: 6px 12px;
}
.card__content .reviews__comment .show-more__content--hidden,
.card__content .reviews__comment .show-more__content {
  font-size: .875rem;
}
.card__content .review-title {
  position: relative;
  margin: 2rem 0 0 0;
  padding-left: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -.014em;
  /* color: #58595b; */
  color: #015aa3;
}

/* Separator horizontal */
.card__content .review-title::after {
  position: absolute;
  content: '';
  width: 50%;
  height: 2px;
  left: 25%;
  top: -1rem;
  border-top: 1px solid #d8d8db;
}

@media screen and (min-width: 576px) {
  .review-versus-card {
    padding: 1px 1px 0;
    border-radius: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .card__content--second {
    background-color: #fff;
  }
  .card__content--first .review-versus-card__card {
    padding: 0 0 0 12px;
  }
  .card__content--second .review-versus-card__card {
    padding: 0 12px 0 0;
  }
  .rvc__logo {
    width: auto;
    max-width: 100px;
  }
  /* Button CTA */
  .card__content--first .rvc__cta  {
    padding: 12px 0 0 12px;
  }
  .card__content--second .rvc__cta  {
    padding: 12px 12px 0 0;
  }
  /* Reviews */
  .card__content--first .reviews-filters-a {
    padding: 6px 0 12px 12px;
  }
  .card__content--second .reviews-filters-a {
    padding: 6px 12px 12px 0;
  }
  .card__content .card__content--second .review-title {
    padding-left: 0;
  }
  /* Separator */
  .review-versus-card::after {
    position: absolute;
    border-left: 1px solid #f2f3f7;
    content: '';
    height: calc(100% - 4rem);
    width: 2px;
    top: 2rem;
    left: 50%;
  }
}

@media screen and (min-width: 991px) {
  .rvc__logo {
    width: auto;
    max-width: 120px;
  }
}

/* Orders */
.order-xs-1 {
  order: 1;
}
.order-xs-2 {
  order: 2;
}
.order-xs-3 {
  order: 3;
}
.order-xs-4 {
  order: 4;
}
.order-xs-5 {
  order: 5;
}
.order-xs-6 {
  order: 6;
}
.order-xs-7 {
  order: 7;
}
.order-xs-8 {
  order: 8;
}
@media screen and (min-width: 768px) {
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
}
