/* style/blog-bet999-chinh-thuc-review.css */
.page-blog-bet999-chinh-thuc-review {
  color: #F2FFF6; /* Text Main from custom palette for dark body background */
  background-color: #08160F; /* Background from custom palette */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-blog-bet999-chinh-thuc-review__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 60px; /* Small top padding, rely on body for header offset */
  background-color: #0A4B2C; /* Deep Green for hero background */
  overflow: hidden;
}

.page-blog-bet999-chinh-thuc-review__hero-video-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 30px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

.page-blog-bet999-chinh-thuc-review__video-link {
    display: block;
    width: 100%;
    height: auto;
}

.page-blog-bet999-chinh-thuc-review__video {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}

.page-blog-bet999-chinh-thuc-review__hero-content {
  max-width: 900px;
  text-align: center;
  color: #F2FFF6;
  z-index: 2;
  position: relative;
}

.page-blog-bet999-chinh-thuc-review__main-title {
  font-size: clamp(2.5rem, 4vw, 3.5rem); /* Use clamp for H1 font size */
  font-weight: 700;
  margin-bottom: 20px;
  color: #F2C14E; /* Gold for main title */
  line-height: 1.2;
  letter-spacing: 0.5px;
}

.page-blog-bet999-chinh-thuc-review__description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-bet999-chinh-thuc-review__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-bet999-chinh-thuc-review__btn-primary,
.page-blog-bet999-chinh-thuc-review__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-bet999-chinh-thuc-review__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-bet999-chinh-thuc-review__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-bet999-chinh-thuc-review__btn-secondary {
  background: transparent;
  color: #F2C14E; /* Gold text */
  border: 2px solid #F2C14E;
}

.page-blog-bet999-chinh-thuc-review__btn-secondary:hover {
  background: #F2C14E;
  color: #08160F;
  transform: translateY(-3px);
}

.page-blog-bet999-chinh-thuc-review__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #08160F; /* Ensure content area uses body background */
  color: #F2FFF6; /* Main text color */
}

.page-blog-bet999-chinh-thuc-review__section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #57E38D; /* Glow color for section titles */
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 2px solid #1E3A2A; /* Divider color */
  padding-bottom: 15px;
}

.page-blog-bet999-chinh-thuc-review__sub-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #F2C14E; /* Gold for sub titles */
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-blog-bet999-chinh-thuc-review__text-block {
  font-size: 1.05rem;
  margin-bottom: 20px;
  color: #F2FFF6;
}

.page-blog-bet999-chinh-thuc-review__list,
.page-blog-bet999-chinh-thuc-review__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #F2FFF6;
}

.page-blog-bet999-chinh-thuc-review__ordered-list {
    list-style-type: decimal;
}

.page-blog-bet999-chinh-thuc-review__list-item {
  margin-bottom: 10px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-bet999-chinh-thuc-review__list-item strong {
    color: #F2FFF6;
}

.page-blog-bet999-chinh-thuc-review__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  min-height: 200px;
}

.page-blog-bet999-chinh-thuc-review__card {
  background: #11271B; /* Card BG */
  color: #F2FFF6;
  border: 1px solid #2E7A4E; /* Border color */
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-bet999-chinh-thuc-review__faq-list {
  margin-top: 30px;
}

.page-blog-bet999-chinh-thuc-review__faq-item {
  background: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border color */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-bet999-chinh-thuc-review__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6;
  font-weight: 600;
  font-size: 1.1rem;
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-bet999-chinh-thuc-review__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-bet999-chinh-thuc-review__faq-question:hover {
  background-color: #13994A;
}

.page-blog-bet999-chinh-thuc-review__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #57E38D;
}

.page-blog-bet999-chinh-thuc-review__faq-answer {
  padding: 20px 25px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1rem;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-bet999-chinh-thuc-review__main-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }
  .page-blog-bet999-chinh-thuc-review__section-title {
    font-size: 2rem;
  }
  .page-blog-bet999-chinh-thuc-review__sub-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .page-blog-bet999-chinh-thuc-review {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-bet999-chinh-thuc-review__hero-section {
    padding: 10px 15px 40px;
  }
  .page-blog-bet999-chinh-thuc-review__hero-content {
    padding: 0 15px;
  }
  .page-blog-bet999-chinh-thuc-review__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem) !important;
  }
  .page-blog-bet999-chinh-thuc-review__description {
    font-size: 1rem;
  }
  .page-blog-bet999-chinh-thuc-review__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-bet999-chinh-thuc-review__btn-primary,
  .page-blog-bet999-chinh-thuc-review__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px !important;
    font-size: 1rem !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  /* Image and Video Responsive Rules */
  .page-blog-bet999-chinh-thuc-review img,
  .page-blog-bet999-chinh-thuc-review video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-bet999-chinh-thuc-review__hero-video-wrapper,
  .page-blog-bet999-chinh-thuc-review__content-area,
  .page-blog-bet999-chinh-thuc-review__faq-item,
  .page-blog-bet999-chinh-thuc-review__cta-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  
  .page-blog-bet999-chinh-thuc-review__section-title {
    font-size: 1.8rem;
  }
  .page-blog-bet999-chinh-thuc-review__sub-title {
    font-size: 1.4rem;
  }
  .page-blog-bet999-chinh-thuc-review__list,
  .page-blog-bet999-chinh-thuc-review__ordered-list {
    margin-left: 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-bet999-chinh-thuc-review__main-title {
    font-size: clamp(1.5rem, 8vw, 2.2rem) !important;
  }
  .page-blog-bet999-chinh-thuc-review__section-title {
    font-size: 1.6rem;
  }
  .page-blog-bet999-chinh-thuc-review__sub-title {
    font-size: 1.2rem;
  }
  .page-blog-bet999-chinh-thuc-review__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }
  .page-blog-bet999-chinh-thuc-review__faq-toggle {
    font-size: 1.2rem;
  }
  .page-blog-bet999-chinh-thuc-review__faq-answer {
    padding: 15px 20px;
  }
}