.page-resources-cwin-popular-games__hero-section {
  background: linear-gradient(135deg, #007bff, #ffc107);
  padding: 80px 0;
  text-align: center;
  color: #fff;
}

.page-resources-cwin-popular-games__container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-cwin-popular-games__main-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-cwin-popular-games__subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f8f9fa;
}

.page-resources-cwin-popular-games__cta-button {
  display: inline-block;
  background-color: #ffc107; /* Auxiliary color */
  color: #000; /* High contrast text for auxiliary color */
  padding: 15px 30px;
  border-radius: 50px;
  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-resources-cwin-popular-games__cta-button:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
}

.page-resources-cwin-popular-games__cta-button--primary {
  background-color: #0056b3; /* Darker variant of primary for contrast */
  color: #fff;
}

.page-resources-cwin-popular-games__cta-button--primary:hover {
  background-color: #004085;
}

.page-resources-cwin-popular-games__cta-button--secondary {
  background-color: #ffc107; /* Auxiliary color */
  color: #000;
}

.page-resources-cwin-popular-games__cta-button--secondary:hover {
  background-color: #e0a800;
}

.page-resources-cwin-popular-games__cta-button--lg {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-resources-cwin-popular-games__content-wrapper {
  padding: 40px 0;
  background-color: #f8f9fa;
}

.page-resources-cwin-popular-games__article-content {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  line-height: 1.7;
  font-size: 1.05em;
  color: #333;
}

.page-resources-cwin-popular-games__intro-paragraph {
  font-size: 1.15em;
  font-weight: 500;
  margin-bottom: 30px;
  color: #007bff;
}

.page-resources-cwin-popular-games__section-title {
  font-size: 2em;
  color: #007bff; /* Primary color */
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid #ffc107; /* Auxiliary color */
  padding-bottom: 10px;
}

.page-resources-cwin-popular-games__sub-section-title {
  font-size: 1.6em;
  color: #0056b3; /* Darker primary for contrast */
  margin-top: 35px;
  margin-bottom: 20px;
}

.page-resources-cwin-popular-games__game-title {
  font-size: 1.3em;
  color: #007bff;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-resources-cwin-popular-games__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-resources-cwin-popular-games__ordered-list,
.page-resources-cwin-popular-games__unordered-list {
  margin-left: 25px;
  margin-bottom: 20px;
  color: #444;
}

.page-resources-cwin-popular-games__ordered-list li,
.page-resources-cwin-popular-games__unordered-list li {
  margin-bottom: 10px;
}

.page-resources-cwin-popular-games__faq-item {
  background-color: #f0f8ff;
  border-left: 5px solid #007bff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.page-resources-cwin-popular-games__faq-question {
  font-size: 1.2em;
  color: #0056b3;
  margin-bottom: 10px;
}

.page-resources-cwin-popular-games__faq-answer {
  color: #333;
}

.page-resources-cwin-popular-games__back-link {
  text-align: center;
  margin-top: 40px;
}

.page-resources-cwin-popular-games__link {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-cwin-popular-games__link:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-cwin-popular-games__main-title {
    font-size: 2em;
  }

  .page-resources-cwin-popular-games__subtitle {
    font-size: 1em;
  }

  .page-resources-cwin-popular-games__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-cwin-popular-games__article-content {
    padding: 20px;
  }

  .page-resources-cwin-popular-games__section-title {
    font-size: 1.7em;
  }

  .page-resources-cwin-popular-games__sub-section-title {
    font-size: 1.4em;
  }

  .page-resources-cwin-popular-games__game-title {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-resources-cwin-popular-games__main-title {
    font-size: 1.6em;
  }

  .page-resources-cwin-popular-games__subtitle {
    font-size: 0.9em;
  }

  .page-resources-cwin-popular-games__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-resources-cwin-popular-games__article-content {
    padding: 15px;
  }

  .page-resources-cwin-popular-games__section-title {
    font-size: 1.5em;
  }

  .page-resources-cwin-popular-games__sub-section-title {
    font-size: 1.2em;
  }
  
  .page-resources-cwin-popular-games__game-title {
    font-size: 1em;
  }
}