.page-game-reviews-slot-games {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f4f7f6;
}

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

.page-game-reviews-slot-games__hero {
  background: linear-gradient(135deg, #0A2463, #FFD700);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-game-reviews-slot-games__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:slot_machine,casino_lights,abstract]') no-repeat center center/cover;
  opacity: 0.15;
  z-index: 1;
}

.page-game-reviews-slot-games__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
}

.page-game-reviews-slot-games__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.page-game-reviews-slot-games__hero-link {
  color: #FFD700;
  text-decoration: underline;
  font-weight: bold;
}

.page-game-reviews-slot-games__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin: 10px;
  border: none;
  cursor: pointer;
  font-size: 1em;
}

.page-game-reviews-slot-games__button--primary {
  background-color: #FFD700;
  color: #0A2463;
}

.page-game-reviews-slot-games__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-game-reviews-slot-games__button--secondary {
  background-color: #0A2463;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-game-reviews-slot-games__button--secondary:hover {
  background-color: #1a3a7c;
  transform: translateY(-2px);
}

.page-game-reviews-slot-games__button--tertiary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-game-reviews-slot-games__button--tertiary:hover {
  background-color: rgba(255, 215, 0, 0.1);
  transform: translateY(-2px);
}

.page-game-reviews-slot-games__button--small {
  padding: 8px 15px;
  font-size: 0.9em;
}

.page-game-reviews-slot-games__section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.page-game-reviews-slot-games__section:nth-of-type(even) {
  background-color: #fcfcfc;
}

.page-game-reviews-slot-games__section-title {
  font-size: 2.5em;
  color: #0A2463;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-game-reviews-slot-games__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-game-reviews-slot-games__introduction p, 
.page-game-reviews-slot-games__why-8kbet p, 
.page-game-reviews-slot-games__review-criteria p, 
.page-game-reviews-slot-games__features-bonuses p,
.page-game-reviews-slot-games__tips p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555;
}

.page-game-reviews-slot-games__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-game-reviews-slot-games__list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.05em;
  color: #444;
}

.page-game-reviews-slot-games__list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #FFD700;
  font-weight: bold;
  font-size: 1.2em;
  top: -2px;
}

.page-game-reviews-slot-games__review-criteria ol {
  list-style: decimal;
  padding-left: 25px;
}

.page-game-reviews-slot-games__review-criteria ol li {
  padding-left: 0;
  margin-bottom: 10px;
  font-size: 1.05em;
  color: #444;
}

.page-game-reviews-slot-games__review-criteria ol li::before {
  content: none;
}

.page-game-reviews-slot-games__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-game-reviews-slot-games__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-game-reviews-slot-games__image-caption {
  font-style: italic;
  color: #777;
  margin-top: 15px;
  font-size: 0.95em;
}

.page-game-reviews-slot-games__slot-card {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-game-reviews-slot-games__slot-title {
  font-size: 1.8em;
  color: #0A2463;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-game-reviews-slot-games__slot-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.page-game-reviews-slot-games__slot-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-game-reviews-slot-games__slot-info {
  flex: 1;
  min-width: 280px;
}

.page-game-reviews-slot-games__slot-info p {
  margin-bottom: 10px;
  color: #444;
}

.page-game-reviews-slot-games__cta-section {
  background-color: #0A2463;
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.page-game-reviews-slot-games__cta-section .page-game-reviews-slot-games__section-title {
  color: #FFD700;
}

.page-game-reviews-slot-games__cta-section .page-game-reviews-slot-games__section-title::after {
  background-color: #fff;
}

.page-game-reviews-slot-games__cta-section p {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-game-reviews-slot-games__cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.page-game-reviews-slot-games__faq {
  background-color: #fefefe;
}

.page-game-reviews-slot-games__accordion-item {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.page-game-reviews-slot-games__accordion-header {
  width: 100%;
  padding: 20px 25px;
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
  color: #0A2463;
  background-color: #f0f4f7;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-game-reviews-slot-games__accordion-header:hover {
  background-color: #e0e7ed;
}

.page-game-reviews-slot-games__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

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

.page-game-reviews-slot-games__accordion-content {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-game-reviews-slot-games__accordion-content.open {
  max-height: 500px; /* Adjust as needed */
  padding: 20px 25px;
}

.page-game-reviews-slot-games__accordion-content p {
  margin: 0;
  color: #555;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-game-reviews-slot-games__hero-title {
    font-size: 2.5em;
  }

  .page-game-reviews-slot-games__section-title {
    font-size: 2em;
  }

  .page-game-reviews-slot-games__slot-content {
    flex-direction: column;
    text-align: center;
  }

  .page-game-reviews-slot-games__slot-image {
    max-width: 250px;
  }
}

@media (max-width: 768px) {
  .page-game-reviews-slot-games__hero {
    padding: 60px 0;
  }

  .page-game-reviews-slot-games__hero-title {
    font-size: 2em;
  }

  .page-game-reviews-slot-games__hero-description {
    font-size: 1em;
  }

  .page-game-reviews-slot-games__section {
    padding: 40px 0;
  }

  .page-game-reviews-slot-games__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-game-reviews-slot-games__button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-game-reviews-slot-games__cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .page-game-reviews-slot-games__hero-title {
    font-size: 1.8em;
  }

  .page-game-reviews-slot-games__section-title {
    font-size: 1.5em;
  }

  .page-game-reviews-slot-games__button {
    width: 90%;
    margin: 5px auto;
  }

  .page-game-reviews-slot-games__slot-card {
    padding: 20px;
  }

  .page-game-reviews-slot-games__slot-title {
    font-size: 1.5em;
  }

  .page-game-reviews-slot-games__accordion-header {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-game-reviews-slot-games__accordion-content.open {
    padding: 15px 20px;
  }
}