/* style/blog-huong-dan-ca-cuoc-hello88.css */
.page-blog-huong-dan-ca-cuoc-hello88 {
  font-family: Arial, sans-serif;
  color: #333333; /* Default text color for light body background */
  background-color: #FFFFFF; /* Explicitly set for content area */
}

.page-blog-huong-dan-ca-cuoc-hello88__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-huong-dan-ca-cuoc-hello88__hero-section {
  padding-top: 10px; /* Small top padding, assuming shared.css handles body padding */
  padding-bottom: 60px;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
}

.page-blog-huong-dan-ca-cuoc-hello88__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-blog-huong-dan-ca-cuoc-hello88__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  color: #333333;
}

.page-blog-huong-dan-ca-cuoc-hello88__main-title {
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #26A9E0;
}

.page-blog-huong-dan-ca-cuoc-hello88__hero-description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #555555;
}

.page-blog-huong-dan-ca-cuoc-hello88__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-huong-dan-ca-cuoc-hello88__btn-primary,
.page-blog-huong-dan-ca-cuoc-hello88__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%; /* Ensure buttons don't overflow */
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-huong-dan-ca-cuoc-hello88__btn-primary {
  background-color: #26A9E0;
  color: #FFFFFF;
  border: 2px solid #26A9E0;
}

.page-blog-huong-dan-ca-cuoc-hello88__btn-primary:hover {
  background-color: #1e87b8;
  border-color: #1e87b8;
}

.page-blog-huong-dan-ca-cuoc-hello88__btn-secondary {
  background-color: #FFFFFF;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-huong-dan-ca-cuoc-hello88__btn-secondary:hover {
  background-color: #e0f2f7;
  color: #1e87b8;
}

.page-blog-huong-dan-ca-cuoc-hello88__hero-image {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}

.page-blog-huong-dan-ca-cuoc-hello88__hero-side-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Intro Section (Module 1) */
.page-blog-huong-dan-ca-cuoc-hello88__intro-section {
  padding: 80px 0;
  background-color: #FFFFFF;
  text-align: center;
}

.page-blog-huong-dan-ca-cuoc-hello88__section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #26A9E0;
}

.page-blog-huong-dan-ca-cuoc-hello88__section-description {
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 60px;
  color: #555555;
}

.page-blog-huong-dan-ca-cuoc-hello88__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-huong-dan-ca-cuoc-hello88__feature-item {
  background-color: #f8f8f8;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-blog-huong-dan-ca-cuoc-hello88__icon-box-media {
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-huong-dan-ca-cuoc-hello88__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-huong-dan-ca-cuoc-hello88__feature-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333333;
}

.page-blog-huong-dan-ca-cuoc-hello88__feature-text {
  font-size: 1rem;
  line-height: 1.5;
  color: #666666;
}

/* Guide Section */
.page-blog-huong-dan-ca-cuoc-hello88__guide-section {
  padding: 80px 0;
  background-color: #f2faff;
}

.page-blog-huong-dan-ca-cuoc-hello88__guide-step {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-huong-dan-ca-cuoc-hello88__step-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #26A9E0;
}

.page-blog-huong-dan-ca-cuoc-hello88__step-text {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #555555;
  max-width: 800px;
}

.page-blog-huong-dan-ca-cuoc-hello88__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-blog-huong-dan-ca-cuoc-hello88__step-button {
  margin-top: 20px;
  width: fit-content;
}

