.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: #FFFFFF; /* Body background from shared.css is default white */
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 20px 16px;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__dark-bg {
  background-color: #017439; /* Brand primary color */
  color: #FFFFFF;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__main-title,
.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__section-title,
.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__card-title,
.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__cta-title {
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.2;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__main-title {
  font-size: clamp(2em, 4vw, 2.8em);
  color: #017439;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.4em);
  text-align: center;
  margin-bottom: 1.5em;
  color: inherit;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__card-title {
  font-size: 1.4em;
  margin-top: 1em;
  color: inherit;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__hero-section {
  padding-top: 10px; /* Small top padding for fixed header */
  padding-bottom: 60px;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  max-width: 1170px;
  margin: 0 auto;
  padding: 20px 16px;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__hero-description {
  font-size: 1.1em;
  margin-bottom: 1.5em;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__hero-image {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__hero-visual {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__cta-buttons {
  display: flex;
  gap: 15px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__btn-primary,
.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: all 0.3s ease;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__btn-primary {
  background-color: #C30808; /* Register/Login color */
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #C30808;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__btn-primary:hover {
  background-color: #e02020;
  border-color: #e02020;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__btn-secondary {
  background-color: transparent;
  color: #017439;
  border: 2px solid #017439;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__btn-secondary:hover {
  background-color: #017439;
  color: #FFFFFF;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__promo-overview-section,
.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__new-member-promo-section,
.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__daily-weekly-promo-section,
.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__cashback-promo-section,
.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__special-events-section,
.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__terms-conditions-section,
.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__how-to-claim-section,
.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__why-choose-section,
.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__faq-section,
.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__cta-bottom-section {
  padding: 60px 0;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__promo-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease;
  border: 1px solid #e0e0e0;
  color: #333333;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__promo-card:hover {
  transform: translateY(-8px);
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__feature-list {
  list-style: disc;
  padding-left: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__feature-list li {
  margin-bottom: 10px;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__cta-center {
  text-align: center;
  margin-top: 40px;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__steps-list {
  list-style: decimal;
  padding-left: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.1em;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__steps-list li {
  margin-bottom: 15px;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__faq-list {
  margin-top: 30px;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__faq-item[open] {
  background-color: #ffffff;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-weight: bold;
  cursor: pointer;
  background-color: #f0f0f0;
  border-bottom: 1px solid #e0e0e0;
  list-style: none; /* Remove default marker */
  color: #333333;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__faq-item[open] .page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__faq-question {
  border-bottom: 1px solid #d0d0d0;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for Chrome */
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__faq-item[open] .page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__faq-answer {
  padding: 15px 20px;
  font-size: 0.95em;
  color: #555555;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__faq-answer p {
  margin-bottom: 0;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__cta-bottom-section {
  background-color: #017439;
  color: #FFFFFF;
  text-align: center;
  padding: 80px 0;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__cta-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__cta-title {
  font-size: clamp(1.8em, 3.5vw, 2.6em);
  color: #FFFFFF;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__cta-description {
  font-size: 1.1em;
  max-width: 800px;
  margin-bottom: 30px;
}

/* Universal image and container responsive styles */
.page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88 img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
  .page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88 {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__hero-container {
    flex-direction: column;
    padding: 15px;
    gap: 20px;
  }

  .page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__hero-content,
  .page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__hero-image {
    flex: 1 1 100%;
    min-width: unset;
  }

  .page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__main-title {
    font-size: clamp(1.8em, 8vw, 2.5em);
    text-align: center;
  }

  .page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__hero-description {
    font-size: 1em;
    text-align: center;
  }

  .page-blog-tong-hop-khuyen-mai-moi-nhat-tu-h88__cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }
}
}