.page-blog-how-to-choose-pg888-best-games {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-how-to-choose-pg888-best-games__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 40px; /* Space for content below image */
}

.page-blog-how-to-choose-pg888-best-games__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.page-blog-how-to-choose-pg888-best-games__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  text-align: center;
  padding: 20px;
  margin-top: -100px; /* Pull content up over the image slightly for visual effect */
  background: rgba(8, 22, 15, 0.85); /* Deep Green background with transparency */
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  transform: translateY(-50px); /* Further adjust position */
}

.page-blog-how-to-choose-pg888-best-games__main-title {
  color: #F2C14E; /* Gold */
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
  font-size: clamp(28px, 4vw, 48px); /* Responsive font size */
}

.page-blog-how-to-choose-pg888-best-games__hero-description {
  color: #F2FFF6; /* Text Main */
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-blog-how-to-choose-pg888-best-games__btn-primary {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border: none;
}

.page-blog-how-to-choose-pg888-best-games__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-how-to-choose-pg888-best-games__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  background: #11271B; /* Card BG */
  color: #F2FFF6; /* Text Main */
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
  margin-left: 15px;
}

.page-blog-how-to-choose-pg888-best-games__btn-secondary:hover {
  background: #0A4B2C; /* Deep Green */
  transform: translateY(-2px);
}

.page-blog-how-to-choose-pg888-best-games__section {
  padding: 60px 20px;
}

.page-blog-how-to-choose-pg888-best-games__dark-section {
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-how-to-choose-pg888-best-games__container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-how-to-choose-pg888-best-games__section-title {
  color: #F2C14E; /* Gold */
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.page-blog-how-to-choose-pg888-best-games__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-choose-pg888-best-games__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-how-to-choose-pg888-best-games__card {
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  color: #F2FFF6; /* Text Main */
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-how-to-choose-pg888-best-games__card-title {
  color: #F2C14E; /* Gold */
  font-size: 1.5em;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-how-to-choose-pg888-best-games__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.page-blog-how-to-choose-pg888-best-games__image-centered {
  display: block;
  margin: 0 auto 40px auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.page-blog-how-to-choose-pg888-best-games__list,
.page-blog-how-to-choose-pg888-best-games__ordered-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-how-to-choose-pg888-best-games__list li,
.page-blog-how-to-choose-pg888-best-games__ordered-list li {
  background-color: #11271B; /* Card BG */
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  border-left: 5px solid #22C768; /* Auxiliary color */
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-choose-pg888-best-games__list-title {
  color: #F2C14E; /* Gold */
  font-size: 1.3em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-blog-how-to-choose-pg888-best-games__sub-list {
  list-style: disc;
  margin-left: 20px;
  margin-top: 10px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-how-to-choose-pg888-best-games__cta-group {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-blog-how-to-choose-pg888-best-games__features-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-how-to-choose-pg888-best-games__features-list li {
  background-color: #11271B; /* Card BG */
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border-right: 5px solid #22C768; /* Auxiliary color */
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-choose-pg888-best-games__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
  width: 100%; /* Ensure width is 100% for desktop */
}

.page-blog-how-to-choose-pg888-best-games__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
}

.page-blog-how-to-choose-pg888-best-games__video-caption {
  text-align: center;
  font-style: italic;
  color: #A7D9B8; /* Text Secondary */
  margin-top: 10px;
  font-size: 0.95em;
}

.page-blog-how-to-choose-pg888-best-games__faq-list {
  margin-top: 30px;
}

.page-blog-how-to-choose-pg888-best-games__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-choose-pg888-best-games__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  color: #F2C14E; /* Gold */
  font-weight: bold;
  font-size: 1.15em;
  transition: background-color 0.3s ease;
}

.page-blog-how-to-choose-pg888-best-games__faq-question:hover {
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-how-to-choose-pg888-best-games__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #22C768; /* Auxiliary color */
}

.page-blog-how-to-choose-pg888-best-games__faq-item[open] .page-blog-how-to-choose-pg888-best-games__faq-toggle {
  content: '−';
}

.page-blog-how-to-choose-pg888-best-games__faq-answer {
  padding: 0 25px 20px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1em;
}

.page-blog-how-to-choose-pg888-best-games__faq-item details > summary {
  list-style: none;
}

.page-blog-how-to-choose-pg888-best-games__faq-item details > summary::-webkit-details-marker {
  display: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-blog-how-to-choose-pg888-best-games {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-choose-pg888-best-games__hero-content {
    margin-top: -50px;
    transform: translateY(-20px);
    padding: 15px;
  }

  .page-blog-how-to-choose-pg888-best-games__main-title {
    font-size: clamp(24px, 7vw, 36px);
  }

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

  .page-blog-how-to-choose-pg888-best-games__section {
    padding: 40px 15px;
  }

  .page-blog-how-to-choose-pg888-best-games__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-how-to-choose-pg888-best-games__text-block {
    font-size: 1em;
  }

  .page-blog-how-to-choose-pg888-best-games__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-how-to-choose-pg888-best-games__card {
    padding: 20px;
  }

  .page-blog-how-to-choose-pg888-best-games__card-title {
    font-size: 1.3em;
  }

  .page-blog-how-to-choose-pg888-best-games__list li,
  .page-blog-how-to-choose-pg888-best-games__ordered-list li,
  .page-blog-how-to-choose-pg888-best-games__features-list li {
    padding: 15px;
    margin-bottom: 10px;
  }

  .page-blog-how-to-choose-pg888-best-games__list-title {
    font-size: 1.2em;
  }

  .page-blog-how-to-choose-pg888-best-games__cta-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-how-to-choose-pg888-best-games__btn-primary,
  .page-blog-how-to-choose-pg888-best-games__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-how-to-choose-pg888-best-games__video-wrapper {
    padding-bottom: 56.25%; /* Maintain aspect ratio */
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-choose-pg888-best-games__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-how-to-choose-pg888-best-games img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-choose-pg888-best-games__container,
  .page-blog-how-to-choose-pg888-best-games__hero-section,
  .page-blog-how-to-choose-pg888-best-games__section,
  .page-blog-how-to-choose-pg888-best-games__card,
  .page-blog-how-to-choose-pg888-best-games__cta-group,
  .page-blog-how-to-choose-pg888-best-games__faq-list,
  .page-blog-how-to-choose-pg888-best-games__video-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .page-blog-how-to-choose-pg888-best-games__faq-question {
    padding: 15px 20px;
    font-size: 1.05em;
  }

  .page-blog-how-to-choose-pg888-best-games__faq-answer {
    padding: 0 20px 15px;
  }

  .page-blog-how-to-choose-pg888-best-games__video-section {
    padding-top: 10px !important; /* body has padding-top from shared.css */
  }
}