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

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

.page-blog-how-to-choose-vx88-games__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 40px;
  overflow: hidden;
}

.page-blog-how-to-choose-vx88-games__hero-image-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.page-blog-how-to-choose-vx88-games__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-choose-vx88-games__hero-content {
  padding: 20px;
  max-width: 900px;
  margin-top: 20px; /* Space between image and content */
  background: #11271B; /* Card BG */
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-how-to-choose-vx88-games__main-title {
  color: #F2C14E; /* Gold */
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-how-to-choose-vx88-games__description {
  color: #F2FFF6; /* Text Main */
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.page-blog-how-to-choose-vx88-games__cta-button {
  display: inline-block;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-choose-vx88-games__cta-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-how-to-choose-vx88-games__section-title {
  color: #F2C14E; /* Gold */
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
  font-weight: bold;
}

.page-blog-how-to-choose-vx88-games__text-block {
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
}

.page-blog-how-to-choose-vx88-games__game-types-section, 
.page-blog-how-to-choose-vx88-games__factors-section,
.page-blog-how-to-choose-vx88-games__guide-section,
.page-blog-how-to-choose-vx88-games__faq-section,
.page-blog-how-to-choose-vx88-games__conclusion-section {
  padding: 40px 0;
  background-color: #0A4B2C; /* Deep Green for alternating sections */
  margin-bottom: 20px;
}

.page-blog-how-to-choose-vx88-games__introduction-section {
  padding: 40px 0;
  background-color: #08160F; /* Background */
  margin-bottom: 20px;
}

.page-blog-how-to-choose-vx88-games__game-category {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-choose-vx88-games__category-title {
  color: #2AD16F; /* Button top color for emphasis */
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}

.page-blog-how-to-choose-vx88-games__category-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-choose-vx88-games__subcategory-title {
  color: #F2FFF6; /* Text Main */
  font-size: 1.5rem;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-blog-how-to-choose-vx88-games__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-how-to-choose-vx88-games__list li {
  margin-bottom: 10px;
}

.page-blog-how-to-choose-vx88-games__list strong {
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-choose-vx88-games__read-more-button {
  display: inline-block;
  background: #11A84E; /* Main color */
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  margin-top: 15px;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-choose-vx88-games__read-more-button:hover {
  background-color: #22C768; /* Auxiliary color */
}

.page-blog-how-to-choose-vx88-games__factor-card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-blog-how-to-choose-vx88-games__card-title {
  color: #F2C14E; /* Gold */
  font-size: 1.7rem;
  margin-bottom: 15px;
}

.page-blog-how-to-choose-vx88-games__card-text {
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-how-to-choose-vx88-games__ordered-list {
  list-style-type: decimal;
  margin-left: 25px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-choose-vx88-games__ordered-list li {
  margin-bottom: 15px;
  padding-left: 10px;
}

.page-blog-how-to-choose-vx88-games__ordered-list li strong {
  color: #2AD16F; /* Button top color for emphasis */
}

.page-blog-how-to-choose-vx88-games__inline-button {
  display: inline-block;
  background: #11A84E; /* Main color */
  color: #ffffff;
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: normal;
  margin-left: 10px;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-choose-vx88-games__inline-button:hover {
  background-color: #22C768; /* Auxiliary color */
}

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

.page-blog-how-to-choose-vx88-games__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #F2C14E; /* Gold */
  font-weight: bold;
  font-size: 1.1rem;
  list-style: none; /* For details/summary */
}

.page-blog-how-to-choose-vx88-games__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-choose-vx88-games__faq-qtext {
  flex-grow: 1;
}

.page-blog-how-to-choose-vx88-games__faq-toggle {
  font-size: 1.5rem;
  margin-left: 10px;
  color: #2AD16F;
}

.page-blog-how-to-choose-vx88-games__faq-answer {
  color: #A7D9B8; /* Text Secondary */
  padding-top: 15px;
  line-height: 1.6;
}

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

  .page-blog-how-to-choose-vx88-games__hero-content {
    padding: 15px;
    margin: 10px;
  }

  .page-blog-how-to-choose-vx88-games__main-title {
    font-size: 2rem;
  }

  .page-blog-how-to-choose-vx88-games__description {
    font-size: 1rem;
  }

  .page-blog-how-to-choose-vx88-games__cta-button {
    padding: 12px 25px;
    font-size: 0.95rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-how-to-choose-vx88-games__section-title {
    font-size: 2rem;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .page-blog-how-to-choose-vx88-games__game-category,
  .page-blog-how-to-choose-vx88-games__factor-card,
  .page-blog-how-to-choose-vx88-games__faq-item {
    padding: 20px;
    margin-left: 15px;
    margin-right: 15px;
    max-width: calc(100% - 30px);
    width: 100%;
    box-sizing: border-box;
  }

  .page-blog-how-to-choose-vx88-games__category-title {
    font-size: 1.5rem;
  }

  .page-blog-how-to-choose-vx88-games__subcategory-title {
    font-size: 1.3rem;
  }

  .page-blog-how-to-choose-vx88-games__read-more-button,
  .page-blog-how-to-choose-vx88-games__inline-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-left: 0;
    margin-top: 10px;
  }

  .page-blog-how-to-choose-vx88-games img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-how-to-choose-vx88-games__hero-image-wrapper,
  .page-blog-how-to-choose-vx88-games__game-category,
  .page-blog-how-to-choose-vx88-games__factor-card,
  .page-blog-how-to-choose-vx88-games__faq-item,
  .page-blog-how-to-choose-vx88-games__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-how-to-choose-vx88-games__hero-section {
    padding-top: 10px !important; /* Small top padding for mobile hero */
  }
}

/* Ensure content area images are not too small */
.page-blog-how-to-choose-vx88-games__category-image,
.page-blog-how-to-choose-vx88-games__factor-card img {
  min-width: 200px;
  min-height: 200px;
}

/* Color contrast safety */
.page-blog-how-to-choose-vx88-games__text-block, 
.page-blog-how-to-choose-vx88-games__list li, 
.page-blog-how-to-choose-vx88-games__card-text,
.page-blog-how-to-choose-vx88-games__ordered-list li,
.page-blog-how-to-choose-vx88-games__faq-answer p {
  color: #F2FFF6; /* Ensure light text on dark background */
}

.page-blog-how-to-choose-vx88-games__hero-content,
.page-blog-how-to-choose-vx88-games__game-category,
.page-blog-how-to-choose-vx88-games__factor-card,
.page-blog-how-to-choose-vx88-games__faq-item {
  background-color: #11271B; /* Dark background for cards/sections */
}

.page-blog-how-to-choose-vx88-games__cta-button,
.page-blog-how-to-choose-vx88-games__read-more-button,
.page-blog-how-to-choose-vx88-games__inline-button {
  color: #ffffff; /* White text on green buttons */
}