.page-blog-understanding-slot-jackpots {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Body background is dark #1a1a1a, so text must be light */
  line-height: 1.6;
  background-color: #1a1a1a; /* Ensure consistency with body background */
}

.page-blog-understanding-slot-jackpots__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* Rely on body for header offset, small top padding for aesthetic */
  text-align: center;
  background-color: #1a1a1a;
  color: #ffffff;
}

.page-blog-understanding-slot-jackpots__hero-image-container {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  margin-bottom: 20px;
}

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

.page-blog-understanding-slot-jackpots__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1; /* Ensure content is above any potential background layering */
}

.page-blog-understanding-slot-jackpots__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: 15px;
  font-size: clamp(2.5rem, 5vw, 3.5rem); /* Using clamp for responsive H1 */
}

.page-blog-understanding-slot-jackpots__description {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-understanding-slot-jackpots__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-understanding-slot-jackpots__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-understanding-slot-jackpots__btn-primary:hover {
  background-color: #1e87c0;
  transform: translateY(-2px);
}

.page-blog-understanding-slot-jackpots__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
  margin-left: 15px;
}

.page-blog-understanding-slot-jackpots__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
  transform: translateY(-2px);
}

.page-blog-understanding-slot-jackpots__section {
  padding: 60px 0;
  background-color: #1a1a1a;
  color: #ffffff;
}

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

.page-blog-understanding-slot-jackpots__section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.3;
}

.page-blog-understanding-slot-jackpots__content-block {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #f0f0f0;
}

.page-blog-understanding-slot-jackpots__content-block h3 {
  font-size: 1.8rem;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-understanding-slot-jackpots__content-block p {
  margin-bottom: 1em;
}

.page-blog-understanding-slot-jackpots__content-block ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 1em;
}

.page-blog-understanding-slot-jackpots__content-block li {
  margin-bottom: 0.5em;
}

.page-blog-understanding-slot-jackpots__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px 0;
  border-radius: 8px;
  object-fit: cover;
  min-width: 200px; /* Ensure minimum size */
  min-height: 200px; /* Ensure minimum size */
}

.page-blog-understanding-slot-jackpots__faq {
  background-color: #1a1a1a;
}

.page-blog-understanding-slot-jackpots__faq-list {
  margin-top: 30px;
}

.page-blog-understanding-slot-jackpots__faq-item {
  background-color: rgba(255, 255, 255, 0.08); /* Slightly lighter background for contrast */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.page-blog-understanding-slot-jackpots__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease;
  list-style: none; /* For details summary */
}

.page-blog-understanding-slot-jackpots__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for details summary */
}

.page-blog-understanding-slot-jackpots__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.page-blog-understanding-slot-jackpots__faq-toggle {
  font-size: 1.5rem;
  font-weight: 700;
  color: #26A9E0;
  margin-left: 15px;
}

.page-blog-understanding-slot-jackpots__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1rem;
  color: #cccccc;
}

.page-blog-understanding-slot-jackpots__faq-answer p {
  margin-bottom: 0;
}

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

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-understanding-slot-jackpots__main-title {
    font-size: clamp(2.2rem, 4.5vw, 3rem);
  }
  .page-blog-understanding-slot-jackpots__section-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .page-blog-understanding-slot-jackpots {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-understanding-slot-jackpots__hero-section {
    padding: 10px 0 40px 0;
  }
  .page-blog-understanding-slot-jackpots__hero-content {
    padding: 0 15px;
  }
  .page-blog-understanding-slot-jackpots__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }
  .page-blog-understanding-slot-jackpots__description {
    font-size: 1rem;
  }
  .page-blog-understanding-slot-jackpots__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0 !important; /* Remove margin for single column layout */
    margin-bottom: 15px; /* Add vertical spacing */
  }
  .page-blog-understanding-slot-jackpots__btn-secondary {
    margin-left: 0 !important;
  }
  .page-blog-understanding-slot-jackpots__cta-buttons {
    flex-direction: column; /* Stack buttons vertically */
    gap: 15px;
    padding: 0 15px;
  }
  .page-blog-understanding-slot-jackpots__section {
    padding: 40px 0;
  }
  .page-blog-understanding-slot-jackpots__container {
    padding: 0 15px;
  }
  .page-blog-understanding-slot-jackpots__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .page-blog-understanding-slot-jackpots__content-block {
    font-size: 1rem;
  }
  .page-blog-understanding-slot-jackpots__content-block h3 {
    font-size: 1.5rem;
  }
  /* Mobile image responsive optimization */
  .page-blog-understanding-slot-jackpots img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-understanding-slot-jackpots__section,
  .page-blog-understanding-slot-jackpots__card,
  .page-blog-understanding-slot-jackpots__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden; /* Prevent horizontal scroll */
  }
  .page-blog-understanding-slot-jackpots__faq-question {
    font-size: 1.1rem;
    padding: 15px;
  }
  .page-blog-understanding-slot-jackpots__faq-answer {
    padding: 0 15px 15px 15px;
  }
  .page-blog-understanding-slot-jackpots__video-section {
    padding-top: 10px !important; /* body already handles --header-offset */
  }
}

@media (max-width: 480px) {
  .page-blog-understanding-slot-jackpots__main-title {
    font-size: clamp(1.8rem, 9vw, 2.2rem);
  }
  .page-blog-understanding-slot-jackpots__section-title {
    font-size: 1.6rem;
  }
  .page-blog-understanding-slot-jackpots__cta-button {
    font-size: 1rem;
  }
}