.page-blog-hd88-nha-cai-sports-betting-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

/* Hero Section */
.page-blog-hd88-nha-cai-sports-betting-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 40px; /* Space below content */
  overflow: hidden; /* Ensure no overflow from image */
}

.page-blog-hd88-nha-cai-sports-betting-guide__hero-image-wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio (1080/1920) */
  height: 0;
  overflow: hidden;
}

.page-blog-hd88-nha-cai-sports-betting-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-blog-hd88-nha-cai-sports-betting-guide__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
  margin-top: -150px; /* Overlap with image slightly for visual effect */
  background: linear-gradient(180deg, rgba(8, 22, 15, 0.8) 0%, rgba(8, 22, 15, 1) 100%);
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
  transform: translateY(-50px); /* Lift content slightly */
  margin-bottom: -50px; /* Reduce space created by transform */
}

.page-blog-hd88-nha-cai-sports-betting-guide__main-title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.page-blog-hd88-nha-cai-sports-betting-guide__hero-description {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-hd88-nha-cai-sports-betting-guide__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.page-blog-hd88-nha-cai-sports-betting-guide__btn-primary,
.page-blog-hd88-nha-cai-sports-betting-guide__btn-secondary {
  padding: 14px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}

.page-blog-hd88-nha-cai-sports-betting-guide__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(17, 168, 78, 0.4);
}

.page-blog-hd88-nha-cai-sports-betting-guide__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 6px 20px rgba(17, 168, 78, 0.6);
  transform: translateY(-2px);
}

.page-blog-hd88-nha-cai-sports-betting-guide__btn-secondary {
  background: transparent;
  color: #2AD16F;
  border: 2px solid #2AD16F;
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.2);
}

.page-blog-hd88-nha-cai-sports-betting-guide__btn-secondary:hover {
  background: rgba(42, 209, 111, 0.1);
  color: #F2FFF6;
  border-color: #F2FFF6;
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.4);
  transform: translateY(-2px);
}

.page-blog-hd88-nha-cai-sports-betting-guide__btn-block {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 15px;
}

/* General Section Styling */
.page-blog-hd88-nha-cai-sports-betting-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-hd88-nha-cai-sports-betting-guide__section-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
  font-weight: 700;
}

.page-blog-hd88-nha-cai-sports-betting-guide__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #2AD16F 0%, #13994A 100%);
  border-radius: 2px;
}

.page-blog-hd88-nha-cai-sports-betting-guide__sub-title {
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: #2AD16F; /* Main color */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-hd88-nha-cai-sports-betting-guide__text-block {
  font-size: 1.1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
}

.page-blog-hd88-nha-cai-sports-betting-guide__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-blog-hd88-nha-cai-sports-betting-guide__list-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-hd88-nha-cai-sports-betting-guide__list-item::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #2AD16F; /* Main color */
  font-weight: bold;
}

.page-blog-hd88-nha-cai-sports-betting-guide__ordered-list {
  padding-left: 25px;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-hd88-nha-cai-sports-betting-guide__ordered-list .page-blog-hd88-nha-cai-sports-betting-guide__list-item {
  list-style: decimal;
  margin-bottom: 10px;
  padding-left: 5px;
  color: #F2FFF6;
}

.page-blog-hd88-nha-cai-sports-betting-guide__ordered-list .page-blog-hd88-nha-cai-sports-betting-guide__list-item::before {
  content: none;
}

/* Image Styles */
.page-blog-hd88-nha-cai-sports-betting-guide img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-hd88-nha-cai-sports-betting-guide__image-full {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
}

.page-blog-hd88-nha-cai-sports-betting-guide__image-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.page-blog-hd88-nha-cai-sports-betting-guide__image-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  max-width: 50%;
}

/* Video Section */
.page-blog-hd88-nha-cai-sports-betting-guide__video-section {
  padding: 40px 20px 0; /* Add top padding to video section */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.page-blog-hd88-nha-cai-sports-betting-guide__video-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-hd88-nha-cai-sports-betting-guide__video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.5);
  cursor: pointer;
}

.page-blog-hd88-nha-cai-sports-betting-guide__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.page-blog-hd88-nha-cai-sports-betting-guide__video-caption {
  text-align: center;
  margin-top: 15px;
  font-size: 0.95rem;
  color: #A7D9B8; /* Text Secondary */
}

/* FAQ Section */
.page-blog-hd88-nha-cai-sports-betting-guide__faq-list {
  margin-top: 30px;
}

.page-blog-hd88-nha-cai-sports-betting-guide__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-hd88-nha-cai-sports-betting-guide__faq-item summary {
  list-style: none; /* Hide default marker */
  cursor: pointer;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.15rem;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  background-color: #11271B; /* Card BG */
  transition: background-color 0.3s ease;
}

