/* style/game-reviews-popular-slot-games.css */
.page-game-reviews-popular-slot-games {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light grey for general text on dark background */
  background-color: #1A202C; /* Main dark blue background */
  line-height: 1.6;
}

.page-game-reviews-popular-slot-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-reviews-popular-slot-games__hero-section {
  background: linear-gradient(135deg, #1A202C 0%, #3a4a6b 100%); /* Dark gradient for hero */
  padding: 100px 0;
  text-align: center;
  color: #FFD700; /* Gold for hero text */
  position: relative;
  overflow: hidden;
}

.page-game-reviews-popular-slot-games__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:abstract,gaming,lights,dark_blue_gold]'); /* Abstract gaming background */
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

.page-game-reviews-popular-slot-games__hero-section .page-game-reviews-popular-slot-games__container {
  position: relative;
  z-index: 1;
}

.page-game-reviews-popular-slot-games__title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700; /* Gold for main title */
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.7);
}

.page-game-reviews-popular-slot-games__subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #E0E0E0;
}

.page-game-reviews-popular-slot-games__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold for CTA buttons */
  color: #1A202C; /* Dark blue for text on gold button */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-game-reviews-popular-slot-games__cta-button:hover {
  background-color: #e5c100; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-game-reviews-popular-slot-games__cta-button--small {
  padding: 10px 20px;
  font-size: 0.95em;
}

.page-game-reviews-popular-slot-games__cta-button--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-game-reviews-popular-slot-games__intro-section,
.page-game-reviews-popular-slot-games__content-section,
.page-game-reviews-popular-slot-games__reviews-section,
.page-game-reviews-popular-slot-games__features-section,
.page-game-reviews-popular-slot-games__guide-section,
.page-game-reviews-popular-slot-games__mobile-section,
.page-game-reviews-popular-slot-games__responsible-gambling-section,
.page-game-reviews-popular-slot-games__faq-section,
.page-game-reviews-popular-slot-games__final-cta-section {
  padding: 60px 0;
}

.page-game-reviews-popular-slot-games__intro-section,
.page-game-reviews-popular-slot-games__features-section,
.page-game-reviews-popular-slot-games__mobile-section {
  background-color: #2a3342; /* Slightly lighter dark blue for alternating sections */
}

.page-game-reviews-popular-slot-games__section-heading {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section headings */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-game-reviews-popular-slot-games__section-heading::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-game-reviews-popular-slot-games__sub-heading {
  font-size: 1.8em;
  color: #FFD700; /* Gold for sub-headings */
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-game-reviews-popular-slot-games__text-highlight {
  color: #FFD700;
  font-weight: bold;
}

.page-game-reviews-popular-slot-games__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-game-reviews-popular-slot-games__list {
  list-style: disc;
  margin-left: 20px;
  padding-left: 0;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-game-reviews-popular-slot-games__list li {
  margin-bottom: 10px;
}

.page-game-reviews-popular-slot-games__numbered-list {
  list-style: decimal;
  margin-left: 20px;
  padding-left: 0;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-game-reviews-popular-slot-games__numbered-list li {
  margin-bottom: 10px;
  font-weight: bold;
}

.page-game-reviews-popular-slot-games__numbered-list li p {
  font-weight: normal;
}

.page-game-reviews-popular-slot-games__game-review {
  background-color: #2a3342;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.page-game-reviews-popular-slot-games__game-title {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-game-reviews-popular-slot-games__game-image {
  max-width: 80%;
  height: auto;
  border-radius: 8px;
  margin: 20px auto;
  display: block;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.page-game-reviews-popular-slot-games__game-review p,
.page-game-reviews-popular-slot-games__game-review ul {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.page-game-reviews-popular-slot-games__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-game-reviews-popular-slot-games__feature-item {
  background-color: #1A202C;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-game-reviews-popular-slot-games__feature-item:hover {
  transform: translateY(-5px);
}

.page-game-reviews-popular-slot-games__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5)); /* Gold glow for icons */
}

.page-game-reviews-popular-slot-games__feature-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-game-reviews-popular-slot-games__faq-item {
  background-color: #2a3342;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-game-reviews-popular-slot-games__faq-question {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-game-reviews-popular-slot-games__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-game-reviews-popular-slot-games__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-game-reviews-popular-slot-games__faq-answer {
  font-size: 1.1em;
  color: #E0E0E0;
  display: none;
  margin-top: 10px;
}

.page-game-reviews-popular-slot-games__faq-answer.active {
  display: block;
}

.page-game-reviews-popular-slot-games__final-cta-section {
  text-align: center;
  background-color: #1A202C;
  padding: 80px 0;
}

@media (max-width: 992px) {
  .page-game-reviews-popular-slot-games__title {
    font-size: 2.8em;
  }
  .page-game-reviews-popular-slot-games__subtitle {
    font-size: 1.2em;
  }
  .page-game-reviews-popular-slot-games__section-heading {
    font-size: 2em;
  }
  .page-game-reviews-popular-slot-games__game-title {
    font-size: 1.8em;
  }
  .page-game-reviews-popular-slot-games__features-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-game-reviews-popular-slot-games__hero-section {
    padding: 80px 0;
  }
  .page-game-reviews-popular-slot-games__title {
    font-size: 2.2em;
  }
  .page-game-reviews-popular-slot-games__subtitle {
    font-size: 1em;
  }
  .page-game-reviews-popular-slot-games__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-game-reviews-popular-slot-games__section-heading {
    font-size: 1.8em;
  }
  .page-game-reviews-popular-slot-games__feature-item,
  .page-game-reviews-popular-slot-games__game-review {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .page-game-reviews-popular-slot-games__hero-section {
    padding: 60px 0;
  }
  .page-game-reviews-popular-slot-games__title {
    font-size: 1.8em;
  }
  .page-game-reviews-popular-slot-games__subtitle {
    font-size: 0.9em;
  }
  .page-game-reviews-popular-slot-games__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-game-reviews-popular-slot-games__section-heading {
    font-size: 1.5em;
  }
  .page-game-reviews-popular-slot-games__game-title {
    font-size: 1.5em;
  }
  .page-game-reviews-popular-slot-games__feature-title,
  .page-game-reviews-popular-slot-games__faq-question {
    font-size: 1.2em;
  }
  .page-game-reviews-popular-slot-games__list,
  .page-game-reviews-popular-slot-games__numbered-list,
  .page-game-reviews-popular-slot-games__faq-answer {
    font-size: 0.95em;
  }
  .page-game-reviews-popular-slot-games__features-grid {
    grid-template-columns: 1fr;
  }
  .page-game-reviews-popular-slot-games__game-image {
    max-width: 95%;
  }
}