.offers-list_title h2 {
  line-height: normal;
  font-size: 16px;
  color: #FFFFFF;
  padding: 21px 10px 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
}

.offers-list_title {
  flex: 1 0 100%;
}

.offers-list_title:first-of-type {
  display: none;
}

.offers-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-items: stretch;
}

.offers-section {
  margin-bottom: 70px;
}

.offer-item:not(:first-of-type) {
  font-family: inherit;
  background: transparent;
  width: 100%;
  border: none;
  border-radius: 8px 0 8px 8px;
  position: relative;
}

.offer-item:not(:first-of-type) {
  margin-top: 5px;
  width: 100%;
  max-width: 438px;
}

.offer-item.hasRibbon {
  border-radius: 0 0 8px 8px;
  border-top: 3px solid #D50CF8;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.17));
  margin-top: 18px;
}

.offer-ribbon {
  font-family: inherit;
  background: #D50CF8;
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.16));
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22px;
  line-height: normal;
  text-transform: uppercase;
  padding: 4px 20px 2px 20px;
  border: none;
  border-radius: 8px 8px 0 0;
  position: absolute;
  height: 19px;
  top: -19px;
  left: 0;
}

.offer-number {
  display: block;
  width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: transparent;
  position: absolute;
  z-index: 2;
  top: 85px;
  right: 13px;
}

.offer-number span {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Oxygen;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(180deg, #AA38E7 0%, #5F1F81 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.offer-body {
  position: relative;
}

.offer-promo {
  width: 100%;
  background: linear-gradient(180deg, rgba(75, 55, 106, 0.92) 0%, rgba(46, 37, 66, 0.92) 100%);
  color: #FFFFFF;
  border: none;
  border-radius: 8px 0 8px 8px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.offer-item.hasRibbon .offer-promo {
  border-radius: 0 0 8px 8px;
}

.offer-promo.bg-transparent {
  background: transparent;
}

.offer-promo .left-side {
  width: 108px;
  background: #4B317B;
  border: none;
  border-radius: 8px;
}

.offer-promo .right-side {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: linear-gradient(180deg, rgba(75, 55, 106, 0.92) 0%, rgba(46, 37, 66, 0.92) 100%);
}

.offer-item .logo-bg {
  border: none;
  border-radius: 8px 8px 0 0;
  border-bottom: 2px solid #382A53;
  width: 100%;
  min-width: 100px;
  height: 50%;
  background: #65479D;
}

.offer-item.hasRibbon .logo-bg {
  border-radius: unset;
}

.offer-item .logo-bg a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.offer-logo a {
  font-size: 0;
}

.offer-logo img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.offer-rating {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50%;
}

.offer-rating .rating {
  font-family: Oxygen;
  color: #C9CFFA;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.offer-rating .stars-container {
  font-size: 18px;
  position: relative;
  display: inline-block;
  color: transparent;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.25));
}

.min-deposit {
  color: #C9CFFA;
  text-align: center;
  font-family: inherit;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 30px;
}


.offer-rating .user-rating {
  font-family: "Roboto Flex";
  color: #FFFFFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.stars-container:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  color: #d3d3d3;
}

.stars-container:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  color: #FEB700;
  overflow: hidden;
}

.star-100:after {
  width: 100%;
}

.star-95:after {
  width: 95%;
}

.star-90:after {
  width: 90%;
}

.star-85:after {
  width: 85%;
}

.star-80:after {
  width: 80%;
}

.star-75:after {
  width: 75%;
}

.star-70:after {
  width: 70%;
}

.star-65:after {
  width: 65%;
}

.star-60:after {
  width: 60%;
}

.star-55:after {
  width: 55%;
}

.star-50:after {
  width: 50%;
}

.star-40:after {
  width: 40%;
}

.star-45:after {
  width: 45%;
}

.star-35:after {
  width: 35%;
}

.star-30:after {
  width: 30%;
}

.star-25:after {
  width: 25%;
}

.star-20:after {
  width: 20%;
}

.star-15:after {
  width: 15%;
}

.star-10:after {
  width: 10%;
}

.offer-bonus {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 19px 35px 0 32px;
}

.offer-bonus .bonus {
  color: #FFFFFF;
  font-family: "Roboto Flex";
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.26px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 22px;
}

.offer-bonus .bonus .main-text {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.bonus-btn .btn {
  margin-bottom: 30px;
  border: 1px solid transparent;
}

/* Offer Payments Container */
.offer-payments {
  display: flex;
  gap: 6px;
  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: 172px;
  margin-left: -15px;
  opacity: 0.92;
}

/* Individual Payment Icon */
.offer-payments .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 15px;
}

.offer-payments .icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  /* scale while preserving aspect ratio */
  display: block;
}

/* "+X" Icon Styling */
.offer-payments .icon.more {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #C2C8F8;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.offer-payments[data-expanded="true"] {
  overflow: visible;
}

.offer-payments .icon.more.hidden {
  display: none;
}

.offer-promo-hidden {
  padding-left: 100px;
  margin-top: -5px;
  position: relative;
  z-index: 1;
}

.toggle-arrow {
  position: absolute;
  bottom: 5px;
  right: 14px;
  width: 12px;
  cursor: pointer;
  user-select: none;
  transition: transform 0.3s ease;
}

.toggle-arrow.up {
  transform: rotate(180deg);
}

.game-categories {
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  user-select: none;
  background: #2e2543;
  border: none;
  border-radius: 0 0 8px 8px;
  padding: 10px 18px 8px;
}

.game-categories.show {
  display: flex;
  opacity: 1;
  transform: translateY(0);
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

/* Each game item */
.game-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.game-item img {
  height: 20px;
  width: 20px;
  object-fit: contain;
}

.game-item span {
  color: #B6BBEA;
  font-family: "Roboto Flex";
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 12px;
  text-transform: capitalize;
}

@media (min-width: 600px) {
  .offer-promo .left-side {
    width: 145px;
  }

  .offer-promo .right-side {
    width: 293px;
  }

  .offer-promo-hidden {
    padding-left: 145px;
  }
}

@media (min-width: 768px) {
  .offers-section {
    margin-bottom: 100px;
  }

  .offers-items {
    gap: 24px;
  }

  .offer-item .logo-bg a {
    padding: 20px 8px;
  }
  .offers-list_title h2 {
    margin-bottom: -10px;
    margin-top: -10px;
  }
}

@media (min-width: 1024px) {
  .offer-bonus .bonus {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.32px;
    margin-bottom: 15px;
  }

  .offer-bonus .bonus .main-text {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.38px;
  }

  .bonus-btn .btn {
    margin-bottom: 22px;
  }

  .offer-number {
    width: 26px;
    top: 93px;
    right: 18px;
  }

  .offer-number span {
    font-size: 60px;
  }
  .offer-ribbon {
    height: 23px;
    top: -23px;
  }

}

@media (min-width: 1280px) {
  .offers-container__title h2 {
    font-size: 24px;
  }

  .offer-ribbon {
    font-size: 13px;
    padding: 4px 30px 4px 30px;
  }

  .offers-section {
    margin-bottom: 132x;
  }

  .offers-items {
    gap: 74px 24px;
  }

  .offer-payments {
    padding: 8px 0;
  }

  .offers-list_title h2 {
    margin-bottom: -30px;
    margin-top: -20px;
  }
}
