/* style/blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet.css */
:root {
  --primary-color: #E53935;
  --secondary-color: #FF5A4F;
  --text-main-color: #333333;
  --card-bg-color: #FFFFFF;
  --background-page-color: #F5F7FA;
  --border-color: #E0E0E0;
  --primary-color-rgb: 229, 57, 53;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main-color);
  background-color: var(--background-page-color);
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__hero-section {
  padding-top: 10px; /* Assuming body handles --header-offset */
  padding-bottom: 60px;
  background-color: var(--card-bg-color);
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__hero-section .page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
  color: var(--text-main-color);
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__main-title {
  font-size: clamp(2em, 4vw, 2.8em);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--primary-color);
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__intro-text {
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__hero-image {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: block;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__content-area {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__text-block {
  background-color: var(--card-bg-color);
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__section-title {
  font-size: 2em;
  color: var(--primary-color);
  margin-bottom: 25px;
  border-bottom: 2px solid var(--secondary-color);
  padding-bottom: 10px;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__strategy-item {
  margin-bottom: 40px;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__strategy-title {
  font-size: 1.5em;
  color: var(--text-main-color);
  margin-bottom: 15px;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: block;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet p {
  margin-bottom: 1em;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__benefit-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__benefit-list li {
  background-color: #f9f9f9;
  border-left: 4px solid var(--primary-color);
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__cta-buttons {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__cta-button {
  display: inline-block;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text wrapping */
  flex: 1 1 auto;
  min-width: 180px;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__btn-primary {
  background: linear-gradient(180deg, var(--secondary-color) 0%, var(--primary-color) 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__btn-primary:hover {
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  box-shadow: 0 6px 20px rgba(var(--primary-color-rgb), 0.4);
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__btn-secondary {
  background-color: var(--card-bg-color);
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__btn-secondary:hover {
  background-color: var(--primary-color);
  color: var(--card-bg-color);
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__copyright-section {
  background-color: var(--primary-color);
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__copyright-text {
  margin: 0;
  font-size: 0.9em;
}

/* --- Mobile Responsive Styles (max-width: 768px) --- */
@media (max-width: 768px) {
  /* 1. HERO Section */
  .page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px;
  }

  .page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__hero-section .page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__container {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 20px;
  }

  .page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__hero-content,
  .page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__hero-image {
    flex: 1 1 100%;
    min-width: unset;
  }

  .page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__main-title {
    font-size: clamp(1.8em, 7vw, 2.2em);
    text-align: center;
  }

  .page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__intro-text {
    font-size: 1em;
    text-align: center;
  }

  /* 2. Module 1 Three-column (Icon Box Media) - Not applicable for this blog page */
  /*    This page is a blog post and does not feature a three-column icon-box section. */

  /* 3. Seven Tab Game Area - Not applicable for this blog page */
  /*    This page is a blog post and does not feature a game tabs section. */

  /* 4. Content Sections (Blog/Intro/Promo/Trust/FAQ) */
  .page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__content-area {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__text-block {
    padding: 20px;
  }

  .page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__section-title {
    font-size: 1.5em;
    margin-bottom: 20px;
    text-align: center;
  }

  .page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__strategy-title {
    font-size: 1.3em;
  }

  .page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__benefit-list li {
    padding: 10px 15px;
  }

  /* 5. Universal Images and Containers */
  .page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  .page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__container,
  .page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__text-block,
  .page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__strategy-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* 6. Buttons and Button Containers */
  .page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__cta-buttons {
    flex-direction: column; /* Stack buttons vertically */
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-chien-thuat-ca-cuoc-the-thao-tai-6789bet__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    min-width: unset;
    padding: 12px 20px;
  }
}