.page-blog-eubet-khuyen-mai-strategy {
  font-family: Arial, sans-serif;
  background-color: var(--background-color, #08160F); /* Fallback to custom background color if shared var not set */
  color: #F2FFF6; /* Main text color for dark background */
  line-height: 1.6;
}

/* Hero Section */
.page-blog-eubet-khuyen-mai-strategy__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column; /* Image on top, content below */
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 40px;
  background-color: #08160F; /* Ensure hero background matches overall dark theme */
}

.page-blog-eubet-khuyen-mai-strategy__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-width: 1920px; /* Max width for the image itself */
}

.page-blog-eubet-khuyen-mai-strategy__hero-content {
  max-width: 1200px;
  width: 100%; /* Ensure width:100% is present for desktop */
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-eubet-khuyen-mai-strategy__main-title {
  font-size: clamp(2rem, 3.5vw, 3rem); /* Responsive font size for H1 */
  color: #F2C14E; /* Gold for main title */
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-eubet-khuyen-mai-strategy__intro-text {
  font-size: 1.1rem;
  color: #A7D9B8; /* Secondary text color */
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* CTA Button */
.page-blog-eubet-khuyen-mai-strategy__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
}

.page-blog-eubet-khuyen-mai-strategy__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

/* Sections */
.page-blog-eubet-khuyen-mai-strategy__section {
  padding: 60px 0;
  background-color: #08160F; /* Consistent dark background */
}

.page-blog-eubet-khuyen-mai-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-eubet-khuyen-mai-strategy__section-title {
  font-size: 2.2rem;
  color: #F2C14E; /* Gold for section titles */
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-blog-eubet-khuyen-mai-strategy__paragraph {
  font-size: 1rem;
  color: #F2FFF6; /* Main text color */
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-eubet-khuyen-mai-strategy__paragraph .highlight {
  color: #57E38D; /* Glow color for highlights */
  font-weight: bold;
}

.page-blog-eubet-khuyen-mai-strategy__image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

.page-blog-eubet-khuyen-mai-strategy__list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-blog-eubet-khuyen-mai-strategy__list-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1rem;
  color: #F2FFF6;
}

.page-blog-eubet-khuyen-mai-strategy__list-item::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #22C768; /* Auxiliary color for bullet */
  font-weight: bold;
}

.page-blog-eubet-khuyen-mai-strategy__ordered-list {
  list-style: decimal;
  padding-left: 25px;
  margin-bottom: 20px;
}

.page-blog-eubet-khuyen-mai-strategy__ordered-list .page-blog-eubet-khuyen-mai-strategy__list-item {
  padding-left: 0;
  margin-bottom: 15px;
  font-size: 1rem;
  color: #F2FFF6;
}

.page-blog-eubet-khuyen-mai-strategy__ordered-list .page-blog-eubet-khuyen-mai-strategy__list-item::before {
  content: none; /* Remove custom bullet for ordered list */
}

/* FAQ Section */
.page-blog-eubet-khuyen-mai-strategy__faq-list {
  margin-top: 30px;
}

.page-blog-eubet-khuyen-mai-strategy__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border color */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #F2FFF6;
}

.page-blog-eubet-khuyen-mai-strategy__faq-item summary {
  list-style: none; /* Remove default marker */
  padding: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 1.1rem;
  color: #F2FFF6;
  background-color: #1E3A2A; /* Slightly different background for summary */
}

.page-blog-eubet-khuyen-mai-strategy__faq-item summary::-webkit-details-marker {
  display: none; /* Hide default marker for webkit browsers */
}

.page-blog-eubet-khuyen-mai-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.page-blog-eubet-khuyen-mai-strategy__faq-qtext {
  flex-grow: 1;
}

.page-blog-eubet-khuyen-mai-strategy__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
  color: #2AD16F; /* Button background start color */
}

.page-blog-eubet-khuyen-mai-strategy__faq-item[open] .page-blog-eubet-khuyen-mai-strategy__faq-toggle {
  transform: rotate(45deg); /* Rotate to form an 'x' or simply '-' */
}
.page-blog-eubet-khuyen-mai-strategy__faq-item[open] .page-blog-eubet-khuyen-mai-strategy__faq-toggle {
  content: '−'; /* Change to minus sign */
}

.page-blog-eubet-khuyen-mai-strategy__faq-answer {
  padding: 0 20px 20px;
  font-size: 0.95rem;
  color: #A7D9B8; /* Secondary text color */
}

/* Footer */
.page-blog-eubet-khuyen-mai-strategy__footer {
  background-color: #08160F; /* Same as body background */
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #1E3A2A; /* Divider color */
}

.page-blog-eubet-khuyen-mai-strategy__copyright {
  font-size: 0.9rem;
  color: #A7D9B8; /* Secondary text color */
}

/* Button Group */
.page-blog-eubet-khuyen-mai-strategy__button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
  width: 100%; /* Ensure width:100% is present for desktop */
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 0 20px;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-eubet-khuyen-mai-strategy__main-title {
    font-size: clamp(1.8rem, 4.5vw, 2.8rem);
  }
  .page-blog-eubet-khuyen-mai-strategy__section-title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .page-blog-eubet-khuyen-mai-strategy__hero-section {
    padding-bottom: 20px;
  }

  .page-blog-eubet-khuyen-mai-strategy__hero-content {
    padding: 15px;
  }

  .page-blog-eubet-khuyen-mai-strategy__main-title {
    font-size: clamp(1.5rem, 6vw, 2.5rem); /* Smaller H1 for mobile */
    max-width: 100%;
  }

  .page-blog-eubet-khuyen-mai-strategy__intro-text {
    font-size: 1rem;
    max-width: 100%;
  }

  .page-blog-eubet-khuyen-mai-strategy__cta-button,
  .page-blog-eubet-khuyen-mai-strategy a[class*="button"],
  .page-blog-eubet-khuyen-mai-strategy a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important; /* Force full width on mobile */
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px; /* Add margin between stacked buttons */
  }

  .page-blog-eubet-khuyen-mai-strategy__button-group {
    flex-direction: column; /* Stack buttons vertically */
    gap: 10px;
    padding: 0 15px;
  }

  .page-blog-eubet-khuyen-mai-strategy__section {
    padding: 40px 0;
  }

  .page-blog-eubet-khuyen-mai-strategy__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-eubet-khuyen-mai-strategy__section-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .page-blog-eubet-khuyen-mai-strategy__paragraph,
  .page-blog-eubet-khuyen-mai-strategy__list-item,
  .page-blog-eubet-khuyen-mai-strategy__faq-answer {
    font-size: 0.95rem;
  }

  .page-blog-eubet-khuyen-mai-strategy__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  /* FAQ */
  .page-blog-eubet-khuyen-mai-strategy__faq-item summary {
    padding: 15px;
    font-size: 1rem;
  }

  .page-blog-eubet-khuyen-mai-strategy__faq-answer {
    padding: 0 15px 15px;
  }
}

/* Ensure no image filters */
.page-blog-eubet-khuyen-mai-strategy img {
  filter: none !important;
}

/* Content area images minimum size check for CSS */
/* This rule targets any img within the main content area to prevent small display sizes */
.page-blog-eubet-khuyen-mai-strategy img:not(.page-blog-eubet-khuyen-mai-strategy__hero-image) {
  min-width: 200px;
  min-height: 200px;
}