/* style/blog-chien-thuat-ca-cuoc-the-thao-dv88.css */
.page-blog-chien-thuat-ca-cuoc-the-thao-dv88 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: #FFFFFF; /* Assuming body background is light */
}

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

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__hero-section {
  padding-top: 10px; /* Rely on body padding-top for header offset */
  padding-bottom: 60px;
  background-color: #FFFFFF;
  color: #333333;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__hero-section .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__main-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: #017439;
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__subtitle {
  font-size: 1.1rem;
  margin-bottom: 25px;
  color: #555555;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__btn-primary,
.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__btn-secondary,
.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__btn-register,
.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__btn-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__btn-primary,
.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__btn-register {
  background-color: #017439;
  color: #FFFFFF;
  border: 2px solid #017439;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__btn-primary:hover,
.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__btn-register:hover {
  background-color: #005f2e;
  border-color: #005f2e;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__btn-secondary,
.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__btn-login {
  background-color: #FFFFFF;
  color: #017439;
  border: 2px solid #017439;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__btn-secondary:hover,
.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__btn-login:hover {
  background-color: #f0f0f0;
  color: #005f2e;
  border-color: #005f2e;
}

/* Specific colors for login/register from custom palette */
.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__btn-register {
  background-color: #C30808;
  border-color: #C30808;
  color: #FFFF00;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__btn-register:hover {
  background-color: #a30606;
  border-color: #a30606;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__btn-login {
  background-color: #C30808;
  border-color: #C30808;
  color: #FFFF00;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__btn-login:hover {
  background-color: #a30606;
  border-color: #a30606;
}

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

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__main-article-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

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

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__dark-section {
  background-color: #017439;
  color: #FFFFFF;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__dark-section .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__section-title,
.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__dark-section .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__text-block,
.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__dark-section .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__list-title,
.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__dark-section .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__list-item,
.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__dark-section .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__tips-list li {
  color: #FFFFFF;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: #017439;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__dark-section .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__section-title {
  color: #FFFFFF;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__text-block {
  font-size: 1.05rem;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__strategy-grid,
.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__sport-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__strategy-card,
.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__sport-card {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  color: #333333;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__card-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-bottom: 15px;
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__card-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #017439;
  margin-bottom: 10px;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__card-text {
  font-size: 0.95rem;
  line-height: 1.5;
  text-align: justify;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__list-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__list-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__list-item p {
  font-size: 1rem;
  line-height: 1.6;
  color: #FFFFFF;
  margin-bottom: 15px;
  text-align: justify;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__list-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-top: 15px;
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__tips-list {
  list-style: disc;
  padding-left: 25px;
  margin-top: 20px;
  font-size: 1.05rem;
  color: #FFFFFF;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__tips-list li {
  margin-bottom: 10px;
  color: #FFFFFF;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__tips-list strong {
  color: #FFFF00; /* Highlight important points */
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__cta-section {
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__faq-section {
  background-color: #f8f8f8;
  color: #333333;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__faq-list {
  margin-top: 30px;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__faq-item {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #017439;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__faq-item[open] .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__faq-toggle {
  content: "−";
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1rem;
  line-height: 1.6;
  color: #555555;
  text-align: justify;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__faq-answer a {
  color: #017439;
  text-decoration: underline;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__contact-promo {
  background-color: #017439;
  color: #FFFFFF;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__contact-promo .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__section-title {
  color: #FFFFFF;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-dv88__contact-promo .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__text-block {
  color: #FFFFFF;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

/* General image responsiveness */
.page-blog-chien-thuat-ca-cuoc-the-thao-dv88 img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-chien-thuat-ca-cuoc-the-thao-dv88 {
    font-size: 15px;
    line-height: 1.5;
  }

  .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__hero-section {
    padding-top: 10px !important; /* Rely on body padding-top, keep minimal top padding */
    padding-bottom: 40px;
  }

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

  .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__main-title {
    font-size: clamp(2rem, 8vw, 2.8rem);
    text-align: center;
  }

  .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__subtitle {
    text-align: center;
    font-size: 1rem;
  }

  .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px; /* Add padding to container */
  }

  .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__btn-primary,
  .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__btn-secondary,
  .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__btn-register,
  .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__btn-login {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 15px;
    font-size: 1rem;
  }

  .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__hero-image {
    order: -1; /* Image appears above text on mobile */
  }

  .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__content-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__section-title {
    font-size: clamp(1.5rem, 6vw, 2.2rem);
    margin-bottom: 25px;
  }

  .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__text-block {
    font-size: 1rem;
  }

  .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__strategy-grid,
  .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__sport-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__strategy-card,
  .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__sport-card {
    padding: 20px;
  }

  .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__card-title {
    font-size: 1.2rem;
  }

  .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__list-item {
    padding: 20px;
  }

  .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__list-title {
    font-size: 1.3rem;
  }

  .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__tips-list {
    font-size: 1rem;
    padding-left: 20px;
  }

  .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__faq-answer {
    padding: 0 20px 15px 20px;
    font-size: 0.95rem;
  }

  .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__contact-promo {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /* Mobile image specific styles */
  .page-blog-chien-thuat-ca-cuoc-the-thao-dv88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__container,
  .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__strategy-card,
  .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__sport-card,
  .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Ensure general content sections have padding */
  .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__content-area .page-blog-chien-thuat-ca-cuoc-the-thao-dv88__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}