.page-slot-games-popular-slot-reviews {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #1a1a2e; /* Inherited from shared.css body background */
}

.page-slot-games-popular-slot-reviews__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-slot-games-popular-slot-reviews__section-title,
.page-slot-games-popular-slot-reviews__card-title,
.page-slot-games-popular-slot-reviews__promo-title,
.page-slot-games-popular-slot-reviews__feature-title,
.page-slot-games-popular-slot-reviews__list-title,
.page-slot-games-popular-slot-reviews__cta-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-slot-games-popular-slot-reviews__paragraph {
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-slot-games-popular-slot-reviews__highlight {
  color: #FFFF00;
  font-weight: bold;
}

/* Hero Section */
.page-slot-games-popular-slot-reviews__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure header offset */
  background-color: #017439; /* Brand color as background */
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}

.page-slot-games-popular-slot-reviews__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.page-slot-games-popular-slot-reviews__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-slot-games-popular-slot-reviews__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-slot-games-popular-slot-reviews__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-slot-games-popular-slot-reviews__btn-primary,
.page-slot-games-popular-slot-reviews__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-slot-games-popular-slot-reviews__btn-primary {
  background-color: #C30808; /* Register/Login color */
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #C30808;
}

.page-slot-games-popular-slot-reviews__btn-primary:hover {
  background-color: #a00606;
  transform: translateY(-2px);
}

.page-slot-games-popular-slot-reviews__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-slot-games-popular-slot-reviews__btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.page-slot-games-popular-slot-reviews__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
}

.page-slot-games-popular-slot-reviews__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content Sections */
.page-slot-games-popular-slot-reviews__content-section {
  padding: 60px 0;
}

.page-slot-games-popular-slot-reviews__dark-bg {
  background-color: #017439;
  color: #ffffff;
}

.page-slot-games-popular-slot-reviews__light-bg {
  background-color: #ffffff;
  color: #333333; /* Dark text for light background */
}

.page-slot-games-popular-slot-reviews__light-bg .page-slot-games-popular-slot-reviews__section-title,
.page-slot-games-popular-slot-reviews__light-bg .page-slot-games-popular-slot-reviews__list-title,
.page-slot-games-popular-slot-reviews__light-bg .page-slot-games-popular-slot-reviews__feature-title {
  color: #017439;
}

.page-slot-games-popular-slot-reviews__light-bg .page-slot-games-popular-slot-reviews__paragraph,
.page-slot-games-popular-slot-reviews__light-bg .page-slot-games-popular-slot-reviews__list-item {
  color: #333333;
}

.page-slot-games-popular-slot-reviews__light-bg .page-slot-games-popular-slot-reviews__highlight {
  color: #017439;
}

.page-slot-games-popular-slot-reviews__grid-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
}