.page-resources-win55-game-types-review {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light gray for main text on dark background */
  background-color: #0f1a2e; /* Slightly darker than main color for overall background */
}

.page-resources-win55-game-types-review__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-win55-game-types-review__hero {
  background: linear-gradient(135deg, #1A2B4C 0%, #0f1a2e 100%);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #FFD700;
}

.page-resources-win55-game-types-review__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.page-resources-win55-game-types-review__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #E0E0E0;
}

.page-resources-win55-game-types-review__hero-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-resources-win55-game-types-review__section {
  padding: 60px 0;
  background-color: #1A2B4C;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-resources-win55-game-types-review__section--dark {
  background-color: #0f1a2e;
}

.page-resources-win55-game-types-review__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-resources-win55-game-types-review__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E0E0E0;
  text-align: justify;
}

.page-resources-win55-game-types-review__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-win55-game-types-review__game-category {
  background-color: #1A2B4C;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-resources-win55-game-types-review__category-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-resources-win55-game-types-review__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-resources-win55-game-types-review__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-win55-game-types-review__game-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
  margin-top: 25px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-win55-game-types-review__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 1.1em;
  text-align: center;
}

.page-resources-win55-game-types-review__btn--primary {
  background-color: #FFD700;
  color: #1A2B4C;
  border: 2px solid #FFD700;
}

.page-resources-win55-game-types-review__btn--primary:hover {
  background-color: #e5c100;
  transform: translateY(-2px);
}

.page-resources-win55-game-types-review__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-top: 20px;
}

.page-resources-win55-game-types-review__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A2B4C;
  transform: translateY(-2px);
}

.page-resources-win55-game-types-review__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-win55-game-types-review__feature-item {
  background-color: #0f1a2e;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 215, 0, 0.1);
}

.page-resources-win55-game-types-review__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-resources-win55-game-types-review__feature-title {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-win55-game-types-review__feature-description {
  font-size: 1em;
  color: #C0C0C0;
}

.page-resources-win55-game-types-review__section--cta {
  background-color: #1A2B4C;
  text-align: center;
}

.page-resources-win55-game-types-review__cta-content {
  max-width: 900px;
}

.page-resources-win55-game-types-review__numbered-list {
  list-style-type: none;
  counter-reset: my-counter;
  padding: 0;
  margin: 40px auto;
  text-align: left;
  max-width: 700px;
}

.page-resources-win55-game-types-review__numbered-list li {
  counter-increment: my-counter;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-resources-win55-game-types-review__numbered-list li::before {
  content: counter(my-counter);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FFD700;
  color: #1A2B4C;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.1em;
}

.page-resources-win55-game-types-review__cta-buttons {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-resources-win55-game-types-review__faq-item {
  background-color: #0f1a2e;
  border: 1px solid rgba(255, 215, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-resources-win55-game-types-review__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-resources-win55-game-types-review__faq-answer {
  font-size: 1em;
  color: #C0C0C0;
}

.page-resources-win55-game-types-review__final-cta {
  text-align: center;
  padding-bottom: 80px;
}

.page-resources-win55-game-types-review__btn--large {
  padding: 18px 40px;
  font-size: 1.3em;
  margin-top: 30px;
}

.page-resources-win55-game-types-review__inline-link {
  color: #FFD700;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-win55-game-types-review__inline-link:hover {
  color: #e5c100;
}

.page-resources-win55-game-types-review .highlight {
  color: #FFD700;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-win55-game-types-review__hero-title {
    font-size: 2.5em;
  }

  .page-resources-win55-game-types-review__hero-subtitle {
    font-size: 1.2em;
  }

  .page-resources-win55-game-types-review__section-title {
    font-size: 2em;
  }

  .page-resources-win55-game-types-review__game-category {
    padding: 20px;
  }

  .page-resources-win55-game-types-review__category-title {
    font-size: 1.5em;
  }

  .page-resources-win55-game-types-review__features-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-win55-game-types-review__btn {
    width: 100%;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-resources-win55-game-types-review__cta-buttons {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .page-resources-win55-game-types-review__hero-title {
    font-size: 2em;
  }

  .page-resources-win55-game-types-review__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-win55-game-types-review__section-title {
    font-size: 1.8em;
  }

  .page-resources-win55-game-types-review__text-content,
  .page-resources-win55-game-types-review__list li,
  .page-resources-win55-game-types-review__feature-description,
  .page-resources-win55-game-types-review__faq-answer {
    font-size: 0.95em;
  }

  .page-resources-win55-game-types-review__numbered-list li {
    font-size: 1em;
    padding-left: 35px;
  }

  .page-resources-win55-game-types-review__numbered-list li::before {
    width: 25px;
    height: 25px;
    font-size: 1em;
  }
}