.page-blog-understanding-slot-jackpots {
  color: #FFF5E1; /* Text Main */
  background-color: #B71C1C; /* Background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-understanding-slot-jackpots__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* HERO Section */
.page-blog-understanding-slot-jackpots__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding as per rule */
  padding-bottom: 40px;
  text-align: center;
  overflow: hidden;
  background-color: #7A0E0E; /* Deep Red */
}

.page-blog-understanding-slot-jackpots__hero-image {
  width: 100%;
  max-height: 500px; /* Limit height for desktop */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.page-blog-understanding-slot-jackpots__hero-image img {
  width: 100%;
  height: auto;
  object-fit: cover; /* Cover for desktop to look good */
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.page-blog-understanding-slot-jackpots__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-understanding-slot-jackpots__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem); /* Clamp for H1, not fixed large value */
  font-weight: 700;
  color: #FFD86A; /* Gold-like for title */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  line-height: 1.2;
}

.page-blog-understanding-slot-jackpots__description {
  font-size: 1.15rem;
  color: #FFF5E1; /* Text Main */
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-understanding-slot-jackpots__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.page-blog-understanding-slot-jackpots__btn-primary,
.page-blog-understanding-slot-jackpots__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: normal; /* Allow text wrapping for buttons */
  word-wrap: break-word; /* Allow text wrapping for buttons */
  box-sizing: border-box;
}

.page-blog-understanding-slot-jackpots__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); /* Custom Button Color */
  color: #7A0E0E; /* Deep Red for text on gold button */
  border: 2px solid #F4D34D; /* Gold border */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-understanding-slot-jackpots__btn-primary:hover {
  background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-understanding-slot-jackpots__btn-secondary {
  background: #7A0E0E; /* Deep Red */
  color: #FFD86A; /* Gold */
  border: 2px solid #FFD86A; /* Gold border */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-understanding-slot-jackpots__btn-secondary:hover {
  background: #C91F17; /* Main Color */
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

/* Content Sections */
.page-blog-understanding-slot-jackpots__content-section {
  padding: 60px 0;
}

.page-blog-understanding-slot-jackpots__light-bg {
  background-color: #B71C1C; /* Background */
  color: #FFF5E1; /* Text Main */
}

.page-blog-understanding-slot-jackpots__dark-section {
  background-color: #7A0E0E; /* Deep Red */
  color: #FFF5E1; /* Text Main */
}

.page-blog-understanding-slot-jackpots__section-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  color: #FFD86A; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.page-blog-understanding-slot-jackpots__article-body {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.7;
}

.page-blog-understanding-slot-jackpots__article-body p {
  margin-bottom: 1em;
}

.page-blog-understanding-slot-jackpots__article-body strong {
  color: #FFD86A; /* Gold for strong text */
}

.page-blog-understanding-slot-jackpots__sub-title {
  font-size: 1.5rem;
  color: #F4D34D; /* Gold */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-understanding-slot-jackpots__article-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-understanding-slot-jackpots__article-body ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
}

.page-blog-understanding-slot-jackpots__article-body li {
  margin-bottom: 0.5em;
}

/* Conclusion CTA Buttons */
.page-blog-understanding-slot-jackpots__cta-buttons--bottom {
  margin-top: 40px;
  margin-bottom: 0;
}

/* FAQ Section */
.page-blog-understanding-slot-jackpots__faq-section {
  padding: 60px 0;
  background-color: #B71C1C; /* Background */
}

details.page-blog-understanding-slot-jackpots__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #F2B544; /* Border */
  overflow: hidden;
  background: #D32F2F; /* Card BG */
  color: #FFF5E1; /* Text Main */
}
details.page-blog-understanding-slot-jackpots__faq-item summary.page-blog-understanding-slot-jackpots__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #FFF5E1; /* Text Main */
}
details.page-blog-understanding-slot-jackpots__faq-item summary.page-blog-understanding-slot-jackpots__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-understanding-slot-jackpots__faq-item summary.page-blog-understanding-slot-jackpots__faq-question:hover {
  background: #C91F17; /* Main Color */
}
.page-blog-understanding-slot-jackpots__faq-qtext {
  flex: 1;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #FFF5E1; /* Text Main */
}
.page-blog-understanding-slot-jackpots__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFD86A; /* Gold for toggle */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-understanding-slot-jackpots__faq-item .page-blog-understanding-slot-jackpots__faq-answer {
  padding: 0 20px 20px;
  background: #7A0E0E; /* Deep Red for answer background */
  border-radius: 0 0 5px 5px;
  color: #FFF5E1; /* Text Main */
}
.page-blog-understanding-slot-jackpots__faq-answer p {
  margin-bottom: 0;
}


/* --- Responsive Styles --- */

/* HERO Main image object-fit: contain at 849px */
@media (max-width: 849px) {
  .page-blog-understanding-slot-jackpots__hero-image img {
    object-fit: contain !important;
    aspect-ratio: unset !important;
    max-height: 400px;
  }
}

@media (max-width: 768px) {
  /* General mobile adaptations */
  .page-blog-understanding-slot-jackpots {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-understanding-slot-jackpots__container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* HERO Section */
  .page-blog-understanding-slot-jackpots__hero-section {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .page-blog-understanding-slot-jackpots__hero-image {
    margin-bottom: 20px;
    max-height: none;
  }

  .page-blog-understanding-slot-jackpots__hero-image img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    aspect-ratio: unset !important;
    border-radius: 5px;
  }

  .page-blog-understanding-slot-jackpots__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
    margin-bottom: 15px;
  }
}