/* Betting Platforms Section */
.table-header {
  font-weight: 700;
  line-height: normal;
  font-size: 14px;
  position: relative;
  border-radius: 16px 16px 0px 0px;
  background: rgba(36, 0, 108, 0.8);
  color: #FFFFFF;
  margin-bottom: 6px;
  padding: 11px 10px 13px;
  display: flex;
  align-items: center;
}
.table-header .column-label {
  width: 100%;
  text-align: center;
  font-weight: 600;
  flex: 1;
}
.table-header .column-label.brand {
  flex: 1;
}
.table-header .column-label.bonus {
  flex: 1;
}
.table-header .column-label.score {
  flex: 1;
}
.table-header .column-label.payment {
  flex: 1;
}
.table-header .column-label.action {
  flex: 1;
}
.betting-card {
  font-family: 'Inter', sans-serif;
  background: rgba(94, 53, 177, 0.8);
  width: 100%;
  margin-bottom: 7px;
  border: none;
  position: relative;
  transition: all 0.3s ease;
}

.betting-card:hover {
  transform: translateY(-3px);
  box-shadow: rgba(94, 53, 177, 0.5) 0px 5px 15px;
}

.betting-card:last-child {
  margin-bottom: 0;
}

.betting-card.final-group,
.platforms-grid .betting-card:last-of-type {
  border: none;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}

