.page-blog-huong-dan-ca-cuoc-the-thao-q888 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #f8f8f8; /* Light background for the main content area */
}

.page-blog-huong-dan-ca-cuoc-the-thao-q888__hero-section {
  position: relative;
  width: 100%;
  padding-top: 10px; /* Small top padding, assuming body has --header-offset */
  margin-bottom: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-blog-huong-dan-ca-cuoc-the-thao-q888__hero-image {
  width: 100%;
  height: 600px; /* Fixed height for desktop */
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-q888__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Cover for desktop */
  display: block;
}

.page-blog-huong-dan-ca-cuoc-the-thao-q888__hero-content {
  max-width: 900px;
  padding: 0 20px 40px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); /* Gradient for text readability */
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 40px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-q888__main-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem); /* Responsive font size */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #FFFF00; /* Register/Login font color for title */
}

.page-blog-huong-dan-ca-cuoc-the-thao-q888__hero-description {
  font-size: clamp(1rem, 2vw, 1.2rem);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-huong-dan-ca-cuoc-the-thao-q888__cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.page-blog-huong-dan-ca-cuoc-the-thao-q888__cta-buttons--centered {
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-q888__btn-primary,
.page-blog-huong-dan-ca-cuoc-the-thao-q888__btn-secondary,
.page-blog-huong-dan-ca-cuoc-the-thao-q888__inline-link {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-huong-dan-ca-cuoc-the-thao-q888__btn-primary {
  background-color: #C30808; /* Register/Login color */
  color: #ffffff;
  border: 2px solid #C30808;
}

.page-blog-huong-dan-ca-cuoc-the-thao-q888__btn-primary:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-blog-huong-dan-ca-cuoc-the-thao-q888__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-blog-huong-dan-ca-cuoc-the-thao-q888__btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.page-blog-huong-dan-ca-cuoc-the-thao-q888__content-area {
  padding: 40px 0;
  background-color: #ffffff; /* Explicitly white background for content */
  color: #333333;
}

.page-blog-huong-dan-ca-cuoc-the-thao-q888__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-huong-dan-ca-cuoc-the-thao-q888__article-body {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-blog-huong-dan-ca-cuoc-the-thao-q888__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: #017439;
  margin-bottom: 25px;
  font-weight: 700;
  text-align: left;
}

.page-blog-huong-dan-ca-cuoc-the-thao-q888__sub-title {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: #017439;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
  text-align: left;
}

.page-blog-huong-dan-ca-cuoc-the-thao-q888 p {
  margin-bottom: 1em;
  font-size: 1.05rem;
  line-height: 1.7;
}

.page-blog-huong-dan-ca-cuoc-the-thao-q888__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 1em;
  font-size: 1.05rem;
  line-height: 1.7;
}

.page-blog-huong-dan-ca-cuoc-the-thao-q888__list li {
  margin-bottom: 0.5em;
}

.page-blog-huong-dan-ca-cuoc-the-thao-q888__article-figure {
  margin: 30px auto;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-huong-dan-ca-cuoc-the-thao-q888__article-figure img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: block; /* Ensure it behaves as a block element */
  margin: 0 auto;
  min-width: 200px; /* Minimum size requirement */
  min-height: 200px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-q888__figure-caption {
  font-style: italic;
  font-size: 0.95rem;
  color: #666666;
  margin-top: 10px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-q888__inline-link {
  color: #017439;
  text-decoration: underline;
  font-weight: 600;
}

.page-blog-huong-dan-ca-cuoc-the-thao-q888__inline-link:hover {
  color: #005a2d;
  text-decoration: none;
}

/* FAQ Section */
.page-blog-huong-dan-ca-cuoc-the-thao-q888__faq-section {
  margin-top: 40px;
}

details.page-blog-huong-dan-ca-cuoc-the-thao-q888__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
}
details.page-blog-huong-dan-ca-cuoc-the-thao-q888__faq-item summary.page-blog-huong-dan-ca-cuoc-the-thao-q888__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}
details.page-blog-huong-dan-ca-cuoc-the-thao-q888__faq-item summary.page-blog-huong-dan-ca-cuoc-the-thao-q888__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-huong-dan-ca-cuoc-the-thao-q888__faq-item summary.page-blog-huong-dan-ca-cuoc-the-thao-q888__faq-question:hover {
  background: #f5f5f5;
}
.page-blog-huong-dan-ca-cuoc-the-thao-q888__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #333333;
}
details.page-blog-huong-dan-ca-cuoc-the-thao-q888__faq-item[open] .page-blog-huong-dan-ca-cuoc-the-thao-q888__faq-qtext {
  color: #017439;
}
.page-blog-huong-dan-ca-cuoc-the-thao-q888__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-huong-dan-ca-cuoc-the-thao-q888__faq-item .page-blog-huong-dan-ca-cuoc-the-thao-q888__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: #555555;
}


