.page-blog-huong-dan-ca-cuoc-the-thao-halo88 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #1F2D3D;
  background-color: #F4F7FB;
}

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

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__section-title {
  font-size: 32px;
  color: #1F2D3D;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__section-description {
  font-size: 18px;
  color: #1F2D3D;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__btn-primary {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
}

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
}

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  background-color: #ffffff;
  color: #2F6BFF;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  border: 2px solid #2F6BFF;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
}

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__btn-secondary:hover {
  background-color: #2F6BFF;
  color: #ffffff;
}

.page-blog-huong-dan-ca-cuoc-the-thao-halo88 img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* HERO Section */
.page-blog-huong-dan-ca-cuoc-the-thao-halo88__hero-section {
  padding-top: 10px; /* Assuming body padding-top is handled by shared.css */
  padding-bottom: 60px;
  background-color: #F4F7FB;
}

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 40px 16px;
  max-width: 1170px;
  margin: 0 auto;
}

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
  color: #1F2D3D;
}

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__main-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #000000;
}

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__description {
  font-size: 18px;
  margin-bottom: 30px;
  color: #1F2D3D;
}

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

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__hero-image {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
}

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__hero-image img {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Introduction Section */
.page-blog-huong-dan-ca-cuoc-the-thao-halo88__introduction-section {
  padding: 80px 0;
  background-color: #F4F7FB;
  color: #1F2D3D;
}

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

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__feature-item {
  text-align: center;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__feature-item:hover {
  transform: translateY(-10px);
}

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__icon-box-media {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D6E2FF;
}

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__feature-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #2F6BFF;
}

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__feature-text {
  font-size: 16px;
  color: #1F2D3D;
}

/* Guide Section */
.page-blog-huong-dan-ca-cuoc-the-thao-halo88__guide-section {
  padding: 80px 0;
  background-color: #ffffff;
  color: #1F2D3D;
}

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__guide-step {
  margin-bottom: 60px;
  padding: 30px;
  border-radius: 12px;
  background-color: #F4F7FB;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__step-title {
  font-size: 28px;
  color: #2F6BFF;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__step-text {
  font-size: 17px;
  margin-bottom: 20px;
  color: #1F2D3D;
}

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__step-image {
  border-radius: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Tips Section */
.page-blog-huong-dan-ca-cuoc-the-thao-halo88__tips-section {
  padding: 80px 0;
  background-color: #F4F7FB;
  color: #1F2D3D;
}

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__tips-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__tip-item {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  font-size: 17px;
  color: #1F2D3D;
  position: relative;
  padding-left: 40px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__tip-item::before {
  content: '✓';
  position: absolute;
  left: 15px;
  top: 20px;
  color: #2F6BFF;
  font-weight: bold;
}

/* FAQ Section */
.page-blog-huong-dan-ca-cuoc-the-thao-halo88__faq-section {
  padding: 80px 0;
  background-color: #ffffff;
  color: #1F2D3D;
}

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__faq-list {
  margin-top: 40px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__faq-item {
  margin-bottom: 15px;
  border: 1px solid #D6E2FF;
  border-radius: 8px;
  overflow: hidden;
  background-color: #F4F7FB;
}

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background-color: #E6EEFF;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  list-style: none; /* For details tag */
}

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__faq-toggle {
  font-size: 24px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__faq-item[open] .page-blog-huong-dan-ca-cuoc-the-thao-halo88__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__faq-answer {
  padding: 15px 25px 25px;
  font-size: 16px;
  color: #1F2D3D;
  background-color: #F4F7FB;
}

/* CTA Bottom Section */
.page-blog-huong-dan-ca-cuoc-the-thao-halo88__cta-bottom-section {
  padding: 80px 0;
  background-color: #2F6BFF;
  color: #ffffff;
  text-align: center;
}

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__cta-bottom-section .page-blog-huong-dan-ca-cuoc-the-thao-halo88__section-title,
.page-blog-huong-dan-ca-cuoc-the-thao-halo88__cta-bottom-section .page-blog-huong-dan-ca-cuoc-the-thao-halo88__section-description {
  color: #ffffff;
}

.page-blog-huong-dan-ca-cuoc-the-thao-halo88__cta-bottom-section .page-blog-huong-dan-ca-cuoc-the-thao-halo88__btn-primary {
  margin-top: 30px;
  padding: 15px 35px;
  font-size: 18px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__hero-container {
    flex-direction: column;
    text-align: center;
  }

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

  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__main-title,
  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__description {
    text-align: center;
  }

  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__cta-buttons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .page-blog-huong-dan-ca-cuoc-the-thao-halo88 {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px !important;
  }

  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__hero-container {
    padding: 20px 0 !important;
    gap: 20px !important;
  }

  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__main-title {
    font-size: 36px !important;
    margin-bottom: 15px !important;
  }

  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__description {
    font-size: 16px !important;
    margin-bottom: 25px !important;
  }

  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__cta-buttons {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__btn-primary,
  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__btn-secondary,
  .page-blog-huong-dan-ca-cuoc-the-thao-halo88 a[class*="button"],
  .page-blog-huong-dan-ca-cuoc-the-thao-halo88 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 !important;
    padding-right: 15px !important;
  }

  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__hero-image img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__section-title {
    font-size: 28px !important;
    margin-bottom: 15px !important;
  }

  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__section-description {
    font-size: 16px !important;
    margin-bottom: 30px !important;
  }

  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__introduction-section,
  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__guide-section,
  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__tips-section,
  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__faq-section,
  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__cta-bottom-section {
    padding: 40px 0 !important;
  }

  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__features-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__icon-box-media {
    width: 100px !important;
    height: 100px !important;
    margin-bottom: 15px !important;
  }

  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__feature-title {
    font-size: 20px !important;
  }

  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__guide-step {
    margin-bottom: 40px !important;
    padding: 20px !important;
  }

  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__step-title {
    font-size: 24px !important;
  }

  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__step-text {
    font-size: 16px !important;
  }

  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__step-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__tips-list {
    grid-template-columns: 1fr !important;
  }

  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__tip-item {
    font-size: 16px !important;
    padding-left: 35px !important;
  }

  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__tip-item::before {
    left: 10px !important;
    top: 18px !important;
  }

  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__faq-question {
    font-size: 16px !important;
    padding: 15px 20px !important;
  }

  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__faq-answer {
    padding: 10px 20px 20px !important;
    font-size: 15px !important;
  }

  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__cta-bottom-section .page-blog-huong-dan-ca-cuoc-the-thao-halo88__btn-primary {
    padding: 12px 25px !important;
    font-size: 16px !important;
  }

  .page-blog-huong-dan-ca-cuoc-the-thao-halo88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__section,
  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__card,
  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__cta-buttons,
  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__button-group,
  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-halo88__cta-buttons {
    display: flex;
    flex-direction: column; 
  }
}