.page-blog-chien-thuat-thang-lon-888slot {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light body background */
  background-color: #FFFFFF;
}

.page-blog-chien-thuat-thang-lon-888slot__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.page-blog-chien-thuat-thang-lon-888slot__title-section {
  padding-top: 10px; /* Small top padding, not --header-offset */
  padding-bottom: 40px;
  background-color: #f8f8f8;
  text-align: center;
}

.page-blog-chien-thuat-thang-lon-888slot__title-section .page-blog-chien-thuat-thang-lon-888slot__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.page-blog-chien-thuat-thang-lon-888slot__main-title {
  font-size: clamp(2em, 4vw, 2.8em);
  color: #017439;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-chien-thuat-thang-lon-888slot__intro-text {
  font-size: 1.1em;
  color: #555555;
  max-width: 800px;
  margin-bottom: 30px;
}

.page-blog-chien-thuat-thang-lon-888slot__title-image-wrapper {
  width: 100%;
  max-width: 800px; /* Adjust as needed */
  margin: 0 auto;
}

.page-blog-chien-thuat-thang-lon-888slot__title-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-chien-thuat-thang-lon-888slot__content-area {
  padding: 60px 0;
}

.page-blog-chien-thuat-thang-lon-888slot__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.5em);
  color: #017439;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-blog-chien-thuat-thang-lon-888slot__sub-title {
  font-size: clamp(1.4em, 2.5vw, 1.8em);
  color: #017439;
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-chien-thuat-thang-lon-888slot__paragraph {
  font-size: 1em;
  margin-bottom: 20px;
  color: #333333;
}

.page-blog-chien-thuat-thang-lon-888slot__paragraph a {
  color: #017439;
  text-decoration: underline;
}

.page-blog-chien-thuat-thang-lon-888slot__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.page-blog-chien-thuat-thang-lon-888slot__cta-section {
  background-color: #017439;
  padding: 60px 0;
  text-align: center;
  color: #ffffff;
}

.page-blog-chien-thuat-thang-lon-888slot__cta-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.page-blog-chien-thuat-thang-lon-888slot__cta-title {
  font-size: clamp(1.8em, 3.5vw, 2.5em);
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-chien-thuat-thang-lon-888slot__cta-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  max-width: 700px;
}

.page-blog-chien-thuat-thang-lon-888slot__cta-description a {
  color: #FFFF00;
  text-decoration: underline;
}

.page-blog-chien-thuat-thang-lon-888slot__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
}

.page-blog-chien-thuat-thang-lon-888slot__btn-primary,
.page-blog-chien-thuat-thang-lon-888slot__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  text-align: center;
}

.page-blog-chien-thuat-thang-lon-888slot__btn-primary {
  background-color: #C30808; /* Custom color for Register */
  color: #FFFF00; /* Custom color for Register text */
  border: 2px solid #C30808;
}

.page-blog-chien-thuat-thang-lon-888slot__btn-primary:hover {
  background-color: #e02020;
  border-color: #e02020;
}

.page-blog-chien-thuat-thang-lon-888slot__btn-secondary {
  background-color: #017439;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.page-blog-chien-thuat-thang-lon-888slot__btn-secondary:hover {
  background-color: #005f2e;
  border-color: #005f2e;
}

.page-blog-chien-thuat-thang-lon-888slot__cta-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

/* --- Mobile Responsive Styles (max-width: 768px) --- */
@media (max-width: 768px) {
  .page-blog-chien-thuat-thang-lon-888slot__title-section {
    padding-top: 10px !important;
    padding-bottom: 20px;
  }

  .page-blog-chien-thuat-thang-lon-888slot__main-title {
    font-size: 1.8em; /* Adjusted for mobile */
    margin-bottom: 10px;
  }

  .page-blog-chien-thuat-thang-lon-888slot__intro-text {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-blog-chien-thuat-thang-lon-888slot__title-image-wrapper,
  .page-blog-chien-thuat-thang-lon-888slot__content-area .page-blog-chien-thuat-thang-lon-888slot__container,
  .page-blog-chien-thuat-thang-lon-888slot__cta-section .page-blog-chien-thuat-thang-lon-888slot__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-chien-thuat-thang-lon-888slot__title-image,
  .page-blog-chien-thuat-thang-lon-888slot__content-image,
  .page-blog-chien-thuat-thang-lon-888slot__cta-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-chien-thuat-thang-lon-888slot__section-title {
    font-size: 1.6em;
    margin-bottom: 20px;
  }

  .page-blog-chien-thuat-thang-lon-888slot__sub-title {
    font-size: 1.2em;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .page-blog-chien-thuat-thang-lon-888slot__paragraph {
    font-size: 0.95em;
    margin-bottom: 15px;
  }

  .page-blog-chien-thuat-thang-lon-888slot__cta-section {
    padding: 40px 0;
  }

  .page-blog-chien-thuat-thang-lon-888slot__cta-title {
    font-size: 1.6em;
    margin-bottom: 10px;
  }

  .page-blog-chien-thuat-thang-lon-888slot__cta-description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-blog-chien-thuat-thang-lon-888slot__cta-buttons {
    flex-direction: column; /* Stack buttons vertically */
    gap: 15px;
  }

  .page-blog-chien-thuat-thang-lon-888slot__btn-primary,
  .page-blog-chien-thuat-thang-lon-888slot__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
}