.page-reviews-guides-common-game-misconceptions {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.page-reviews-guides-common-game-misconceptions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-reviews-guides-common-game-misconceptions__hero-section {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  border-bottom: 5px solid #ffc107;
}

.page-reviews-guides-common-game-misconceptions__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
}

.page-reviews-guides-common-game-misconceptions__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-reviews-guides-common-game-misconceptions__cta-button {
  display: inline-block;
  background-color: #ffc107;
  color: #000;
  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-reviews-guides-common-game-misconceptions__cta-button:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}

.page-reviews-guides-common-game-misconceptions__content-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.page-reviews-guides-common-game-misconceptions__section-title {
  font-size: 2.2em;
  color: #007bff;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid #ffc107;
  padding-bottom: 10px;
}

.page-reviews-guides-common-game-misconceptions__subsection-title {
  font-size: 1.6em;
  color: #0056b3;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-reviews-guides-common-game-misconceptions p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #444;
}

.page-reviews-guides-common-game-misconceptions ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-reviews-guides-common-game-misconceptions ul li {
  margin-bottom: 8px;
  font-size: 1.05em;
  color: #555;
}

.page-reviews-guides-common-game-misconceptions__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-reviews-guides-common-game-misconceptions__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-reviews-guides-common-game-misconceptions__button {
  display: inline-block;
  background-color: #007bff;
  color: #fff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-reviews-guides-common-game-misconceptions__button:hover {
  background-color: #0056b3;
  transform: translateY(-1px);
}

.page-reviews-guides-common-game-misconceptions__cta-final {
  text-align: center;
  margin-top: 60px;
  padding: 40px 20px;
  background-color: #eaf6ff;
  border-radius: 10px;
  border: 1px solid #cceeff;
}

.page-reviews-guides-common-game-misconceptions__cta-final p {
  font-size: 1.2em;
  color: #0056b3;
  margin-top: 20px;
}

.page-reviews-guides-common-game-misconceptions__cta-button--large {
  padding: 18px 35px;
  font-size: 1.3em;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-reviews-guides-common-game-misconceptions__hero-title {
    font-size: 2.2em;
  }

  .page-reviews-guides-common-game-misconceptions__hero-subtitle {
    font-size: 1.1em;
  }

  .page-reviews-guides-common-game-misconceptions__section-title {
    font-size: 1.8em;
  }

  .page-reviews-guides-common-game-misconceptions__subsection-title {
    font-size: 1.4em;
  }

  .page-reviews-guides-common-game-misconceptions p,
  .page-reviews-guides-common-game-misconceptions ul li {
    font-size: 1em;
  }
}

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

  .page-reviews-guides-common-game-misconceptions__hero-subtitle {
    font-size: 1em;
  }

  .page-reviews-guides-common-game-misconceptions__cta-button {
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-reviews-guides-common-game-misconceptions__section-title {
    font-size: 1.6em;
  }

  .page-reviews-guides-common-game-misconceptions__subsection-title {
    font-size: 1.2em;
  }

  .page-reviews-guides-common-game-misconceptions__cta-button--large {
    padding: 15px 25px;
    font-size: 1.1em;
  }
}