/* style/blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo.css */
.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #FFFFFF; /* Default background for content areas */
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__hero-section {
  padding-top: 10px; /* Small top padding, relying on body for main offset */
  padding-bottom: 60px;
  background-color: #FFFFFF;
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__hero-section .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__main-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: #017439;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__lead-text {
  font-size: 1.15rem;
  color: #555555;
  margin-bottom: 30px;
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__btn-primary,
.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__btn-primary {
  background-color: #C30808; /* Register/Login color */
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #C30808;
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__btn-primary:hover {
  background-color: #a30606;
  border-color: #a30606;
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__btn-secondary {
  background-color: #FFFFFF;
  color: #017439; /* Main color */
  border: 2px solid #017439;
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__btn-secondary:hover {
  background-color: #f0f0f0;
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__hero-image-wrapper {
  flex: 1 1 50%;
  min-width: 300px;
  text-align: center;
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__hero-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* General Content Area */
.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__content-area {
  padding: 60px 0;
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #017439;
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__paragraph {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #333333;
}

/* Promo Types Section */
.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__promo-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__promo-card {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__promo-card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__promo-card-title {
  font-size: 1.4rem;
  color: #017439;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__promo-card-description {
  font-size: 0.95rem;
  color: #555555;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__promo-card-button {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* Terms & Conditions Section */
.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__list-item {
  margin-bottom: 10px;
  font-size: 1rem;
}

/* Guide Section */
.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__guide-step {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__guide-icon-wrapper {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 50%;
  overflow: hidden;
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__guide-icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__guide-step-title {
  font-size: 1.25rem;
  color: #017439;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__guide-step-description {
  font-size: 0.95rem;
  color: #555555;
  margin-bottom: 20px;
  flex-grow: 1;
}

/* FAQ Section */
.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__faq-item {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #017439;
  cursor: pointer;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e0e0e0;
  list-style: none; /* Remove default marker */
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for webkit */
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__faq-qtext {
  flex-grow: 1;
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #017439;
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__faq-item[open] .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__faq-question {
  border-bottom: 1px solid transparent; /* Remove border when open */
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__faq-item[open] .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__faq-toggle {
  content: "−"; /* Change to minus when open */
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__faq-answer {
  padding: 15px 25px 20px;
  font-size: 0.95rem;
  color: #555555;
  border-top: 1px solid #e0e0e0; /* Add border to separate from question */
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__faq-answer p {
  margin-bottom: 0;
}

/* Bottom Call to Action */
.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__call-to-action-bottom {
  background-color: #017439; /* Main brand color */
  color: #FFFFFF;
  padding: 80px 0;
  text-align: center;
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__cta-bottom-wrapper {
  max-width: 900px;
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__section-title--white {
  color: #FFFFFF;
  margin-bottom: 25px;
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__paragraph--white {
  color: #f0f0f0;
  font-size: 1.1rem;
  margin-bottom: 40px;
}

.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__btn-primary--large {
  padding: 15px 40px;
  font-size: 1.1rem;
  border-radius: 10px;
}

/* General Image Styles */
.page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__main-title {
    font-size: clamp(2rem, 5vw, 2.8rem);
  }
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__section-title {
    font-size: 2rem;
  }
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__promo-card-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__guide-steps {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}

@media (max-width: 768px) {
  /* 1. HERO/Main title section */
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__hero-section {
    padding-top: 10px !important; /* Small top padding, relying on body for main offset */
  }
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__hero-section .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__container {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__hero-content,
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__hero-image-wrapper {
    flex: 1 1 100%;
    min-width: unset;
  }
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    text-align: center;
  }
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__lead-text {
    font-size: 1rem;
    text-align: center;
  }
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__btn-primary,
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__btn-secondary {
    width: 100% !important;
    max-width: 300px !important; /* Constrain button width on mobile */
  }

  /* 2. Not applicable for this page (no module 1 three-column feature with round images) */

  /* 3. Promo card grid */
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__promo-card-grid {
    grid-template-columns: 1fr;
  }

  /* 4. Content sections general (promo/guide/trust/faq/blog/intro排版) */
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__content-area {
    padding: 40px 0;
  }
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__paragraph,
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__list-item,
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__promo-card-description,
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__guide-step-description,
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__faq-answer p {
    font-size: 0.9rem;
  }
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__guide-steps {
    grid-template-columns: 1fr;
  }
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__faq-answer {
    padding: 10px 20px 15px;
  }
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__call-to-action-bottom {
    padding: 60px 0;
  }
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__section-title--white {
    font-size: 1.8rem;
  }
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__paragraph--white {
    font-size: 1rem;
  }
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__btn-primary--large {
    font-size: 1rem;
    padding: 12px 30px;
  }

  /* 5. Universal Images and Containers */
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__container,
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__promo-card,
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__guide-step,
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__faq-item,
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__cta-buttons,
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__guide-icon-wrapper {
    width: 100px;
    height: 100px;
  }

  /* 6. Buttons and Button Containers */
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__cta-button,
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__btn-primary,
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__btn-secondary,
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo a[class*="button"],
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__cta-buttons,
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__button-group,
  .page-blog-cap-nhat-khuyen-mai-fb68-moi-nhat-khong-the-bo-lo__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
    flex-direction: column;
  }
}