.page-blog-how-to-choose-betcom88-games {
  font-family: Arial, sans-serif;
  color: #FFF3E6; /* Text Main */
  background-color: #0D0E12; /* Background */
}

.page-blog-how-to-choose-betcom88-games__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-how-to-choose-betcom88-games__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.page-blog-how-to-choose-betcom88-games__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay for readability */
  border-radius: 10px;
}

.page-blog-how-to-choose-betcom88-games__main-title {
  color: #FF8C1A; /* Main color for emphasis */
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

.page-blog-how-to-choose-betcom88-games__hero-description {
  font-size: clamp(1rem, 2vw, 1.3rem);
  color: #FFF3E6;
  margin-bottom: 30px;
  line-height: 1.6;
}

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

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

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

.page-blog-how-to-choose-betcom88-games__cta-button--secondary {
  background: #17191F; /* Card BG */
  border: 2px solid #A84F0C; /* Border */
  color: #FFF3E6;
  margin-left: 15px;
}

.page-blog-how-to-choose-betcom88-games__cta-button--secondary:hover {
  background: #A84F0C;
  transform: translateY(-2px);
}

.page-blog-how-to-choose-betcom88-games__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
  line-height: 1.7;
}

.page-blog-how-to-choose-betcom88-games__section-title {
  color: #FF8C1A;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}

.page-blog-how-to-choose-betcom88-games__text-block {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #FFF3E6;
}

.page-blog-how-to-choose-betcom88-games__highlight {
  color: #FFA53A;
  font-weight: bold;
}

.page-blog-how-to-choose-betcom88-games__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #FFF3E6;
}

.page-blog-how-to-choose-betcom88-games__list-item {
  font-size: 1.1rem;
  margin-bottom: 10px;
  line-height: 1.6;
}

.page-blog-how-to-choose-betcom88-games__image-inline {
  display: block;
  margin: 40px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-choose-betcom88-games__game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-blog-how-to-choose-betcom88-games__card {
  background-color: #17191F; /* Card BG */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #A84F0C; /* Border */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-how-to-choose-betcom88-games__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
}

.page-blog-how-to-choose-betcom88-games__card-title {
  font-size: 1.5rem;
  color: #FF8C1A;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-how-to-choose-betcom88-games__card-title a {
  color: #FF8C1A;
  text-decoration: none;
}

.page-blog-how-to-choose-betcom88-games__card-title a:hover {
  text-decoration: underline;
}

.page-blog-how-to-choose-betcom88-games__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 15px;
  display: block; /* Ensure it behaves as a block element */
}

.page-blog-how-to-choose-betcom88-games__card-description {
  font-size: 1rem;
  color: #FFF3E6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-how-to-choose-betcom88-games__card-button {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #FFF3E6;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-blog-how-to-choose-betcom88-games__card-button:hover {
  background: linear-gradient(180deg, #D96800 0%, #FFA53A 100%);
  transform: translateY(-2px);
}

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

.page-blog-how-to-choose-betcom88-games__faq-item {
  background-color: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-how-to-choose-betcom88-games__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: bold;
  color: #FF8C1A;
  background-color: #0D0E12;
  border-bottom: 1px solid #A84F0C;
}

.page-blog-how-to-choose-betcom88-games__faq-item[open] .page-blog-how-to-choose-betcom88-games__faq-question {
  border-bottom: 1px solid #A84F0C;
}

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

.page-blog-how-to-choose-betcom88-games__faq-toggle {
  font-size: 1.5rem;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

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

.page-blog-how-to-choose-betcom88-games__faq-answer {
  padding: 20px;
  font-size: 1.05rem;
  color: #FFF3E6;
  line-height: 1.6;
}

.page-blog-how-to-choose-betcom88-games__faq-answer p {
  margin-bottom: 0;
}

.page-blog-how-to-choose-betcom88-games__cta-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-how-to-choose-betcom88-games__hero-section {
    padding: 10px 15px 40px;
  }

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

  .page-blog-how-to-choose-betcom88-games__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .page-blog-how-to-choose-betcom88-games__hero-description {
    font-size: clamp(0.9rem, 3vw, 1.1rem);
  }

  .page-blog-how-to-choose-betcom88-games__cta-button,
  .page-blog-how-to-choose-betcom88-games__cta-button--large,
  .page-blog-how-to-choose-betcom88-games__cta-button--secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px !important;
    font-size: 1rem !important;
    margin: 0 0 10px 0 !important; /* Reset margin for stacked buttons */
  }
  
  .page-blog-how-to-choose-betcom88-games__cta-container {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-how-to-choose-betcom88-games__content-area {
    padding: 30px 15px;
  }

  .page-blog-how-to-choose-betcom88-games__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: 20px;
  }

  .page-blog-how-to-choose-betcom88-games__text-block,
  .page-blog-how-to-choose-betcom88-games__list-item,
  .page-blog-how-to-choose-betcom88-games__card-description,
  .page-blog-how-to-choose-betcom88-games__faq-answer {
    font-size: 1rem;
  }

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

  .page-blog-how-to-choose-betcom88-games__image-inline,
  .page-blog-how-to-choose-betcom88-games__card-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-choose-betcom88-games__game-categories {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

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

  .page-blog-how-to-choose-betcom88-games__card-button {
    font-size: 0.9rem;
    padding: 8px 15px;
  }

  .page-blog-how-to-choose-betcom88-games__faq-question {
    font-size: 1.05rem;
    padding: 15px;
  }
}