.page-blog-how-to-choose-98wn-games {
  background-color: #B71C1C;
  color: #FFF5E1;
  padding-top: 10px; /* Small top padding for content area */
}

.page-blog-how-to-choose-98wn-games__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-blog-how-to-choose-98wn-games__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 20px;
}

.page-blog-how-to-choose-98wn-games__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16 / 5; /* For 1920x600 image */
}

.page-blog-how-to-choose-98wn-games__hero-content {
  text-align: center;
  max-width: 900px;
}

.page-blog-how-to-choose-98wn-games__hero-title {
  font-size: clamp(1.8rem, 4.5vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  color: #FFF5E1;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  text-shadow: 0 0 10px rgba(255, 204, 102, 0.7);
}

.page-blog-how-to-choose-98wn-games__hero-description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #FFF5E1;
}

.page-blog-how-to-choose-98wn-games__hero-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%);
  color: #7A0E0E; /* Deep Red for contrast */
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: 2px solid #F2B544;
  box-shadow: 0 4px 15px rgba(244, 211, 77, 0.4);
}

.page-blog-how-to-choose-98wn-games__hero-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(244, 211, 77, 0.6);
  opacity: 0.9;
}

.page-blog-how-to-choose-98wn-games__content-section {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}

.page-blog-how-to-choose-98wn-games__article {
  background-color: #D32F2F;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #7A0E0E;
}

.page-blog-how-to-choose-98wn-games__section-title {
  font-size: clamp(1.4rem, 3.5vw, 2.2rem);
  font-weight: 600;
  color: #F4D34D;
  margin-top: 35px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #7A0E0E;
}

.page-blog-how-to-choose-98wn-games__paragraph {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #FFF5E1;
}

.page-blog-how-to-choose-98wn-games__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #FFF5E1;
}

.page-blog-how-to-choose-98wn-games__list-item {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 8px;
  color: #FFF5E1;
}

.page-blog-how-to-choose-98wn-games__list-item strong {
  color: #F4D34D;
}

.page-blog-how-to-choose-98wn-games__content-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #7A0E0E;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-choose-98wn-games__paragraph a,
.page-blog-how-to-choose-98wn-games__list-item a {
  color: #FFCC66;
  text-decoration: underline;
}

.page-blog-how-to-choose-98wn-games__paragraph a:hover,
.page-blog-how-to-choose-98wn-games__list-item a:hover {
  color: #FFD86A;
}

.page-blog-how-to-choose-98wn-games__cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-blog-how-to-choose-98wn-games__cta-button {
  display: inline-block;
  padding: 15px 25px;
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%);
  color: #7A0E0E; /* Deep Red for contrast */
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: 2px solid #F2B544;
  box-shadow: 0 4px 10px rgba(244, 211, 77, 0.3);
}

.page-blog-how-to-choose-98wn-games__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(244, 211, 77, 0.5);
  opacity: 0.9;
}

.page-blog-how-to-choose-98wn-games__cta-button--secondary {
  background: #7A0E0E; /* Deep Red for secondary button */
  color: #FFF5E1;
  border: 2px solid #E53935;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-choose-98wn-games__cta-button--secondary:hover {
  background: #C91F17;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-choose-98wn-games__faq-item {
  background-color: #C91F17;
  border: 1px solid #7A0E0E;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-choose-98wn-games__faq-question {
  font-size: 1.15rem;
  font-weight: 600;
  color: #F4D34D;
  margin-bottom: 10px;
}

.page-blog-how-to-choose-98wn-games__faq-answer {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #FFF5E1;
}

/* Mobile Responsiveness */
@media (max-width: 849px) {
  .page-blog-how-to-choose-98wn-games__hero-title {
    font-size: clamp(1.5rem, 5vw, 2.5rem);
  }

  .page-blog-how-to-choose-98wn-games__hero-description {
    font-size: 1rem;
  }

  .page-blog-how-to-choose-98wn-games__section-title {
    font-size: clamp(1.2rem, 4vw, 1.8rem);
  }

  .page-blog-how-to-choose-98wn-games__content-section {
    margin: 30px auto;
    padding: 0 15px;
  }

  .page-blog-how-to-choose-98wn-games__article {
    padding: 20px;
  }

  .page-blog-how-to-choose-98wn-games__list {
    margin-left: 20px;
  }

  .page-blog-how-to-choose-98wn-games__paragraph,
  .page-blog-how-to-choose-98wn-games__list-item,
  .page-blog-how-to-choose-98wn-games__faq-answer {
    font-size: 0.9rem;
  }

  .page-blog-how-to-choose-98wn-games__faq-question {
    font-size: 1.05rem;
  }

  .page-blog-how-to-choose-98wn-games__hero-button,
  .page-blog-how-to-choose-98wn-games__cta-button {
    padding: 12px 20px;
    font-size: 0.95rem;
  }

  .page-blog-how-to-choose-98wn-games__cta-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 549px) {
  .page-blog-how-to-choose-98wn-games__hero-title {
    font-size: clamp(1.1rem, 6vw, 2rem);
  }

  .page-blog-how-to-choose-98wn-games__hero-description {
    font-size: 0.9rem;
  }

  .page-blog-how-to-choose-98wn-games__section-title {
    font-size: clamp(1rem, 5vw, 1.6rem);
  }

  .page-blog-how-to-choose-98wn-games__paragraph,
  .page-blog-how-to-choose-98wn-games__list-item,
  .page-blog-how-to-choose-98wn-games__faq-answer {
    font-size: 0.85rem;
  }

  .page-blog-how-to-choose-98wn-games__faq-question {
    font-size: 1rem;
  }

  .page-blog-how-to-choose-98wn-games__hero-button,
  .page-blog-how-to-choose-98wn-games__cta-button {
    width: 100%;
    max-width: 280px;
    font-size: 0.9rem;
  }

  .page-blog-how-to-choose-98wn-games__content-section {
    padding: 0 10px;
  }

  .page-blog-how-to-choose-98wn-games__article {
    padding: 15px;
  }

  .page-blog-how-to-choose-98wn-games__content-image {
    max-width: 100%;
    height: auto; /* Ensure images are responsive */
  }

  /* Ensure no horizontal overflow */
  .page-blog-how-to-choose-98wn-games {
    overflow-x: hidden;
  }
}

/* Ensure all images in content area are responsive and not too small */
@media (max-width: 768px) {
  .page-blog-how-to-choose-98wn-games__content-section img {
    max-width: 100%;
    height: auto;
  }
}

/* CSS for content area images to ensure min-width and no filter */
.page-blog-how-to-choose-98wn-games img {
  min-width: 200px;
  min-height: 200px;
  filter: none; /* Ensure no CSS filter is applied */
}

/* Ensure CSS width/height matches HTML width/height or uses max-width: 100%; height: auto; */
.page-blog-how-to-choose-98wn-games__hero-image {
  width: 100%; /* Overrides HTML width to ensure responsiveness */
  height: auto; /* Overrides HTML height to ensure responsiveness */
}

.page-blog-how-to-choose-98wn-games__content-image {
  width: 100%; /* Overrides HTML width to ensure responsiveness */
  height: auto; /* Overrides HTML height to ensure responsiveness */
}