.page-blog-how-to-choose-gamvip-games {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-main, #F2FFF6); /* Default text color, adjusted by sections */
  background-color: var(--bg-color, #08160F); /* Default background from shared */
}

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

/* Hero Section */
.page-blog-how-to-choose-gamvip-games__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 0;
  overflow: hidden;
  background-color: var(--bg-color, #08160F);
}

.page-blog-how-to-choose-gamvip-games__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 500px; /* Adjust as needed */
}

.page-blog-how-to-choose-gamvip-games__hero-content {
  position: relative;
  z-index: 1;
  padding: 20px;
  max-width: 800px;
  margin-top: 20px;
}

.page-blog-how-to-choose-gamvip-games__hero-title {
  color: var(--text-main, #F2FFF6);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
}

.page-blog-how-to-choose-gamvip-games__hero-description {
  color: var(--text-secondary, #A7D9B8);
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-blog-how-to-choose-gamvip-games__hero-button {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

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

/* Section Titles */
.page-blog-how-to-choose-gamvip-games__section-title {
  color: var(--text-main, #F2FFF6);
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.2em;
  font-weight: bold;
}

.page-blog-how-to-choose-gamvip-games__sub-title {
  color: var(--text-main, #F2FFF6);
  font-size: 1.6em;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-how-to-choose-gamvip-games__paragraph {
  color: var(--text-secondary, #A7D9B8);
  margin-bottom: 15px;
  font-size: 1.05em;
}

.page-blog-how-to-choose-gamvip-games__image-inline {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  object-fit: cover;
}

/* Introduction Section */
.page-blog-how-to-choose-gamvip-games__introduction-section {
  padding: 60px 0;
  background-color: var(--background-color, #08160F);
  color: var(--text-main, #F2FFF6);
}

.page-blog-how-to-choose-gamvip-games__introduction-section .page-blog-how-to-choose-gamvip-games__section-title,
.page-blog-how-to-choose-gamvip-games__introduction-section .page-blog-how-to-choose-gamvip-games__paragraph {
  color: var(--text-main, #F2FFF6);
}

.page-blog-how-to-choose-gamvip-games__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  margin-top: 40px;
  border-radius: 10px;
  width: 100%; /* Ensure desktop width is 100% */
  max-width: 100%;
  box-sizing: border-box;
}

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

.page-blog-how-to-choose-gamvip-games__video-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
  max-width: 90%;
}

.page-blog-how-to-choose-gamvip-games__video-overlay-button:hover {
  transform: translate(-50%, -50%) translateY(-2px);
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

/* Content Area */
.page-blog-how-to-choose-gamvip-games__content-area {
  padding: 60px 0;
  background-color: var(--light-bg, #ffffff); /* Using a lighter background for contrast */
  color: var(--dark-text, #333333);
}

.page-blog-how-to-choose-gamvip-games__content-area .page-blog-how-to-choose-gamvip-games__section-title,
.page-blog-how-to-choose-gamvip-games__content-area .page-blog-how-to-choose-gamvip-games__sub-title {
  color: var(--dark-text, #333333);
}

.page-blog-how-to-choose-gamvip-games__content-area .page-blog-how-to-choose-gamvip-games__paragraph {
  color: var(--dark-text, #333333);
}

/* Game Categories */
.page-blog-how-to-choose-gamvip-games__game-categories {
  padding: 60px 0;
  background-color: var(--card-bg, #11271B);
}

.page-blog-how-to-choose-gamvip-games__game-categories .page-blog-how-to-choose-gamvip-games__section-title {
  color: var(--text-main, #F2FFF6);
}

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

.page-blog-how-to-choose-gamvip-games__card {
  background-color: var(--bg-color, #08160F);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  color: var(--text-main, #F2FFF6);
  border: 1px solid var(--border-color, #2E7A4E);
}

.page-blog-how-to-choose-gamvip-games__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-blog-how-to-choose-gamvip-games__card-title {
  font-size: 1.4em;
  font-weight: bold;
  margin: 20px 20px 10px;
  color: var(--text-main, #F2FFF6);
}

.page-blog-how-to-choose-gamvip-games__card-description {
  font-size: 0.95em;
  color: var(--text-secondary, #A7D9B8);
  margin: 0 20px 20px;
  flex-grow: 1;
}

.page-blog-how-to-choose-gamvip-games__card-button {
  display: block;
  width: calc(100% - 40px);
  margin: 0 20px 20px;
  padding: 10px 15px;
  text-align: center;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-sizing: border-box;
}

.page-blog-how-to-choose-gamvip-games__card-button:hover {
  transform: translateY(-1px);
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

/* Strategies and Tips */
.page-blog-how-to-choose-gamvip-games__strategies-tips {
  padding: 60px 0;
  background-color: var(--light-bg, #ffffff);
}

.page-blog-how-to-choose-gamvip-games__strategies-tips .page-blog-how-to-choose-gamvip-games__section-title,
.page-blog-how-to-choose-gamvip-games__strategies-tips .page-blog-how-to-choose-gamvip-games__sub-title,
.page-blog-how-to-choose-gamvip-games__strategies-tips .page-blog-how-to-choose-gamvip-games__paragraph {
  color: var(--dark-text, #333333);
}

.page-blog-how-to-choose-gamvip-games__cta-button {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  margin-bottom: 20px;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

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

/* FAQ Section */
.page-blog-how-to-choose-gamvip-games__faq-section {
  padding: 60px 0;
  background-color: var(--card-bg, #11271B);
}

.page-blog-how-to-choose-gamvip-games__faq-section .page-blog-how-to-choose-gamvip-games__section-title {
  color: var(--text-main, #F2FFF6);
}

.page-blog-how-to-choose-gamvip-games__faq-list {
  margin-top: 40px;
}

.page-blog-how-to-choose-gamvip-games__faq-item {
  background-color: var(--bg-color, #08160F);
  border: 1px solid var(--border-color, #2E7A4E);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-how-to-choose-gamvip-games__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  color: var(--text-main, #F2FFF6);
  font-size: 1.1em;
  list-style: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

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

.page-blog-how-to-choose-gamvip-games__faq-question:hover {
  background-color: rgba(46, 122, 78, 0.2); /* Lighter green hover */
}

.page-blog-how-to-choose-gamvip-games__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: var(--glow, #57E38D);
}

.page-blog-how-to-choose-gamvip-games__faq-item[open] .page-blog-how-to-choose-gamvip-games__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-choose-gamvip-games__faq-answer {
  padding: 0 25px 18px;
  color: var(--text-secondary, #A7D9B8);
  font-size: 1em;
}

/* Conclusion Section */
.page-blog-how-to-choose-gamvip-games__conclusion-section {
  padding: 60px 0;
  text-align: center;
  background-color: var(--light-bg, #ffffff);
}

.page-blog-how-to-choose-gamvip-games__conclusion-section .page-blog-how-to-choose-gamvip-games__section-title,
.page-blog-how-to-choose-gamvip-games__conclusion-section .page-blog-how-to-choose-gamvip-games__paragraph {
  color: var(--dark-text, #333333);
}

.page-blog-how-to-choose-gamvip-games__conclusion-button {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 10px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  margin-top: 30px;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-how-to-choose-gamvip-games__conclusion-button:hover {
  transform: translateY(-3px);
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-how-to-choose-gamvip-games__hero-title {
    font-size: 2.5em;
  }

  .page-blog-how-to-choose-gamvip-games__section-title {
    font-size: 2em;
  }
}

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

  .page-blog-how-to-choose-gamvip-games__container {
    padding: 0 15px;
  }

  .page-blog-how-to-choose-gamvip-games__hero-section {
    padding: 30px 0;
  }

  .page-blog-how-to-choose-gamvip-games__hero-title {
    font-size: 2em;
    margin-bottom: 10px;
  }

  .page-blog-how-to-choose-gamvip-games__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-blog-how-to-choose-gamvip-games__hero-button,
  .page-blog-how-to-choose-gamvip-games__cta-button,
  .page-blog-how-to-choose-gamvip-games__conclusion-button,
  .page-blog-how-to-choose-gamvip-games__video-overlay-button {
    padding: 10px 20px;
    font-size: 1em;
    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-gamvip-games__introduction-section,
  .page-blog-how-to-choose-gamvip-games__content-area,
  .page-blog-how-to-choose-gamvip-games__game-categories,
  .page-blog-how-to-choose-gamvip-games__strategies-tips,
  .page-blog-how-to-choose-gamvip-games__faq-section,
  .page-blog-how-to-choose-gamvip-games__conclusion-section {
    padding: 40px 0;
  }

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

  .page-blog-how-to-choose-gamvip-games__sub-title {
    font-size: 1.4em;
    margin-top: 25px;
  }

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

  .page-blog-how-to-choose-gamvip-games__card-image {
    height: 180px;
  }

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

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

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

  .page-blog-how-to-choose-gamvip-games video,
  .page-blog-how-to-choose-gamvip-games__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-how-to-choose-gamvip-games__video-wrapper,
  .page-blog-how-to-choose-gamvip-games__card,
  .page-blog-how-to-choose-gamvip-games__cta-buttons,
  .page-blog-how-to-choose-gamvip-games__button-group,
  .page-blog-how-to-choose-gamvip-games__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  
  .page-blog-how-to-choose-gamvip-games__video-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 480px) {
  .page-blog-how-to-choose-gamvip-games__hero-title {
    font-size: 1.8em;
  }

  .page-blog-how-to-choose-gamvip-games__section-title {
    font-size: 1.6em;
  }

  .page-blog-how-to-choose-gamvip-games__sub-title {
    font-size: 1.2em;
  }

  .page-blog-how-to-choose-gamvip-games__hero-button,
  .page-blog-how-to-choose-gamvip-games__cta-button,
  .page-blog-how-to-choose-gamvip-games__conclusion-button,
  .page-blog-how-to-choose-gamvip-games__video-overlay-button {
    font-size: 0.9em;
    padding: 10px 15px;
  }
}

/* Color Contrast Adjustments */
.page-blog-how-to-choose-gamvip-games__dark-bg {
  background-color: var(--bg-color, #08160F);
  color: var(--text-main, #F2FFF6);
}

.page-blog-how-to-choose-gamvip-games__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-blog-how-to-choose-gamvip-games__light-bg .page-blog-how-to-choose-gamvip-games__section-title,
.page-blog-how-to-choose-gamvip-games__light-bg .page-blog-how-to-choose-gamvip-games__sub-title {
  color: #333333;
}

.page-blog-how-to-choose-gamvip-games__light-bg .page-blog-how-to-choose-gamvip-games__paragraph {
  color: #333333;
}