.page-blog-huong-dan-ca-cuoc-hello88__step-cta-group {
  margin-top: 20px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

/* FAQ Section */
.page-blog-huong-dan-ca-cuoc-hello88__faq-section {
  padding: 80px 0;
  background-color: #FFFFFF;
}

.page-blog-huong-dan-ca-cuoc-hello88__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-huong-dan-ca-cuoc-hello88__faq-item {
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-huong-dan-ca-cuoc-hello88__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  background-color: #f0f0f0;
  border-bottom: 1px solid #e0e0e0;
}

.page-blog-huong-dan-ca-cuoc-hello88__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-huong-dan-ca-cuoc-hello88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.page-blog-huong-dan-ca-cuoc-hello88__faq-qtext {
  flex-grow: 1;
}

.page-blog-huong-dan-ca-cuoc-hello88__faq-toggle {
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 15px;
  color: #26A9E0;
}

.page-blog-huong-dan-ca-cuoc-hello88__faq-answer {
  padding: 20px 25px;
  font-size: 1rem;
  line-height: 1.6;
  color: #555555;
  background-color: #FFFFFF;
}

/* Universal image and container responsiveness */
.page-blog-huong-dan-ca-cuoc-hello88 img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-blog-huong-dan-ca-cuoc-hello88__section,
.page-blog-huong-dan-ca-cuoc-hello88__card,
.page-blog-huong-dan-ca-cuoc-hello88__container {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .page-blog-huong-dan-ca-cuoc-hello88 {
    font-size: 16px;
    line-height: 1.6;
  }

  /* HERO Section Mobile */
  .page-blog-huong-dan-ca-cuoc-hello88__hero-section {
    padding-top: 10px !important; /* Ensure small top padding */
    padding-bottom: 40px;
  }

  .page-blog-huong-dan-ca-cuoc-hello88__hero-container {
    flex-direction: column;
    gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .page-blog-huong-dan-ca-cuoc-hello88__hero-content,
  .page-blog-huong-dan-ca-cuoc-hello88__hero-image {
    flex: 1 1 100%;
    min-width: unset;
  }

  .page-blog-huong-dan-ca-cuoc-hello88__main-title {
    font-size: 2rem;
    text-align: center;
  }

  .page-blog-huong-dan-ca-cuoc-hello88__hero-description {
    font-size: 1rem;
    text-align: center;
  }

  .page-blog-huong-dan-ca-cuoc-hello88__cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  /* Buttons Mobile */
  .page-blog-huong-dan-ca-cuoc-hello88__btn-primary,
  .page-blog-huong-dan-ca-cuoc-hello88__btn-secondary,
  .page-blog-huong-dan-ca-cuoc-hello88 a[class*="button"],
  .page-blog-huong-dan-ca-cuoc-hello88 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;
  }

  /* Section Titles/Descriptions Mobile */
  .page-blog-huong-dan-ca-cuoc-hello88__section-title {
    font-size: 2rem;
  }

  .page-blog-huong-dan-ca-cuoc-hello88__section-description {
    font-size: 1rem;
    margin-bottom: 40px;
  }

  /* Intro Section Mobile */
  .page-blog-huong-dan-ca-cuoc-hello88__intro-section {
    padding: 40px 0;
  }

  .page-blog-huong-dan-ca-cuoc-hello88__features-grid {
    grid-template-columns: 1fr;
  }

  /* Module 1 (Icon Box Media) - Must remain square */
  .page-blog-huong-dan-ca-cuoc-hello88__icon-box-media {
    width: 180px;
    height: 180px;
    margin-bottom: 15px;
  }

  /* Guide Section Mobile */
  .page-blog-huong-dan-ca-cuoc-hello88__guide-section {
    padding: 40px 0;
  }

  .page-blog-huong-dan-ca-cuoc-hello88__guide-step {
    padding: 25px;
    margin-bottom: 25px;
  }

  .page-blog-huong-dan-ca-cuoc-hello88__step-title {
    font-size: 1.5rem;
  }

  .page-blog-huong-dan-ca-cuoc-hello88__step-text {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }

  .page-blog-huong-dan-ca-cuoc-hello88__step-cta-group {
    flex-direction: column;
    gap: 10px;
  }

  /* FAQ Section Mobile */
  .page-blog-huong-dan-ca-cuoc-hello88__faq-section {
    padding: 40px 0;
  }

  .page-blog-huong-dan-ca-cuoc-hello88__faq-item summary {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-blog-huong-dan-ca-cuoc-hello88__faq-answer {
    padding: 15px 20px;
    font-size: 0.95rem;
  }

  /* Universal image responsiveness */
  .page-blog-huong-dan-ca-cuoc-hello88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Universal container responsiveness */
  .page-blog-huong-dan-ca-cuoc-hello88__section,
  .page-blog-huong-dan-ca-cuoc-hello88__card,
  .page-blog-huong-dan-ca-cuoc-hello88__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}