.versus-scroll-wrapper {
  max-height: calc(54px * 7); /* approx height for 7 rows */
  overflow-y: auto;
  border: 1px solid #eee;
  border-radius: 8px;
}
.versus-scroll-wrapper::-webkit-scrollbar {
  width: 6px;
}
.versus-scroll-wrapper::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}




    .image-wrapper {
  height: 226px;
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.gameBtn {
  margin-top: auto;
  white-space: normal;
  min-height: 3rem;
}


    .card.card--custom {
  height: 100%; /* if inside fixed-height container */
  min-height: 350px; /* set a sensible minimum */
  min-height: 320px;
  display: flex;
  flex-direction: column;
}

.card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}




    .card .card-body {
        padding: 0 0 0 0 !important;
    }
    .gameBtn{
          border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
    margin-top: auto;
  white-space: normal; /* allows wrapping */
  min-height: 3rem;    /* ensures uniform height */
  display: inline-block;
    }
.col-8{
    width:100%;
}

    .reviews-details .reviews-details__area .reviews-details__part .pro__card:after {

    content: "";

    position: absolute;

    top: 24px;

    left: 45% !important;

    width: 3px;

    height: 85%;

    border-right: 0px dashed #C1C4CC !important;

}



  .rating-list {

    list-style: none;

    padding-left: 0;

  }

  .rating-list li {

    margin-bottom: 5px;

    font-size: 16px;

  }

  .rating-list li i{

color: #fcb650;

  }

  .progress-area__part {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 10px;

  }

  .prog-bar {

    background: #EBECEF !important ;

    height: 8px;

    flex-grow: 1;

    border-radius: 20px;

    overflow: hidden;

  }

  .prog-percentage {

    background: #fcb650 !important;

    /*height: 100%;*/

    height: 12px !important

    border-radius: 20px;

    transition: width 0.3s ease;

  }

  .bi.bi-star-fill.star-active {

    color: #fcb650;

  }

.star_review {

    display: flex;

    gap: 2px;

}



.star-wrapper {

    position: relative;

    width: 24px;

    height: 24px;

    display: inline-block;

}



.star-bg,

.star-fill {

    font-size: 24px;

    position: absolute;

    top: 0;

    left: 0;

    line-height: 1;

}



.star-bg {

    color: #ddd;

}



.star-fill {

    color: #f5c518;

    overflow: hidden;

    white-space: nowrap;

    transition: width 0.4s ease-in-out;

}


 .card--secondary {
      display: flex;
      flex-direction: column;
      height: 100%;
      background-color: #f4f4f4 !important;
    }

    .card--secondary__content {
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    .card--secondary__content h4 {
      margin-bottom: 10px;
    }

    .card--secondary__content .btn_theme {
      margin-top: auto;
    }

    .summary-line {
      font-size: 0.85rem;
      display: flex;
      align-items: flex-start;
      gap: 0.5rem;
      flex-shrink: 0;
      margin-bottom: 0.5rem;
    }

    .summary-line i {
      font-size: 1rem;
      margin-top: 2px;
      flex-shrink: 0;
    }

    .summary-line p {
      margin: 0;
      flex: 1;
     font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    text-align: justify;
    padding-right: 15px;
    }

    .col-1-4 {
      width: 33%;
      padding: 15px;
    }

    @media (max-width: 1200px) {
      .col-1-4 {
        width: 33.3333%;
      }
    }

    @media (max-width: 768px) {
      .col-1-4 {
        width: 50%;
      }
    }

    @media (max-width: 576px) {
      .col-1-4 {
        width: 100%;
      }
    }
    
    
     .nice-select .option {
    color: black;
    text-transform: capitalize;
    background-color: white;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #f6f6f6!important;
    color: black !important;
}
.nice-select .list {
    background: white;
    width: 100%;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff !important;
    border-radius: 5px !important;
    border: solid 1px #e8e8e8 !important;
}
 .star_review {
    display: flex;
    gap: 2px;
}

.star-wrapper {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.star-bg,
.star-fill {
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
}

.star-bg {
    color: #ddd;
}

.star-fill {
    color: #f5c518;
    overflow: hidden;
    white-space: nowrap;
    transition: width 0.4s ease-in-out;
}


  .image-wrapper {
  height: 226px;
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.gameBtn {
  margin-top: auto;
  white-space: normal;
  min-height: 3rem;
}


    .card.card--custom {
  height: 100%; /* if inside fixed-height container */
  min-height: 350px; /* set a sensible minimu */
  min-height: 320px;
  display: flex;
  flex-direction: column;
}

.card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}




    .card .card-body {
        padding: 0 0 0 0 !important;
    }
    .gameBtn{
          border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
    margin-top: auto;
  white-space: normal; /* allows wrapping */
  min-height: 3rem;    /* ensures uniform height */
  display: inline-block;
    }
.col-8{
    width:100%;
}

    .reviews-details .reviews-details__area .reviews-details__part .pro__card:after {

    content: "";

    position: absolute;

    top: 24px;

    left: 45% !important;

    width: 3px;

    height: 85%;

    border-right: 0px dashed #C1C4CC !important;

}



  .rating-list {

    list-style: none;

    padding-left: 0;

  }

  .rating-list li {

    margin-bottom: 5px;

    font-size: 16px;

  }

  .rating-list li i{

color: #fcb650;

  }

  .progress-area__part {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 10px;

  }

  .prog-bar {

    background: #EBECEF !important ;

    height: 8px;

    flex-grow: 1;

    border-radius: 20px;

    overflow: hidden;

  }

  .prog-percentage {

    background: #fcb650 !important;

    /*height: 100%;*/

    height: 12px !important

    border-radius: 20px;

    transition: width 0.3s ease;

  }

  .bi.bi-star-fill.star-active {

    color: #fcb650;

  }

.star_review {

    display: flex;

    gap: 2px;

}



.star-wrapper {

    position: relative;

    width: 24px;

    height: 24px;

    display: inline-block;

}



.star-bg,

.star-fill {

    font-size: 24px;

    position: absolute;

    top: 0;

    left: 0;

    line-height: 1;

}



.star-bg {

    color: #ddd;

}



.star-fill {

    color: #f5c518;

    overflow: hidden;

    white-space: nowrap;

    transition: width 0.4s ease-in-out;

}

.ratio-10x4 {
  position: relative;
  width: 100%;
  padding-top: 40%; /* 4/10 = 0.4 = 40% */
  overflow: hidden;
}

.card-set {
    gap: 0px !important;
    padding: 0px !important;
}
.ratio-10x4 img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-set .card-body{
        padding: 0 0 0 0 !important;
}
.btn-set {
border-radius: 0px !important;
}