.page-blog-hd88-nha-cai-sports-betting-guide__faq-item summary::-webkit-details-marker {
  display: none; /* Hide default marker for webkit browsers */
}

.page-blog-hd88-nha-cai-sports-betting-guide__faq-item summary:hover {
  background-color: #0A4B2C; /* Deep Green for hover */
}

.page-blog-hd88-nha-cai-sports-betting-guide__faq-qtext {
  flex-grow: 1;
}

.page-blog-hd88-nha-cai-sports-betting-guide__faq-toggle {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2AD16F;
  margin-left: 15px;
}

.page-blog-hd88-nha-cai-sports-betting-guide__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  border-top: 1px solid #1E3A2A; /* Divider */
  margin-top: -1px; /* Overlap border */
}

.page-blog-hd88-nha-cai-sports-betting-guide__faq-answer p {
  margin-top: 15px;
  margin-bottom: 15px;
}

.page-blog-hd88-nha-cai-sports-betting-guide__faq-answer .page-blog-hd88-nha-cai-sports-betting-guide__btn-primary,
.page-blog-hd88-nha-cai-sports-betting-guide__faq-answer .page-blog-hd88-nha-cai-sports-betting-guide__btn-secondary {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  padding: 8px 18px;
  font-size: 0.9rem;
  border-radius: 25px;
}

/* Conclusion Section */
.page-blog-hd88-nha-cai-sports-betting-guide__conclusion-section {
  padding-top: 60px;
  padding-bottom: 80px;
  text-align: center;
}

.page-blog-hd88-nha-cai-sports-betting-guide__cta-buttons--bottom {
  margin-top: 40px;
}


/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-hd88-nha-cai-sports-betting-guide__hero-content {
    margin-top: -100px;
    transform: translateY(-30px);
    margin-bottom: -30px;
  }
  .page-blog-hd88-nha-cai-sports-betting-guide__image-right {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-blog-hd88-nha-cai-sports-betting-guide__hero-content {
    margin-top: -80px;
    transform: translateY(-20px);
    margin-bottom: -20px;
    padding: 15px;
    border-radius: 10px;
  }
  .page-blog-hd88-nha-cai-sports-betting-guide__main-title {
    font-size: 2rem;
  }
  .page-blog-hd88-nha-cai-sports-betting-guide__hero-description {
    font-size: 1rem;
  }
  .page-blog-hd88-nha-cai-sports-betting-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-hd88-nha-cai-sports-betting-guide__btn-primary,
  .page-blog-hd88-nha-cai-sports-betting-guide__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-hd88-nha-cai-sports-betting-guide__container,
  .page-blog-hd88-nha-cai-sports-betting-guide__hero-section,
  .page-blog-hd88-nha-cai-sports-betting-guide__introduction-section,
  .page-blog-hd88-nha-cai-sports-betting-guide__sports-types-section,
  .page-blog-hd88-nha-cai-sports-betting-guide__basic-guide-section,
  .page-blog-hd88-nha-cai-sports-betting-guide__strategy-section,
  .page-blog-hd88-nha-cai-sports-betting-guide__benefits-section,
  .page-blog-hd88-nha-cai-sports-betting-guide__faq-section,
  .page-blog-hd88-nha-cai-sports-betting-guide__conclusion-section {
    padding-left: 15px;
    padding-right: 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  
  /* Images responsive */
  .page-blog-hd88-nha-cai-sports-betting-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* Video responsive */
  .page-blog-hd88-nha-cai-sports-betting-guide video,
  .page-blog-hd88-nha-cai-sports-betting-guide__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-hd88-nha-cai-sports-betting-guide__video-section {
    padding-top: 10px !important;
  }
  .page-blog-hd88-nha-cai-sports-betting-guide__video-container,
  .page-blog-hd88-nha-cai-sports-betting-guide__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-hd88-nha-cai-sports-betting-guide__image-right {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .page-blog-hd88-nha-cai-sports-betting-guide__section-title {
    font-size: 1.6rem;
  }

  .page-blog-hd88-nha-cai-sports-betting-guide__sub-title {
    font-size: 1.2rem;
  }

  .page-blog-hd88-nha-cai-sports-betting-guide__text-block,
  .page-blog-hd88-nha-cai-sports-betting-guide__list-item,
  .page-blog-hd88-nha-cai-sports-betting-guide__faq-item summary,
  .page-blog-hd88-nha-cai-sports-betting-guide__faq-answer {
    font-size: 0.95rem;
  }

  .page-blog-hd88-nha-cai-sports-betting-guide__faq-item summary {
    padding: 15px 20px;
  }
  .page-blog-hd88-nha-cai-sports-betting-guide__faq-answer {
    padding: 0 20px 15px;
  }
}