/* style/blog-hl88-khuyen-mai-latest-offers-analysis.css */

/* Base styles and color scheme */
.page-blog-hl88-khuyen-mai-latest-offers-analysis {
  font-family: 'Arial', sans-serif;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  line-height: 1.6;
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis h1,
.page-blog-hl88-khuyen-mai-latest-offers-analysis h2,
.page-blog-hl88-khuyen-mai-latest-offers-analysis h3,
.page-blog-hl88-khuyen-mai-latest-offers-analysis h4 {
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis h1 {
  font-size: clamp(2.2rem, 4vw, 3rem); /* H1 font-size with clamp */
  letter-spacing: -0.02em;
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  margin-top: 40px;
  border-bottom: 2px solid #2E7A4E; /* Border */
  padding-bottom: 10px;
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis h3 {
  font-size: clamp(1.4rem, 2.8vw, 1.8rem);
  margin-top: 30px;
  color: #A7D9B8; /* Text Secondary for sub-titles */
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis h4 {
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  margin-top: 25px;
  color: #A7D9B8; /* Text Secondary for mini-titles */
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis p {
  margin-bottom: 15px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis a {
  color: #2AD16F; /* A lighter green for links */
  text-decoration: none;
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis a:hover {
  text-decoration: underline;
  color: #57E38D; /* Glow */
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  text-align: center;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis__hero-image-wrapper {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis__hero-content {
  position: relative;
  z-index: 10;
  padding: 40px 20px;
  max-width: 900px;
  margin-top: 20px;
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis__intro-description {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis__btn-primary,
.page-blog-hl88-khuyen-mai-latest-offers-analysis__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  margin: 10px;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #ffffff;
  border: none;
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 5px 15px rgba(87, 227, 141, 0.4); /* Glow */
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis__btn-secondary {
  background-color: transparent;
  color: #2AD16F;
  border: 2px solid #2AD16F;
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis__btn-secondary:hover {
  background-color: #2AD16F;
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(87, 227, 141, 0.4); /* Glow */
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #08160F; /* Background */
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis__text-block {
  margin-bottom: 40px;
  padding: 20px;
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis__section-title {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #2AD16F;
  margin: 10px auto 0;
  border-radius: 2px;
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis__list li {
  margin-bottom: 10px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis__numbered-list {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis__numbered-list li {
  margin-bottom: 10px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis__image-content {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis__faq-list {
  margin-top: 30px;
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis__faq-item {
  background-color: #0A4B2C; /* Deep Green */
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-weight: bold;
  cursor: pointer;
  color: #F2FFF6; /* Text Main */
  background-color: #11A84E; /* Main Color */
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for Chrome */
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis__faq-question:hover {
  background-color: #22C768; /* Auxiliary Color */
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis__faq-qtext {
  flex-grow: 1;
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis__faq-answer {
  padding: 15px 25px 20px;
  background-color: #11271B; /* Card BG */
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis__faq-answer p {
  color: #A7D9B8; /* Text Secondary */
}

/* Details element specific styling */
.page-blog-hl88-khuyen-mai-latest-offers-analysis__faq-item[open] > .page-blog-hl88-khuyen-mai-latest-offers-analysis__faq-question {
  background-color: #22C768; /* Auxiliary Color when open */
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis__cta-bottom {
  margin-top: 40px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-hl88-khuyen-mai-latest-offers-analysis__hero-content {
    padding: 30px 15px;
  }

  .page-blog-hl88-khuyen-mai-latest-offers-analysis__content-area {
    padding: 30px 15px;
  }

  .page-blog-hl88-khuyen-mai-latest-offers-analysis h2 {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .page-blog-hl88-khuyen-mai-latest-offers-analysis {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-hl88-khuyen-mai-latest-offers-analysis__hero-section {
    min-height: 400px;
    padding: 40px 10px;
  }

  .page-blog-hl88-khuyen-mai-latest-offers-analysis__hero-content {
    padding: 20px 10px;
    margin-top: 10px;
  }

  .page-blog-hl88-khuyen-mai-latest-offers-analysis__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }

  .page-blog-hl88-khuyen-mai-latest-offers-analysis__intro-description {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .page-blog-hl88-khuyen-mai-latest-offers-analysis__btn-primary,
  .page-blog-hl88-khuyen-mai-latest-offers-analysis__btn-secondary {
    padding: 12px 20px;
    font-size: 0.9rem;
    margin: 8px 0;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-hl88-khuyen-mai-latest-offers-analysis__text-block {
    padding: 15px;
  }

  .page-blog-hl88-khuyen-mai-latest-offers-analysis__list,
  .page-blog-hl88-khuyen-mai-latest-offers-analysis__numbered-list {
    margin-left: 20px;
  }

  .page-blog-hl88-khuyen-mai-latest-offers-analysis__image-content {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-hl88-khuyen-mai-latest-offers-analysis__content-area,
  .page-blog-hl88-khuyen-mai-latest-offers-analysis__hero-section,
  .page-blog-hl88-khuyen-mai-latest-offers-analysis__text-block,
  .page-blog-hl88-khuyen-mai-latest-offers-analysis__faq-list,
  .page-blog-hl88-khuyen-mai-latest-offers-analysis__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-hl88-khuyen-mai-latest-offers-analysis__hero-section {
    padding-top: 10px !important; /* body already handles --header-offset */
  }

  .page-blog-hl88-khuyen-mai-latest-offers-analysis__faq-question {
    padding: 15px 20px;
  }

  .page-blog-hl88-khuyen-mai-latest-offers-analysis__faq-answer {
    padding: 12px 20px 15px;
  }
}

/* Ensure images within content areas are at least 200px wide for desktop */
.page-blog-hl88-khuyen-mai-latest-offers-analysis__content-area img {
  min-width: 200px; /* Enforce minimum width for content images */
  min-height: 200px;
}

/* Additional rules for contrast and consistency */
.page-blog-hl88-khuyen-mai-latest-offers-analysis__dark-bg {
  background-color: #08160F;
  color: #F2FFF6;
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis__dark-bg .page-blog-hl88-khuyen-mai-latest-offers-analysis__intro-description {
  color: #A7D9B8;
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis__card {
  background: #11271B;
  color: #F2FFF6;
  border: 1px solid #2E7A4E;
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis p,
.page-blog-hl88-khuyen-mai-latest-offers-analysis li {
  color: #F2FFF6;
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis__btn-primary,
.page-blog-hl88-khuyen-mai-latest-offers-analysis__btn-secondary {
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-hl88-khuyen-mai-latest-offers-analysis__cta-buttons {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 768px) {
  .page-blog-hl88-khuyen-mai-latest-offers-analysis__cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}