/* style/blog-high-payout-slots-guide.css */

/* Base styles for the page */
.page-blog-high-payout-slots-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default for dark body background */
  background-color: transparent; /* body handles background color */
}

.page-blog-high-payout-slots-guide__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-blog-high-payout-slots-guide__dark-bg {
  background-color: #0a0a0a;
  color: #ffffff;
}

.page-blog-high-payout-slots-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-high-payout-slots-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
  text-align: center;
  overflow: hidden;
}

.page-blog-high-payout-slots-guide__hero-image-wrapper {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  position: relative;
}

.page-blog-high-payout-slots-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.page-blog-high-payout-slots-guide__hero-content {
  position: relative;
  z-index: 10;
  padding: 40px 20px;
  max-width: 900px;
  margin-top: -150px; /* Overlap slightly with image for visual flow */
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-high-payout-slots-guide__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.page-blog-high-payout-slots-guide__intro-text {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: #f0f0f0;
}

/* Buttons */
.page-blog-high-payout-slots-guide__btn-primary {
  display: inline-block;
  background: linear-gradient(90deg, #26A9E0, #1A7BBF);
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-high-payout-slots-guide__btn-primary:hover {
  background: linear-gradient(90deg, #1A7BBF, #26A9E0);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(38, 169, 224, 0.4);
}

/* Content Sections */
.page-blog-high-payout-slots-guide__content-section {
  padding: 60px 0;
}

.page-blog-high-payout-slots-guide__section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  color: inherit;
}

.page-blog-high-payout-slots-guide__sub-title {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  color: inherit;
}

.page-blog-high-payout-slots-guide p {
  margin-bottom: 15px;
  font-size: 1.05rem;
  color: inherit;
}

.page-blog-high-payout-slots-guide ul {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: inherit;
}

.page-blog-high-payout-slots-guide li {
  margin-bottom: 10px;
  font-size: 1.05rem;
  color: inherit;
}

.page-blog-high-payout-slots-guide a {
  color: #26A9E0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-high-payout-slots-guide a:hover {
  color: #1A7BBF;
  text-decoration: underline;
}

/* Images */
.page-blog-high-payout-slots-guide img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  object-position: center;
}

/* FAQ Section */
.page-blog-high-payout-slots-guide__faq-list {
  margin-top: 30px;
}

.page-blog-high-payout-slots-guide__faq-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-blog-high-payout-slots-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1rem;
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-high-payout-slots-guide__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.page-blog-high-payout-slots-guide__faq-item[open] > .page-blog-high-payout-slots-guide__faq-question {
  background-color: rgba(255, 255, 255, 0.15);
}

.page-blog-high-payout-slots-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-high-payout-slots-guide__faq-question::marker {
  display: none;
}

.page-blog-high-payout-slots-guide__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-high-payout-slots-guide__faq-item[open] .page-blog-high-payout-slots-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-high-payout-slots-guide__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1rem;
  color: #f0f0f0;
}

.page-blog-high-payout-slots-guide__faq-answer p {
  margin-bottom: 0;
}

/* Conclusion Section */
.page-blog-high-payout-slots-guide__conclusion-section {
  padding: 60px 0;
  text-align: center;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-high-payout-slots-guide__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-high-payout-slots-guide__hero-content {
    margin-top: -80px;
    padding: 25px 15px;
  }

  .page-blog-high-payout-slots-guide__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .page-blog-high-payout-slots-guide__intro-text,
  .page-blog-high-payout-slots-guide p,
  .page-blog-high-payout-slots-guide li,
  .page-blog-high-payout-slots-guide__faq-answer {
    font-size: 1rem;
  }

  .page-blog-high-payout-slots-guide__section-title {
    font-size: clamp(1.5rem, 7vw, 2.2rem);
  }

  .page-blog-high-payout-slots-guide__sub-title {
    font-size: clamp(1.2rem, 6vw, 1.8rem);
  }

  .page-blog-high-payout-slots-guide__btn-primary {
    width: 100% !important;
    padding: 12px 20px;
    font-size: 0.95rem;
  }

  /* Images */
  .page-blog-high-payout-slots-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 20px auto !important;
  }
  
  /* Containers for images, buttons, videos */
  .page-blog-high-payout-slots-guide__container,
  .page-blog-high-payout-slots-guide__hero-image-wrapper,
  .page-blog-high-payout-slots-guide__hero-content,
  .page-blog-high-payout-slots-guide__content-section,
  .page-blog-high-payout-slots-guide__conclusion-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-high-payout-slots-guide__faq-question {
    font-size: 1rem;
    padding: 15px;
  }

  .page-blog-high-payout-slots-guide__faq-answer {
    padding: 0 15px 15px 15px;
  }
}