.page-blog-high-payout-slots {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Text Main */
  background-color: #F5F7FA; /* Background */
}

.page-blog-high-payout-slots__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding */
  padding-bottom: 40px;
  background-color: #E53935; /* Primary color for hero background */
  color: #ffffff;
  text-align: center;
}

.page-blog-high-payout-slots__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

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

.page-blog-high-payout-slots__hero-content {
  max-width: 900px;
  margin: 20px auto;
  padding: 0 20px;
}

.page-blog-high-payout-slots__main-title {
  font-size: clamp(2em, 5vw, 3.5em); /* Responsive font size */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-blog-high-payout-slots__subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-high-payout-slots__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%); /* Button color */
  color: #ffffff;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-blog-high-payout-slots__cta-button:hover {
  background: linear-gradient(180deg, #E53935 0%, #FF5A4F 100%);
}

.page-blog-high-payout-slots__cta-button--full-width {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.page-blog-high-payout-slots__button-group {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
}

.page-blog-high-payout-slots__content-section {
  padding: 60px 0;
  background-color: #F5F7FA; /* Background */
  color: #333333;
}

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

.page-blog-high-payout-slots__section-title {
  font-size: 2.5em;
  color: #E53935; /* Primary color */
  margin-bottom: 25px;
  text-align: center;
}

.page-blog-high-payout-slots__sub-section-title {
  font-size: 1.8em;
  color: #FF5A4F; /* Auxiliary color */
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-blog-high-payout-slots__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-blog-high-payout-slots__image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-high-payout-slots__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-blog-high-payout-slots__list-item {
  font-size: 1.1em;
  margin-bottom: 10px;
}

.page-blog-high-payout-slots__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-blog-high-payout-slots__card {
  background-color: #FFFFFF; /* Card BG */
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
  text-align: center;
  border: 1px solid #E0E0E0; /* Border */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-high-payout-slots__card-title {
  font-size: 1.5em;
  color: #E53935; /* Primary color */
  margin-bottom: 15px;
}

.page-blog-high-payout-slots__card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-blog-high-payout-slots__card-description {
  font-size: 1em;
  color: #333333;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-high-payout-slots__card-button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%); /* Button color */
  color: #ffffff;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-blog-high-payout-slots__card-button:hover {
  background: linear-gradient(180deg, #E53935 0%, #FF5A4F 100%);
}

.page-blog-high-payout-slots__faq-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-blog-high-payout-slots__faq-item {
  background-color: #FFFFFF; /* Card BG */
  border: 1px solid #E0E0E0; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-high-payout-slots__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #E53935; /* Primary color */
  cursor: pointer;
  background-color: #FFFFFF;
  user-select: none;
  list-style: none; /* For details/summary */
}

.page-blog-high-payout-slots__faq-question::-webkit-details-marker {
  display: none; /* For details/summary */
}

.page-blog-high-payout-slots__faq-question:hover {
  background-color: #F5F7FA;
}

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

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

.page-blog-high-payout-slots__faq-answer {
  padding: 0 25px 20px;
  font-size: 1.1em;
  color: #333333;
}

.page-blog-high-payout-slots__related-posts {
    padding: 60px 0;
    background-color: #F5F7FA; /* Background */
}

.page-blog-high-payout-slots__blog-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-blog-high-payout-slots__blog-card {
    background-color: #FFFFFF; /* Card BG */
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    padding: 25px;
    text-align: left;
    border: 1px solid #E0E0E0; /* Border */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-blog-high-payout-slots__blog-card-image {
    width: 100%;
    height: 200px; /* Fixed height for consistency */
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.page-blog-high-payout-slots__blog-card-title {
    font-size: 1.3em;
    color: #E53935; /* Primary color */
    margin-bottom: 10px;
}

.page-blog-high-payout-slots__blog-card-title a {
    text-decoration: none;
    color: inherit;
}

.page-blog-high-payout-slots__blog-card-title a:hover {
    text-decoration: underline;
}

.page-blog-high-payout-slots__blog-card-excerpt {
    font-size: 0.95em;
    color: #333333;
    margin-bottom: 15px;
    flex-grow: 1;
}

.page-blog-high-payout-slots__blog-card-link {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    background: #FF5A4F; /* Auxiliary color */
    color: #ffffff;
    transition: background-color 0.3s ease;
}

.page-blog-high-payout-slots__blog-card-link:hover {
    background: #E53935;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-high-payout-slots {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-high-payout-slots__hero-section {
    padding-bottom: 30px;
  }

  .page-blog-high-payout-slots__main-title {
    font-size: clamp(1.8em, 8vw, 2.5em) !important;
  }

  .page-blog-high-payout-slots__subtitle {
    font-size: 1em;
  }

  .page-blog-high-payout-slots__cta-button,
  .page-blog-high-payout-slots__card-button,
  .page-blog-high-payout-slots__blog-card-link {
    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;
  }

  .page-blog-high-payout-slots__button-group {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-high-payout-slots__content-section,
  .page-blog-high-payout-slots__related-posts {
    padding: 40px 0;
  }

  .page-blog-high-payout-slots__container {
    padding: 0 15px;
  }

  .page-blog-high-payout-slots__section-title {
    font-size: 2em;
  }

  .page-blog-high-payout-slots__sub-section-title {
    font-size: 1.5em;
  }

  .page-blog-high-payout-slots__paragraph,
  .page-blog-high-payout-slots__list-item,
  .page-blog-high-payout-slots__card-description,
  .page-blog-high-payout-slots__faq-answer p {
    font-size: 1em;
  }

  .page-blog-high-payout-slots__image,
  .page-blog-high-payout-slots__card-image,
  .page-blog-high-payout-slots__blog-card-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-high-payout-slots__hero-image-wrapper,
  .page-blog-high-payout-slots__card,
  .page-blog-high-payout-slots__blog-card,
  .page-blog-high-payout-slots__faq-item,
  .page-blog-high-payout-slots__card-grid,
  .page-blog-high-payout-slots__blog-card-grid {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
  }

  .page-blog-high-payout-slots__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-blog-high-payout-slots__faq-answer {
    padding: 0 20px 15px;
  }
  .page-blog-high-payout-slots__hero-section {
    padding-top: 10px !important; /* body already handles --header-offset */
  }
}