/* style/blog-ok99-jackpot-strategy.css */
/* body đã có padding-top: var(--header-offset) từ shared.css; trang này không cần lặp lại */
.page-blog-ok99-jackpot-strategy {
  background-color: #08160F; /* Custom Background */
  color: #F2FFF6; /* Custom Text Main */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-blog-ok99-jackpot-strategy__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  text-align: center;
  background-color: #08160F; /* Consistent with body background */
}

.page-blog-ok99-jackpot-strategy__hero-image-wrapper {
  width: 100%;
  max-width: 1200px; /* Max width for content */
  margin-bottom: 30px;
}

.page-blog-ok99-jackpot-strategy__hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-blog-ok99-jackpot-strategy__hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-ok99-jackpot-strategy__hero-content h1 {
  font-size: clamp(2.5rem, 5vw, 3.5rem); /* Responsive font size for H1 */
  font-weight: 700;
  color: #F2C14E; /* Custom Gold for main title */
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-ok99-jackpot-strategy__hero-content p {
  font-size: 1.15rem;
  color: #A7D9B8; /* Custom Text Secondary */
  margin-bottom: 30px;
}

.page-blog-ok99-jackpot-strategy__btn-primary {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Custom Button */
  color: #F2FFF6; /* Custom Text Main for buttons */
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  text-align: center;
}

.page-blog-ok99-jackpot-strategy__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-ok99-jackpot-strategy__section {
  padding: 80px 20px;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #08160F; /* Consistent with body background */
  border-bottom: 1px solid #1E3A2A; /* Custom Divider */
}

.page-blog-ok99-jackpot-strategy__section:last-of-type {
  border-bottom: none;
}

.page-blog-ok99-jackpot-strategy__section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #F2C14E; /* Custom Gold */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-ok99-jackpot-strategy__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #57E38D; /* Custom Glow */
  border-radius: 2px;
}

.page-blog-ok99-jackpot-strategy__content-area {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-ok99-jackpot-strategy__content-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #F2FFF6; /* Custom Text Main */
  margin-bottom: 20px;
}

.page-blog-ok99-jackpot-strategy__content-text strong {
  color: #F2C14E; /* Custom Gold */
}

.page-blog-ok99-jackpot-strategy__sub-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #2AD16F; /* Lighter green from button gradient */
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-blog-ok99-jackpot-strategy__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-ok99-jackpot-strategy__list-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.1rem;
  color: #F2FFF6; /* Custom Text Main */
}

.page-blog-ok99-jackpot-strategy__list-item::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #57E38D; /* Custom Glow */
  font-weight: 700;
}

.page-blog-ok99-jackpot-strategy__image-wrapper {
  margin: 40px auto;
  text-align: center;
}

.page-blog-ok99-jackpot-strategy__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  object-fit: cover;
  min-width: 200px; /* Enforce min size for desktop content images */
  min-height: 200px;
}

.page-blog-ok99-jackpot-strategy__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  background: transparent;
  color: #2AD16F; /* Lighter green from button gradient */
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  transition: all 0.3s ease;
  border: 2px solid #2AD16F; /* Custom Glow for border */
  cursor: pointer;
  text-align: center;
}

.page-blog-ok99-jackpot-strategy__btn-secondary:hover {
  background: #2AD16F;
  color: #08160F; /* Custom Background */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* FAQ styles */
.page-blog-ok99-jackpot-strategy__faq-section {
  padding: 80px 20px;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #08160F;
}

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

.page-blog-ok99-jackpot-strategy__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #F2FFF6; /* Custom Text Main */
  cursor: pointer;
  list-style: none; /* Hide default marker */
}

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

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

.page-blog-ok99-jackpot-strategy__faq-qtext {
  flex-grow: 1;
}

.page-blog-ok99-jackpot-strategy__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  color: #57E38D; /* Custom Glow */
  margin-left: 15px;
}

.page-blog-ok99-jackpot-strategy__faq-answer {
  padding: 0 20px 20px;
  font-size: 1.05rem;
  color: #A7D9B8; /* Custom Text Secondary */
  line-height: 1.7;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .page-blog-ok99-jackpot-strategy__hero-section {
    padding: 40px 15px;
  }

  .page-blog-ok99-jackpot-strategy__hero-content h1 {
    font-size: clamp(2rem, 8vw, 2.8rem);
  }

  .page-blog-ok99-jackpot-strategy__hero-content p {
    font-size: 1rem;
  }

  .page-blog-ok99-jackpot-strategy__btn-primary,
  .page-blog-ok99-jackpot-strategy__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px !important;
    font-size: 1rem !important;
  }

  .page-blog-ok99-jackpot-strategy__section {
    padding: 50px 15px;
  }

  .page-blog-ok99-jackpot-strategy__section-title {
    font-size: 2rem;
  }

  .page-blog-ok99-jackpot-strategy__sub-title {
    font-size: 1.5rem;
  }

  .page-blog-ok99-jackpot-strategy__content-text,
  .page-blog-ok99-jackpot-strategy__list-item,
  .page-blog-ok99-jackpot-strategy__faq-item summary,
  .page-blog-ok99-jackpot-strategy__faq-answer {
    font-size: 0.95rem;
  }

  /* Responsive images */
  .page-blog-ok99-jackpot-strategy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* Responsive containers for images/content */
  .page-blog-ok99-jackpot-strategy__section,
  .page-blog-ok99-jackpot-strategy__hero-image-wrapper,
  .page-blog-ok99-jackpot-strategy__image-wrapper,
  .page-blog-ok99-jackpot-strategy__faq-section,
  .page-blog-ok99-jackpot-strategy__button-group {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    overflow: hidden !important; /* Prevent horizontal scroll */
  }
  
  /* If multiple buttons are grouped, stack them on mobile */
  .page-blog-ok99-jackpot-strategy__button-group {
    display: flex;
    flex-direction: column !important;
    gap: 15px;
  }
}