.page-blog-88xeng-slot-strategy {
  font-family: Arial, sans-serif;
  background-color: #08160F; /* Custom Background Color */
  color: #F2FFF6; /* Custom Text Main Color */
  line-height: 1.6;
}

.page-blog-88xeng-slot-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-88xeng-slot-strategy__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px; /* Small top padding for first section */
  padding-bottom: 40px;
  text-align: center;
  overflow: hidden;
}

.page-blog-88xeng-slot-strategy__hero-image-wrapper {
  width: 100%;
  max-height: 600px; /* Limit height for hero image */
  overflow: hidden;
  margin-bottom: 20px;
}

.page-blog-88xeng-slot-strategy__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-88xeng-slot-strategy__hero-content {
  max-width: 800px;
  z-index: 1;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-88xeng-slot-strategy__main-title {
  font-size: clamp(2em, 4vw, 3.2em); /* Responsive font size for H1 */
  font-weight: bold;
  color: #F2FFF6; /* Custom Text Main Color */
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.page-blog-88xeng-slot-strategy__hero-description {
  font-size: 1.1em;
  color: #A7D9B8; /* Custom Text Secondary Color */
  margin-bottom: 30px;
}

.page-blog-88xeng-slot-strategy__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.page-blog-88xeng-slot-strategy__btn-primary,
.page-blog-88xeng-slot-strategy__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
  width: auto; /* Default width */
  text-align: center;
}

.page-blog-88xeng-slot-strategy__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Custom Button Color */
  color: #ffffff;
  border: none;
}

.page-blog-88xeng-slot-strategy__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-88xeng-slot-strategy__btn-secondary {
  background: transparent;
  color: #F2FFF6; /* Custom Text Main Color */
  border: 2px solid #2E7A4E; /* Custom Border Color */
}

.page-blog-88xeng-slot-strategy__btn-secondary:hover {
  background-color: rgba(46, 122, 78, 0.2); /* Slightly lighter border color for hover */
  transform: translateY(-2px);
}

.page-blog-88xeng-slot-strategy__content-section {
  padding: 60px 0;
  border-bottom: 1px solid #1E3A2A; /* Custom Divider Color */
}

.page-blog-88xeng-slot-strategy__content-section:last-of-type {
  border-bottom: none;
}

.page-blog-88xeng-slot-strategy__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.5em);
  color: #F2FFF6; /* Custom Text Main Color */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.3;
}

.page-blog-88xeng-slot-strategy__sub-title {
  font-size: clamp(1.4em, 2.5vw, 1.8em);
  color: #22C768; /* Auxiliary color */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-88xeng-slot-strategy__text-block {
  font-size: 1.05em;
  color: #A7D9B8; /* Custom Text Secondary Color */
  margin-bottom: 20px;
}

.page-blog-88xeng-slot-strategy__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  max-width: 1000px; /* Recommended content image size */
  min-width: 200px; /* Minimum size requirement */
  object-fit: cover;
}

.page-blog-88xeng-slot-strategy__list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.page-blog-88xeng-slot-strategy__list-item {
  background-color: #11271B; /* Custom Card BG Color */
  color: #F2FFF6; /* Custom Text Main Color */
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  border-left: 4px solid #11A84E; /* Main color for accent */
  font-size: 1.05em;
}

.page-blog-88xeng-slot-strategy__list-item strong {
  color: #57E38D; /* Custom Glow Color */
}

/* FAQ Section */
.page-blog-88xeng-slot-strategy__faq-list {
  margin-top: 30px;
}

.page-blog-88xeng-slot-strategy__faq-item {
  background-color: #11271B; /* Custom Card BG Color */
  border: 1px solid #2E7A4E; /* Custom Border Color */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-88xeng-slot-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  color: #F2FFF6; /* Custom Text Main Color */
  font-weight: bold;
  font-size: 1.1em;
  background-color: #0A4B2C; /* Custom Deep Green Color */
  transition: background-color 0.3s ease;
  list-style: none; /* For details tag */
}

.page-blog-88xeng-slot-strategy__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for details tag */
}

.page-blog-88xeng-slot-strategy__faq-question:hover {
  background-color: #13994A; /* Slightly lighter green on hover */
}

.page-blog-88xeng-slot-strategy__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #57E38D; /* Custom Glow Color */
  transition: transform 0.3s ease;
}

.page-blog-88xeng-slot-strategy__faq-item[open] .page-blog-88xeng-slot-strategy__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-88xeng-slot-strategy__faq-answer {
  padding: 15px 25px;
  color: #A7D9B8; /* Custom Text Secondary Color */
  font-size: 1em;
  line-height: 1.7;
}

/* Ensure images in content area are not too small */
.page-blog-88xeng-slot-strategy__content-area img,
.page-blog-88xeng-slot-strategy img {
  min-width: 200px;
  min-height: 200px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-88xeng-slot-strategy__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }

  .page-blog-88xeng-slot-strategy__main-title {
    font-size: 2em; /* Adjust H1 for mobile */
  }

  .page-blog-88xeng-slot-strategy__hero-description {
    font-size: 1em;
  }

  .page-blog-88xeng-slot-strategy__cta-buttons {
    flex-direction: column; /* Stack buttons vertically on mobile */
    gap: 10px;
    padding: 0 15px;
  }

  .page-blog-88xeng-slot-strategy__btn-primary,
  .page-blog-88xeng-slot-strategy__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 0.95em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-88xeng-slot-strategy__content-section {
    padding: 40px 0;
  }

  .page-blog-88xeng-slot-strategy__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-88xeng-slot-strategy__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-88xeng-slot-strategy__sub-title {
    font-size: 1.3em;
  }

  .page-blog-88xeng-slot-strategy__text-block,
  .page-blog-88xeng-slot-strategy__list-item,
  .page-blog-88xeng-slot-strategy__faq-question,
  .page-blog-88xeng-slot-strategy__faq-answer {
    font-size: 0.95em;
  }

  /* Mobile image responsiveness */
  .page-blog-88xeng-slot-strategy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  /* Ensure all containers with images/videos/buttons are responsive */
  .page-blog-88xeng-slot-strategy__hero-image-wrapper,
  .page-blog-88xeng-slot-strategy__content-section,
  .page-blog-88xeng-slot-strategy__container,
  .page-blog-88xeng-slot-strategy__cta-buttons,
  .page-blog-88xeng-slot-strategy__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important; /* Prevent horizontal scroll */
  }
}

@media (max-width: 480px) {
  .page-blog-88xeng-slot-strategy__main-title {
    font-size: 1.8em;
  }

  .page-blog-88xeng-slot-strategy__section-title {
    font-size: 1.6em;
  }
}