.page-resources-how-to-choose-games {
  color: #333333;
  line-height: 1.6;
}

.page-resources-how-to-choose-games__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px 40px;
  background-color: #f8f9fa;
  overflow: hidden;
  padding-top: var(--header-offset, 120px);
}

.page-resources-how-to-choose-games__hero-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  margin-top: 30px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-how-to-choose-games__hero-content {
  max-width: 900px;
  margin: 0 auto;
  z-index: 1;
}

.page-resources-how-to-choose-games__hero-title {
  font-size: 2.8em;
  color: #007bff;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page-resources-how-to-choose-games__hero-description {
  font-size: 1.2em;
  color: #555;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-how-to-choose-games__hero-cta-button {
  display: inline-block;
  background-color: #ffc107;
  color: #333333;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-choose-games__hero-cta-button:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}

.page-resources-how-to-choose-games__article-section {
  padding: 60px 20px;
  background-color: #ffffff;
}

.page-resources-how-to-choose-games__article-container {
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-how-to-choose-games__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-how-to-choose-games__back-link:hover {
  color: #0056b3;
}

.page-resources-how-to-choose-games__back-link--bottom {
  margin-top: 40px;
  margin-bottom: 0;
}

.page-resources-how-to-choose-games__article-content p {
  margin-bottom: 1.2em;
  font-size: 1.05em;
  line-height: 1.7;
}

.page-resources-how-to-choose-games__article-heading {
  font-size: 2em;
  color: #007bff;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}

.page-resources-how-to-choose-games__article-subheading {
  font-size: 1.5em;
  color: #333333;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-resources-how-to-choose-games__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-how-to-choose-games__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-how-to-choose-games__article-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-how-to-choose-games__cta-block {
  background-color: #f0f8ff;
  border-left: 5px solid #007bff;
  padding: 30px;
  margin-top: 50px;
  text-align: center;
  border-radius: 8px;
}

.page-resources-how-to-choose-games__cta-text {
  font-size: 1.3em;
  color: #333333;
  margin-bottom: 20px;
  font-weight: 500;
}

.page-resources-how-to-choose-games__cta-button {
  display: inline-block;
  background-color: #007bff;
  color: #ffffff;
  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;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-choose-games__cta-button:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .page-resources-how-to-choose-games__hero-section {
    padding: 60px 15px 30px;
  }

  .page-resources-how-to-choose-games__hero-title {
    font-size: 2em;
  }

  .page-resources-how-to-choose-games__hero-description {
    font-size: 1em;
  }

  .page-resources-how-to-choose-games__hero-cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-how-to-choose-games__article-section {
    padding: 40px 15px;
  }

  .page-resources-how-to-choose-games__article-heading {
    font-size: 1.6em;
  }

  .page-resources-how-to-choose-games__article-subheading {
    font-size: 1.3em;
  }

  .page-resources-how-to-choose-games__article-content p,
  .page-resources-how-to-choose-games__list-item {
    font-size: 0.95em;
  }

  .page-resources-how-to-choose-games__article-image {
    max-width: 100%;
    height: auto;
  }

  .page-resources-how-to-choose-games__cta-text {
    font-size: 1.1em;
  }

  .page-resources-how-to-choose-games__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-choose-games__article-section img,
  .page-resources-how-to-choose-games__hero-section img {
    max-width: 100%;
    height: auto;
  }
  .page-resources-how-to-choose-games {
    overflow-x: hidden;
  }
}