.page-slot-games-top-recommendations {
  font-family: 'Arial', sans-serif;
  color: #333333;
  background-color: #FFFFFF;
}

.page-slot-games-top-recommendations__section {
  padding: 60px 20px;
  text-align: center;
}

.page-slot-games-top-recommendations__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-slot-games-top-recommendations__section-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #017439;
}

.page-slot-games-top-recommendations__section-description,
.page-slot-games-top-recommendations__text-block {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #333333;
}

/* Hero Section */
.page-slot-games-top-recommendations__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px);
  overflow: hidden;
}

.page-slot-games-top-recommendations__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.page-slot-games-top-recommendations__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-slot-games-top-recommendations__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-slot-games-top-recommendations__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  color: #FFFFFF; /* Text on dark hero section */
}

.page-slot-games-top-recommendations__hero-title {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFF00; /* Custom color for hero title for contrast */
}

.page-slot-games-top-recommendations__hero-description {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 40px;
  color: #FFFFFF;
}

.page-slot-games-top-recommendations__cta-button {
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}