/* style/blog-slot-games-jackpot-strategy.css */

/* Base styles for the page content, ensuring dark background and light text */
.page-blog-slot-games-jackpot-strategy {
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

/* Hero Section */
.page-blog-slot-games-jackpot-strategy__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  text-align: center;
  overflow: hidden;
}

.page-blog-slot-games-jackpot-strategy__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.page-blog-slot-games-jackpot-strategy__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-slot-games-jackpot-strategy__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-top: 40px;
  padding: 20px;
  background: rgba(17, 39, 27, 0.85); /* Card BG with transparency */
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-slot-games-jackpot-strategy__main-title {
  color: #F2C14E; /* Gold */
  font-size: clamp(2.2em, 4vw, 3.2em);
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.page-blog-slot-games-jackpot-strategy__description {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-slot-games-jackpot-strategy__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-blog-slot-games-jackpot-strategy__btn-primary,
.page-blog-slot-games-jackpot-strategy__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.05em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-slot-games-jackpot-strategy__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button gradient */
  color: #F2FFF6; /* Text Main */
  border: none;
}

.page-blog-slot-games-jackpot-strategy__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

.page-blog-slot-games-jackpot-strategy__btn-secondary {
  background: #11271B; /* Card BG */
  color: #57E38D; /* Glow */
  border: 2px solid #2E7A4E; /* Border */
}

.page-blog-slot-games-jackpot-strategy__btn-secondary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  background: #0A4B2C; /* Deep Green */
  color: #F2FFF6; /* Text Main */
}

/* Content Area */
.page-blog-slot-games-jackpot-strategy__content-area,
.page-blog-slot-games-jackpot-strategy__faq-section,
.page-blog-slot-games-jackpot-strategy__conclusion-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-slot-games-jackpot-strategy__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.8em);
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-slot-games-jackpot-strategy__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #2AD16F; /* Main color from gradient */
  border-radius: 2px;
}

.page-blog-slot-games-jackpot-strategy__article-block {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.page-blog-slot-games-jackpot-strategy__article-subtitle {
  color: #57E38D; /* Glow */
  font-size: 1.6em;
  margin-bottom: 15px;
}

.page-blog-slot-games-jackpot-strategy__article-subheading {
  color: #F2FFF6; /* Text Main */
  font-size: 1.3em;
  margin-top: 25px;
  margin-bottom: 10px;
}

.page-blog-slot-games-jackpot-strategy p {
  margin-bottom: 1em;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-slot-games-jackpot-strategy strong {
  color: #F2FFF6; /* Text Main */
}

.page-blog-slot-games-jackpot-strategy__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-slot-games-jackpot-strategy__list-item {
  margin-bottom: 10px;
}

.page-blog-slot-games-jackpot-strategy__image-in-content {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin: 25px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

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

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

.page-blog-slot-games-jackpot-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  color: #F2FFF6; /* Text Main */
  font-weight: bold;
  font-size: 1.15em;
  background-color: #0A4B2C; /* Deep Green */
  transition: background-color 0.3s ease;
}

.page-blog-slot-games-jackpot-strategy__faq-question:hover {
  background-color: #13994A; /* Darker green from button gradient */
}

.page-blog-slot-games-jackpot-strategy__faq-item[open] .page-blog-slot-games-jackpot-strategy__faq-question {
  background-color: #13994A; /* Darker green from button gradient */
}

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

.page-blog-slot-games-jackpot-strategy__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #57E38D; /* Glow */
}

.page-blog-slot-games-jackpot-strategy__faq-item[open] .page-blog-slot-games-jackpot-strategy__faq-toggle {
  color: #F2C14E; /* Gold */
}

.page-blog-slot-games-jackpot-strategy__faq-answer {
  padding: 20px 25px;
  color: #A7D9B8; /* Text Secondary */
  background-color: #11271B; /* Card BG */
  font-size: 1em;
}

.page-blog-slot-games-jackpot-strategy__faq-answer p {
  margin-bottom: 15px;
}

.page-blog-slot-games-jackpot-strategy__faq-answer .page-blog-slot-games-jackpot-strategy__btn-faq {
  margin-top: 15px;
  font-size: 0.95em;
  padding: 10px 20px;
  border-radius: 30px;
}

/* Remove default details marker */
.page-blog-slot-games-jackpot-strategy__faq-item > summary {
  list-style: none;
}

.page-blog-slot-games-jackpot-strategy__faq-item > summary::-webkit-details-marker {
  display: none;
}

.page-blog-slot-games-jackpot-strategy__cta-section {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background-color: #0A4B2C; /* Deep Green */
  border-radius: 12px;
  border: 1px solid #2E7A4E; /* Border */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.page-blog-slot-games-jackpot-strategy__cta-text {
  font-size: 1.4em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 25px;
  font-weight: bold;
}

/* Conclusion Section */
.page-blog-slot-games-jackpot-strategy__conclusion-section {
  text-align: center;
  padding-bottom: 80px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-slot-games-jackpot-strategy {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-slot-games-jackpot-strategy__hero-section {
    padding: 30px 15px;
    padding-top: 10px !important;
  }

  .page-blog-slot-games-jackpot-strategy__hero-content {
    margin-top: 25px;
    padding: 15px;
  }

  .page-blog-slot-games-jackpot-strategy__main-title {
    font-size: 2.2em;
  }

  .page-blog-slot-games-jackpot-strategy__description {
    font-size: 1em;
  }

  .page-blog-slot-games-jackpot-strategy__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

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

  .page-blog-slot-games-jackpot-strategy__content-area,
  .page-blog-slot-games-jackpot-strategy__faq-section,
  .page-blog-slot-games-jackpot-strategy__conclusion-section {
    padding: 30px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-slot-games-jackpot-strategy__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .page-blog-slot-games-jackpot-strategy__article-block {
    padding: 20px;
    margin-bottom: 20px;
  }

  .page-blog-slot-games-jackpot-strategy__article-subtitle {
    font-size: 1.4em;
  }

  .page-blog-slot-games-jackpot-strategy__article-subheading {
    font-size: 1.1em;
  }

  .page-blog-slot-games-jackpot-strategy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-slot-games-jackpot-strategy__image-in-content {
    margin: 20px 0;
  }

  .page-blog-slot-games-jackpot-strategy__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-blog-slot-games-jackpot-strategy__faq-answer {
    padding: 15px 20px;
  }

  .page-blog-slot-games-jackpot-strategy__cta-section {
    padding: 25px;
    margin-top: 40px;
  }

  .page-blog-slot-games-jackpot-strategy__cta-text {
    font-size: 1.2em;
    margin-bottom: 20px;
  }
  
  /* Ensure all containers with images/videos/buttons are responsive */
  .page-blog-slot-games-jackpot-strategy__hero-image-wrapper,
  .page-blog-slot-games-jackpot-strategy__article-block,
  .page-blog-slot-games-jackpot-strategy__faq-list,
  .page-blog-slot-games-jackpot-strategy__cta-section,
  .page-blog-slot-games-jackpot-strategy__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
}