/* Offers header */
.offers-header {
  font-weight: 700;
  line-height: normal;
  font-size: 14px;
  position: relative;
  border-radius: 16px 16px 0px 0px;
  background: #0A1D2E;
  color: #FFFFFF;
  margin-bottom: 6px;
  padding: 11px 10px 13px;
  display: flex;
  align-items: center;
}
.offers-header .header-item {
  width: 100%;
  text-align: center;
  font-weight: 600;
  flex: 1;
}
.offers-header .header-item.top {
  flex: 1;
}
.offers-header .header-item.welcome {
  flex: 1;
}
.offers-header .header-item.rating {
  flex: 1;
}
.offers-header .header-item.payment {
  flex: 1;
}
.offers-header .header-item.play {
  flex: 1;
}
.offer-item {
  font-family: Inter, sans-serif;
  background: #1d546b;
  width: 100%;
  margin-bottom: 7px;
  border: none;
  position: relative;
}

.offer-item:last-child {
  margin-bottom: 0;
}

.offer-item.last-of-group,
.operators-list .offer-item:last-of-type {
  border: none;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}

.offers-section .desktop {
 display: none;
}
.offer-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.offer-number {
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: #1d546b;
}

.offer-number span {
  color: #32b5b6;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.50);
  font-size: 14px;
  font-weight: 800;
  line-height: normal;
}

.offer-number.highlighted {
  background: #32b5b6;
}
.offer-number.highlighted span {
  color: #1d546b;
}
.offer-body {
  width: calc(100% - 25px);
  display: flex;
  flex-direction: column;
}
.offers-container__title h2 {
  line-height: normal;
  font-size: 16px;
  color: #FFFFFF;
  padding: 21px 10px 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
}

.operators-list .offers-container__title:first-of-type {
  display: none;
}

.offer-ribbon {
  font-family: Roboto, sans-serif;
  background-color: #4dd9da;
  color: #1C1F33;
  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: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  position: absolute;
  top: 0;
  left: 0;
}

.offer-promo {
  width: 100%;
  background-color: #0A1D2E;
  color: #FFFFFF;
  border: none;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
}

.offer-promo .left-side,
.offer-promo .right-side {
  flex: 1;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 16px 0 5px;
}

.offer-promo .right-side {
  border-radius: 16px 0px 0px 16px;
background: #D4DCF1;

}

.offer-policy {
  margin-top: 3px;
  padding: 0 20px 12px;
  color: #d4dcf1e0;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
}

.offer-item .logo-bg {
  border: none;
  border-radius: 16px;
  height: 100%;
}

.offer-item .logo-bg a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.offer-logo {
  width: 140px;
  height: 50px;
}

.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;
}

.offer-rating .rating {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.offer-rating .stars-container {
  color: #FFCB0F;
  font-size: 18px;
    position: relative;
  display: inline-block;
  color: transparent;
}

.offer-rating .user-rating,
.min-deposit {
  color: #1d546b;
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
}


.offer-rating .user-rating {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
}
.min-deposit {
  text-align: center;
  padding-top: 5px;
}

.stars-container:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  color: #d3d3d3;
}

.stars-container:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  color: #ffcb0f;
  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;
}

.offer-bonus .bonus {
  color: #1C1F33;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 10px;
}

.offer-bonus .bonus .odds {
  font-size: 12px;
}

/* Offer Payments Container */
.offer-payments {
  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;
}

/* Individual Payment Icon */
.offer-payments .icon {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f0f0f0;
  position: relative;
}

.offer-payments .icon img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%
}

/* "+X" Icon Styling */
.offer-payments .icon.more {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #1d546b;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.offer-payments[data-expanded="true"] {
  overflow: visible;
}

.offer-payments .icon.more.hidden {
  display: none;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Inter;
  min-width: 148px;
  padding: 9px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #f47e1a;
  color: #FFF;
}

.btn:hover {
  color: #f29343;
  background: #FFF;
  border: 1px solid #f29343;
}

@media (min-width: 412px) {
  .offer-logo {
    width: 150px;
  }

  .offer-number {
    width: 31px;
  }
  .offer-body {
    width: calc(100% - 31px);
  }
}


@media (min-width: 600px) {
  .offer-promo .left-side {
    flex-direction: row;
    justify-content: space-evenly;
    flex: 2;
  }
  .mobile .offers-header {
    display: none;
  }
  .offer-item {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .offer-promo {
    background-color: #1d546b;
  }
  .offer-number{
    border: none;
    border-right: 2px solid #0A1D2E;
  }
  .offer-promo .left-side {
    flex: 1;
  }

  .offer-promo .right-side {
    flex-direction: row;
    justify-content: space-evenly;
  }

  .offers-header {
    padding: 11px 11px 13px 34px;
  }
}

@media (min-width: 1280px) {
  .offers-section .desktop {
    display: block;
  }

  .offers-header {
    gap: 0px 40px;
    font-size: 16px;
    padding: 15px 20px 13px 65px;
  }

  .offers-section .mobile {
    display: none;
  }
  .offer-logo {
    width: 208px;
    height: 80px;
  }
  .offer-promo {
    gap: 50px;
  }
  .offer-bonus .bonus {
    font-size: 24px;
    color: #FFFFFF;
  }
  .offer-bonus .bonus .odds{
    font-size: 22px;
  }
  .offer-promo .left-side,
  .offer-promo .right-side {
    padding: 0;
    min-height: 165px;
  }
  .offer-item .logo-bg {
    width: 270px;
    border-radius: 0 16px 16px 0;
    background-color: #1C1F33;
  }
  .offer-item .logo-bg a {
    padding: 24px 0 20px;
  }
  .offer-bonus {
    padding: 24px 0 20px;
  }
  .offer-promo .left-side {
    justify-content: space-between;
  }
  .offer-bonus {
    width: 250px;
  }
  .offer-bonus .offer-payments {
    max-width: 200px;
  }
  .offer-rating .stars-container {
    color: #B522C1;
  }
  .offer-rating .stars-container:after {
    color: #B522C1;
  }
  .offer-rating .rating {
    font-size: 48px;
    color: #1C1F33;
  }
  .offer-rating .user-rating,
  .min-deposit {
    font-size: 14px;
    color: #1C1F33;
  }
  .offer-rating .stars-container {
    font-size: 20px;
  }
  .btn {
    min-width: 208px;
    font-size: 20px;
  }
  .offer-promo .right-side {
    justify-content: space-around;
    width: 100%;
    max-width: 502px;
  }
  .offer-ribbon {
    font-size: 12px;
    padding: 6px 9px 6px 14px;
  }
  .offer-item {
    margin-bottom: 9px;
    background-color: transparent;
  }
  .offers-container__title h2 {
    font-size: 24px;
  }
}

@media (min-width: 1320px) {
  .offer-item .logo-bg a {
    padding: 5px 10px;
  }
}