/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-huong-dan-ca-cuoc-the-thao-q888__hero-image {
    height: 500px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-q888__hero-content {
    padding-bottom: 30px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-q888__main-title {
    font-size: clamp(2rem, 3.5vw, 2.8rem);
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-q888__hero-description {
    font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-q888__article-body {
    padding: 25px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-q888__section-title {
    font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-q888__sub-title {
    font-size: clamp(1.3rem, 2.3vw, 1.8rem);
  }
}

@media (max-width: 849px) {
  .page-blog-huong-dan-ca-cuoc-the-thao-q888__hero-image img {
    object-fit: contain !important;
    aspect-ratio: unset !important; /* Allow aspect ratio to adjust for contain */
  }
}

@media (max-width: 768px) {
  .page-blog-huong-dan-ca-cuoc-the-thao-q888__hero-section {
    padding-top: 10px; /* Small top padding for mobile */
    margin-bottom: 30px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-q888__hero-image {
    height: 300px; /* Shorter hero image for mobile */
    margin-bottom: 10px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-q888__hero-content {
    position: static;
    background: none; /* Remove gradient for mobile */
    color: #333333; /* Dark text for light background */
    padding: 0 15px 20px; /* Adjust padding */
    width: 100%;
    box-sizing: border-box;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-q888__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem); /* Adjust clamp for mobile */
    text-align: center;
    color: #017439; /* Use primary color for title on light background */
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-q888__hero-description {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-q888__cta-buttons {
    flex-direction: column; /* Stack buttons vertically */
    gap: 10px;
    padding: 0 15px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-q888__btn-primary,
  .page-blog-huong-dan-ca-cuoc-the-thao-q888__btn-secondary,
  .page-blog-huong-dan-ca-cuoc-the-thao-q888 a[class*="button"],
  .page-blog-huong-dan-ca-cuoc-the-thao-q888 a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-q888__btn-secondary {
    color: #017439; /* Primary color for secondary button text on light background */
    border-color: #017439;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-q888__container {
    padding: 0 15px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-q888__article-body {
    padding: 20px 15px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-q888__section-title,
  .page-blog-huong-dan-ca-cuoc-the-thao-q888__sub-title {
    text-align: center;
    font-size: clamp(1.5rem, 5vw, 2rem);
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-q888 p,
  .page-blog-huong-dan-ca-cuoc-the-thao-q888__list {
    font-size: 1rem;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-q888__list {
    margin-left: 20px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-q888__article-figure {
    margin: 20px auto;
    padding: 0 5px; /* Small padding to prevent overflow */
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-q888__article-figure img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  /* General content area images and containers */
  .page-blog-huong-dan-ca-cuoc-the-thao-q888 img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-q888__content-area,
  .page-blog-huong-dan-ca-cuoc-the-thao-q888__article-body,
  .page-blog-huong-dan-ca-cuoc-the-thao-q888__faq-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  details.page-blog-huong-dan-ca-cuoc-the-thao-q888__faq-item summary.page-blog-huong-dan-ca-cuoc-the-thao-q888__faq-question { padding: 15px; }
  .page-blog-huong-dan-ca-cuoc-the-thao-q888__faq-qtext { font-size: 15px; }
  details.page-blog-huong-dan-ca-cuoc-the-thao-q888__faq-item .page-blog-huong-dan-ca-cuoc-the-thao-q888__faq-answer {
    padding: 0 15px 15px;
  }
}