/* style/blog-how-to-choose-ga88-slot-games.css */
.page-blog-how-to-choose-ga88-slot-games {
  color: #F2FFF6; /* Default text color for dark background sections */
  font-family: 'Arial', sans-serif;
}

.page-blog-how-to-choose-ga88-slot-games__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
  text-align: center;
  overflow: hidden;
  background: #08160F; /* Background color for hero section */
}

.page-blog-how-to-choose-ga88-slot-games__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 600px; /* Limit height on larger screens */
}

.page-blog-how-to-choose-ga88-slot-games__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  margin-top: 20px; /* Space between image and content */
}

.page-blog-how-to-choose-ga88-slot-games__main-title {
  font-size: clamp(2em, 5vw, 3.5em);
  color: #F2C14E; /* Gold for main title */
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: bold;
}

.page-blog-how-to-choose-ga88-slot-games__hero-description {
  font-size: clamp(1em, 2vw, 1.3em);
  color: #A7D9B8;
  margin-bottom: 30px;
  line-height: 1.5;
}

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

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

.page-blog-how-to-choose-ga88-slot-games__cta-button--large {
    padding: 18px 35px;
    font-size: 1.2em;
}

.page-blog-how-to-choose-ga88-slot-games__button-inline {
    margin-top: 20px;
}

.page-blog-how-to-choose-ga88-slot-games__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

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

.page-blog-how-to-choose-ga88-slot-games__dark-bg {
  background: #08160F;
  color: #F2FFF6;
}

.page-blog-how-to-choose-ga88-slot-games__container {
  max-width: 1000px;
  margin: 0 auto;
}

.page-blog-how-to-choose-ga88-slot-games__section-title {
  font-size: clamp(1.8em, 4vw, 2.5em);
  color: #11A84E;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-blog-how-to-choose-ga88-slot-games__sub-title {
  font-size: clamp(1.4em, 3vw, 1.8em);
  color: #22C768;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-how-to-choose-ga88-slot-games__heading-four {
  font-size: clamp(1.1em, 2.5vw, 1.3em);
  color: #11A84E;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-how-to-choose-ga88-slot-games__paragraph {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 15px;
}

.page-blog-how-to-choose-ga88-slot-games__image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  min-width: 200px; /* Minimum size requirement */
  min-height: 200px; /* Minimum size requirement */
}

.page-blog-how-to-choose-ga88-slot-games__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-blog-how-to-choose-ga88-slot-games__list-item {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 10px;
}

.page-blog-how-to-choose-ga88-slot-games__list-strong {
  color: #22C768;
}

/* Text colors for dark background */
.page-blog-how-to-choose-ga88-slot-games__dark-bg .page-blog-how-to-choose-ga88-slot-games__section-title,
.page-blog-how-to-choose-ga88-slot-games__dark-bg .page-blog-how-to-choose-ga88-slot-games__sub-title,
.page-blog-how-to-choose-ga88-slot-games__dark-bg .page-blog-how-to-choose-ga88-slot-games__heading-four {
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-choose-ga88-slot-games__dark-bg .page-blog-how-to-choose-ga88-slot-games__paragraph,
.page-blog-how-to-choose-ga88-slot-games__dark-bg .page-blog-how-to-choose-ga88-slot-games__list-item {
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-how-to-choose-ga88-slot-games__dark-bg .page-blog-how-to-choose-ga88-slot-games__list-strong {
  color: #F2C14E; /* Gold for emphasis on dark background */
}

/* FAQ Section */
.page-blog-how-to-choose-ga88-slot-games__faq-section {
  padding: 40px 20px;
}

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

.page-blog-how-to-choose-ga88-slot-games__faq-item {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-blog-how-to-choose-ga88-slot-games__faq-item[open] {
  background: #e6ffe6; /* Lighter green for open FAQ */
  border-color: #11A84E;
}

.page-blog-how-to-choose-ga88-slot-games__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  font-weight: bold;
  color: #333333;
  font-size: 1.1em;
  list-style: none; /* Remove default marker for details */
}

.page-blog-how-to-choose-ga88-slot-games__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for webkit browsers */
}

.page-blog-how-to-choose-ga88-slot-games__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #11A84E;
  transition: transform 0.3s ease;
}

.page-blog-how-to-choose-ga88-slot-games__faq-item[open] .page-blog-how-to-choose-ga88-slot-games__faq-toggle {
  transform: rotate(45deg); /* Change + to X or similar */
}

.page-blog-how-to-choose-ga88-slot-games__faq-answer {
  padding: 0 20px 15px 20px;
  color: #555555;
  font-size: 0.95em;
  line-height: 1.6;
}

/* CTA Section */
.page-blog-how-to-choose-ga88-slot-games__cta-section {
  padding: 60px 20px;
  text-align: center;
  background: #08160F;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-how-to-choose-ga88-slot-games {
    font-size: 16px;
    line-height: 1.6;
  }
  
  .page-blog-how-to-choose-ga88-slot-games__hero-section {
    padding: 10px 15px 40px 15px;
  }

  .page-blog-how-to-choose-ga88-slot-games__hero-content {
    padding: 15px;
  }

  .page-blog-how-to-choose-ga88-slot-games__main-title {
    font-size: 2em; /* Smaller on mobile */
  }

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

  .page-blog-how-to-choose-ga88-slot-games__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-blog-how-to-choose-ga88-slot-games__content-area,
  .page-blog-how-to-choose-ga88-slot-games__faq-section,
  .page-blog-how-to-choose-ga88-slot-games__cta-section {
    padding: 30px 15px;
  }

  .page-blog-how-to-choose-ga88-slot-games__section-title {
    font-size: 1.5em;
  }

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

  .page-blog-how-to-choose-ga88-slot-games__heading-four {
    font-size: 1.1em;
  }

  .page-blog-how-to-choose-ga88-slot-games__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: unset; /* Allow smaller than 200px on mobile if content demands, but overall max-width:100% */
    min-height: unset;
  }

  .page-blog-how-to-choose-ga88-slot-games__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

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

  .page-blog-how-to-choose-ga88-slot-games__faq-answer {
    padding: 0 15px 12px 15px;
  }
}