.casino-cards-scroll-container {
  overflow-x: auto;
  white-space: nowrap;
  padding: 16px;
  background-color: var(--light-dark);
  border-radius: 10px;
  margin-bottom: 24px;
  white-space: nowrap;
}

/* Card styles */
.casino-cards-scroll-container > div {
  min-width: 250px;
  max-width: 250px;
  display: inline-block;
  margin-right: 18px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  text-align: center;
  overflow: hidden;
  white-space: normal;
}
.casino-cards-scroll-container > div:last-child {
  margin-right: 0;
}

/* Casino image */
.casino-cards-scroll-container img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.links-container {
  padding: 8px 10px 13px 10px;
}

/* Casino name link */
.text-link a {
  font-size: 19px;
  font-weight: 500;
  text-decoration: none !important;
}

/* Bonus text */
.casino-cards-scroll-container > div > div:nth-of-type(2) {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0px 2px 0px;
  color: #222;
}

/* Visit Site button */
.casino-cards-scroll-container .btn-success {
  font-size: 20px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 6px;
  padding: 10px 0;
  background: #43b04a;
  border: none;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
}
