.page-slot-games-high-payout-tips {
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: #140C0C;
  color: #FFF1E8;
  font-family: Arial, sans-serif;
}

.page-slot-games-high-payout-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-slot-games-high-payout-tips__hero-section {
  text-align: center;
  padding: 40px 0;
  background-color: #2A1212;
  border-bottom: 1px solid #6A1E1E;
}

.page-slot-games-high-payout-tips__main-title {
  font-size: clamp(1.1rem, 4.5vw, 1.75rem);
  font-weight: bold;
  line-height: 1.2;
  color: #F3C54D;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.page-slot-games-high-payout-tips__description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-slot-games-high-payout-tips__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-slot-games-high-payout-tips__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.page-slot-games-high-payout-tips__button--primary {
  background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%);
  color: #140C0C;
  border: none;
}

.page-slot-games-high-payout-tips__button--primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-slot-games-high-payout-tips__button--secondary {
  background-color: #7E0D0D;
  color: #FFF1E8;
  border: 1px solid #6A1E1E;
}

.page-slot-games-high-payout-tips__button--secondary:hover {
  background-color: #E53030;
  border-color: #E53030;
  transform: translateY(-2px);
}

.page-slot-games-high-payout-tips__content-section {
  padding: 60px 0;
}

.page-slot-games-high-payout-tips__section-title {
  font-size: 1.75rem;
  color: #F3C54D;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.page-slot-games-high-payout-tips__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80px;
  height: 3px;
  background-color: #E53030;
}

.page-slot-games-high-payout-tips__text {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}

.page-slot-games-high-payout-tips__image-wrapper {
  margin: 30px auto;
  text-align: center;
  border: 1px solid #6A1E1E;
  border-radius: 8px;
  overflow: hidden;
  max-width: 800px;
}

.page-slot-games-high-payout-tips__image {
  width: 100%;
  height: auto;
  display: block;
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
  filter: none; /* Ensure no CSS filters are applied */
}

.page-slot-games-high-payout-tips__image-caption {
  font-size: 0.9rem;
  color: #FFF1E8;
  padding: 10px;
  background-color: #2A1212;
}

.page-slot-games-high-payout-tips__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-slot-games-high-payout-tips__list-item {
  background-color: #2A1212;
  border: 1px solid #6A1E1E;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 10px;
  line-height: 1.6;
  position: relative;
  padding-left: 40px;
}

.page-slot-games-high-payout-tips__list-item::before {
  content: '✓';
  color: #F3C54D;
  position: absolute;
  left: 15px;
  top: 15px;
  font-weight: bold;
}

.page-slot-games-high-payout-tips__highlight {
  color: #F3C54D;
}

.page-slot-games-high-payout-tips__cta-buttons--bottom {
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-slot-games-high-payout-tips__faq-list {
  margin-top: 30px;
}

.page-slot-games-high-payout-tips__faq-item {
  background-color: #2A1212;
  border: 1px solid #6A1E1E;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
}

.page-slot-games-high-payout-tips__faq-question {
  font-size: 1.2rem;
  color: #F3C54D;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-slot-games-high-payout-tips__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.page-slot-games-high-payout-tips__faq-question.active::after {
  content: '-';
  transform: rotate(0deg); /* No rotation for '-' */
}

.page-slot-games-high-payout-tips__faq-answer {
  font-size: 1rem;
  line-height: 1.6;
  color: #FFF1E8;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.page-slot-games-high-payout-tips__faq-answer.active {
  max-height: 200px; /* Adjust as needed for content */
}

.page-slot-games-high-payout-tips__last-update {
  text-align: right;
  font-size: 0.9rem;
  color: #E53030;
  margin-top: 40px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-slot-games-high-payout-tips__main-title {
    font-size: clamp(1.1rem, 6vw, 1.5rem);
  }

  .page-slot-games-high-payout-tips__description {
    font-size: 1rem;
  }

  .page-slot-games-high-payout-tips__section-title {
    font-size: 1.5rem;
  }

  .page-slot-games-high-payout-tips__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-slot-games-high-payout-tips__button {
    width: 100%;
    max-width: 300px; /* Limit button width on small screens */
    margin: 0 auto;
  }

  .page-slot-games-high-payout-tips__content-section {
    padding: 40px 0;
  }

  .page-slot-games-high-payout-tips__text,
  .page-slot-games-high-payout-tips__list-item,
  .page-slot-games-high-payout-tips__faq-answer {
    font-size: 0.95rem;
    text-align: left; /* Adjust justify for smaller screens */
  }

  .page-slot-games-high-payout-tips__image {
    max-width: 100%; /* Ensure images don't overflow */
    height: auto;
  }
}

@media (max-width: 549px) {
  .page-slot-games-high-payout-tips__hero-section {
    padding: 30px 0;
  }

  .page-slot-games-high-payout-tips__main-title {
    font-size: clamp(1rem, 7vw, 1.3rem);
  }

  .page-slot-games-high-payout-tips__section-title {
    font-size: 1.3rem;
  }

  .page-slot-games-high-payout-tips__text {
    text-align: left;
  }
}