.betting-platforms-wrapper .desktop-view {
 display: none;
}
.card-layout {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.rank-indicator {
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: rgba(94, 53, 177, 0.8);
}

.rank-indicator span {
  color: #FF8D35;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.50);
  font-size: 14px;
  font-weight: 800;
  line-height: normal;
}

.rank-indicator.featured {
  background: linear-gradient(#FF8D35, #F01111);
}
.rank-indicator.featured span {
  color: #FFFFFF;
}
.card-content {
  width: calc(100% - 25px);
  display: flex;
  flex-direction: column;
}
.category-heading h2 {
  line-height: normal;
  font-size: 16px;
  color: #FFFFFF;
  padding: 21px 10px 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
}

.platforms-grid .category-heading:first-of-type {
  display: none;
}

.promo-badge {
  font-family: 'Inter', sans-serif;
  background: #F01111;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  padding: 6px 19px 6px 4px;
  border: none;
  border-radius: 0px 0px 8px 0px;
  box-shadow: 0 4px 15px rgba(240, 17, 17, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.platform-info {
  width: 100%;
  background: rgba(36, 0, 108, 0.6);
  color: #FFFFFF;
  border: none;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
}

.platform-info .info-left,
.platform-info .info-right {
  flex: 1;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 16px 0 5px;
}

.platform-info .info-right {
  border-radius: 16px 0px 0px 16px;
  background: rgba(94, 53, 177, 0.4);
}

.terms-notice {
  margin-top: 3px;
  padding: 0 20px 12px;
  color: #B3B3B3;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
}

.betting-card .brand-container {
  border: none;
  border-radius: 16px;
  height: 100%;
  background: #5E35B1;
}

.betting-card .brand-container a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-image {
  width: 140px;
  height: 50px;
}

.brand-image a {
  font-size: 0;
}

.brand-image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.score-display {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.score-display .score-value {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.score-display .star-rating {
  color: #FFCB0F;
  font-size: 18px;
    position: relative;
  display: inline-block;
  color: transparent;
}

.score-display .user-feedback,
.deposit-info {
  color: #B3B3B3;
  font-size: 10px;
  font-weight: 600;
  line-height: 18px;
}

.score-display .user-feedback {
  color: #B3B3B3;
  font-size: 10px;
  font-weight: 600;
  line-height: 18px;
}
.deposit-info {
  text-align: center;
  padding-top: 5px;
  color: #B3B3B3;
}

.star-rating:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  color: #d3d3d3;
}

.star-rating:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  color: #ffcb0f;
  overflow: hidden;
}

.rating-100:after {
  width: 100%;
}

.rating-95:after {
  width: 95%;
}

.rating-90:after {
  width: 90%;
}

.rating-85:after {
  width: 85%;
}

.rating-80:after {
  width: 80%;
}

.rating-75:after {
  width: 75%;
}

.rating-70:after {
  width: 70%;
}

.rating-65:after {
  width: 65%;
}

.rating-60:after {
  width: 60%;
}

.rating-55:after {
  width: 55%;
}

.rating-50:after {
  width: 50%;
}

.rating-40:after {
  width: 40%;
}

.rating-45:after {
  width: 45%;
}

.rating-35:after {
  width: 35%;
}

.rating-30:after {
  width: 30%;
}

.rating-25:after {
  width: 25%;
}

.rating-20:after {
  width: 20%;
}

.rating-15:after {
  width: 15%;
}

.rating-10:after {
  width: 10%;
}

.bonus-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bonus-details .bonus-text {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 10px;
}

.bonus-details .bonus-text .bonus-terms {
  font-size: 12px;
  color: #B3B3B3;
}

/* Payment Methods */
.payment-icons {
  display: flex;
  gap: 4px 5px;
  flex-wrap: wrap;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  padding: 4px 0;
  width: 100%;
  max-width: 120px;
}

.payment-icons .payment-method {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f0f0f0;
  position: relative;
}

.payment-icons .payment-method img {
  object-fit: contain;
  width: 100%;
  height: 100%
}

.payment-icons .payment-method.expand-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #070759;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.payment-icons[data-state="expanded"] {
  overflow: visible;
}

.payment-icons .payment-method.expand-btn.hidden {
  display: none;
}

@media (min-width: 412px) {
  .brand-image {
    width: 150px;
  }

  .rank-indicator {
    width: 31px;
  }
  .card-content {
    width: calc(100% - 31px);
  }
}


@media (min-width: 600px) {
  .platform-info .info-left {
    flex-direction: row;
    justify-content: space-evenly;
    flex: 2;
  }
  .mobile-view .table-header {
    display: none;
  }
  .betting-card {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .platform-info {
    background: rgba(94, 53, 177, 0.5);
  }
  .rank-indicator{
    border: none;
    border-right: 2px solid rgba(36, 0, 108, 0.8);
  }
  .platform-info .info-left {
    flex: 1;
  }

  .platform-info .info-right {
    flex-direction: row;
    justify-content: space-evenly;
  }

  .table-header {
    padding: 11px 11px 13px 34px;
  }
}

@media (min-width: 1280px) {
  .betting-platforms-wrapper .desktop-view {
    display: block;
  }

  .table-header {
    gap: 0px 40px;
    font-size: 16px;
    padding: 15px 20px 13px 65px;
  }

  .betting-platforms-wrapper .mobile-view {
    display: none;
  }
  .brand-image {
    width: 208px;
    height: 80px;
  }
  .platform-info {
    gap: 50px;
  }
  .bonus-details .bonus-text {
    font-size: 24px;
    color: #FFFFFF;
  }
  .bonus-details .bonus-text .bonus-terms{
    font-size: 22px;
  }
  .platform-info .info-left,
  .platform-info .info-right {
    padding: 0;
    min-height: 165px;
  }
  .betting-card .brand-container {
    width: 270px;
    border-radius: 0 16px 16px 0;
    background: #5E35B1;
  }
  .betting-card .brand-container a {
    padding: 24px 0 20px;
  }
  .bonus-details {
    padding: 24px 0 20px;
  }
  .platform-info .info-left {
    justify-content: space-between;
  }
  .bonus-details {
    width: 250px;
  }
  .bonus-details .payment-icons {
    max-width: 200px;
  }
  .score-display .star-rating {
    color: #FF8D35;
  }
  .score-display .star-rating:after {
    color: #FF8D35;
  }
  .score-display .score-value {
    font-size: 48px;
    color: #FFFFFF;
  }
  .score-display .user-feedback,
  .deposit-info {
    font-size: 14px;
    color: #B3B3B3;
  }
  .score-display .star-rating {
    font-size: 20px;
  }
  .action-button {
    min-width: 208px;
    font-size: 20px;
  }
  .platform-info .info-right {
    justify-content: space-around;
    width: 100%;
    max-width: 502px;
  }
  .promo-badge {
    font-size: 12px;
    padding: 6px 9px 6px 14px;
  }
  .betting-card {
    margin-bottom: 9px;
    background-color: transparent;
  }
  .category-heading h2 {
    font-size: 24px;
  }
}

@media (min-width: 1320px) {
  .betting-card .brand-container a {
    padding: 5px 10px;
  }
}



