.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main, #333333);
  background: var(--background, #F5F7FA);
}

.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__hero-section {
  position: relative;
  text-align: center;
  color: #ffffff;
  padding-top: 10px; /* Minimal top padding, rely on body for header offset */
  margin-bottom: 40px;
}

.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__hero-content {
  position: relative;
  padding: 100px 20px;
  max-width: 900px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__main-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__subtitle {
  font-size: clamp(16px, 2vw, 20px);
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__cta-button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__btn-primary {
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
  border: none;
}

.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__btn-secondary {
  background: #ffffff;
  color: #E53935;
  border: 2px solid #E53935;
  margin-left: 15px;
}

.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__btn-secondary:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
}

.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__section {
  padding: 40px 0;
  margin-bottom: 20px;
  background: var(--card-bg, #FFFFFF);
  border-radius: 10px;
}

.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__section-title {
  font-size: clamp(24px, 3vw, 36px);
  color: #E53935;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}

.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__article-body {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__article-body h3 {
  font-size: clamp(20px, 2.5vw, 28px);
  color: #333333;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__article-body p {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--text-main, #333333);
}

.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__article-body ul,
.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__article-body ol {
  margin-bottom: 15px;
  padding-left: 25px;
  color: var(--text-main, #333333);
}

.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__article-body li {
  margin-bottom: 8px;
  font-size: 17px;
}

.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__article-figure {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 25px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__dark-section {
  background: #E53935;
  color: #ffffff;
  padding: 60px 0;
  text-align: center;
}

.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__dark-section .page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__section-title {
  color: #ffffff;
}

.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__dark-section .page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__text-block {
  color: #f0f0f0;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* FAQ styles */
details.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid var(--border, #e0e0e0);
  overflow: hidden;
  background: var(--card-bg, #fff);
}
details.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__faq-item summary.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__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;
  color: var(--text-main, #333333);
}
details.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__faq-item summary.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__faq-item summary.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__faq-question:hover {
  background: #f5f5f5;
}
.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}
.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__faq-item .page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: var(--text-main, #333333);
}

/* --- Responsive Styles --- */

/* Tablet and Mobile (max-width: 768px) */
@media (max-width: 768px) {
  .page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__container {
    padding: 0 15px;
  }

  .page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__hero-section {
    margin-bottom: 20px;
  }

  .page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__hero-image img {
    object-fit: contain !important; /* Prevent cropping on mobile */
    aspect-ratio: unset !important; /* Allow natural aspect ratio */
    height: auto !important;
  }

  .page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__hero-content {
    padding: 60px 15px;
    border-radius: 0;
  }

  .page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__main-title {
    font-size: clamp(24px, 7vw, 36px);
  }

  .page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__subtitle {
    font-size: clamp(15px, 3.5vw, 18px);
  }

  .page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 16px;
  }

  .page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__button-group {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }

  .page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__section-title {
    font-size: clamp(20px, 6vw, 28px);
    margin-bottom: 20px;
  }

  .page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__article-body {
    padding: 0 15px;
  }

  .page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__article-body h3 {
    font-size: clamp(18px, 5vw, 24px);
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__article-body p,
  .page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__article-body li {
    font-size: 16px;
  }

  .page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__article-figure {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 20px auto;
  }

  .page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__dark-section {
    padding: 40px 15px;
  }

  details.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__faq-item summary.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }
  .page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__faq-qtext {
    font-size: 15px;
    width: calc(100% - 40px);
  }
  .page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__faq-toggle {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
  details.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__faq-item .page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__faq-answer {
    padding: 0 15px 15px;
  }
}

/* All images in content area should be responsive */
.page-blog-chien-thuat-dat-cuoc-keo-bong-da-88 img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .page-blog-chien-thuat-dat-cuoc-keo-bong-da-88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__section,
  .page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__card,
  .page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__container,
  .page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__article-body {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-chien-thuat-dat-cuoc-keo-bong-da-88__button-group {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
}