.page-slot-games-jackpot-tips {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
}

.page-slot-games-jackpot-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-slot-games-jackpot-tips__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 10px; /* Small top padding to avoid header overlap */
  padding-bottom: 40px;
  background: #B71C1C; /* Background color from custom scheme */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-slot-games-jackpot-tips__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-width: 100%;
}

.page-slot-games-jackpot-tips__hero-content {
  position: relative;
  z-index: 10;
  padding: 20px;
  max-width: 900px;
  margin-top: 20px;
  color: #FFF5E1; /* Text Main for dark background */
}

.page-slot-games-jackpot-tips__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #FFD86A; /* Gold-ish for title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-slot-games-jackpot-tips__hero-description {
  font-size: 1.25rem;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-slot-games-jackpot-tips__btn-primary,
.page-slot-games-jackpot-tips__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-slot-games-jackpot-tips__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%);
  color: #333333; /* Dark text for gold button */
  border: 2px solid #F4D34D; /* Gold border */
}

.page-slot-games-jackpot-tips__btn-primary:hover {
  background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%);
  box-shadow: 0 0 15px #FFCC66; /* Glow effect */
}

.page-slot-games-jackpot-tips__btn-secondary {
  background: transparent;
  color: #FFF5E1; /* Text Main for dark background */
  border: 2px solid #F2B544; /* Border color */
}

.page-slot-games-jackpot-tips__btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 15px #FFCC66; /* Glow effect */
}

.page-slot-games-jackpot-tips__section {
  padding: 60px 0;
  background-color: #ffffff; /* Default light background for content sections */
  color: #333333; /* Default dark text for content sections */
}

.page-slot-games-jackpot-tips__section:nth-of-type(odd) {
  background-color: #f8f8f8;
}

.page-slot-games-jackpot-tips__section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #C91F17; /* Main color */
  text-align: center;
  margin-bottom: 40px;
}

.page-slot-games-jackpot-tips__text-block {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}

.page-slot-games-jackpot-tips__text-block strong.page-slot-games-jackpot-tips__highlight {
  color: #C91F17;
  font-weight: 700;
}

.page-slot-games-jackpot-tips__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  max-width: 800px; /* Limit max width for content images */
  min-width: 200px;
  min-height: 200px;
}

/* FAQ Section Specific Styles */
.page-slot-games-jackpot-tips__faq-section {
  background-color: #7A0E0E; /* Deep Red background */
  color: #FFF5E1; /* Text Main for dark background */
}

.page-slot-games-jackpot-tips__faq-section .page-slot-games-jackpot-tips__section-title {
  color: #FFD86A; /* Gold-ish title for dark section */
}

.page-slot-games-jackpot-tips__faq-list {
  margin-top: 40px;
}

.page-slot-games-jackpot-tips__faq-item {
  background-color: #D32F2F; /* Card BG */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid #F2B544; /* Border color */
  color: #FFF5E1;
}

.page-slot-games-jackpot-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.2rem;
  color: #FFF5E1;
  list-style: none;
  position: relative;
}

.page-slot-games-jackpot-tips__faq-question::-webkit-details-marker {
  display: none;
}

.page-slot-games-jackpot-tips__faq-question::marker {
  display: none;
}

.page-slot-games-jackpot-tips__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  color: #FFD86A;
  transition: transform 0.3s ease;
}

.page-slot-games-jackpot-tips__faq-item[open] .page-slot-games-jackpot-tips__faq-toggle {
  transform: rotate(45deg);
}

.page-slot-games-jackpot-tips__faq-answer {
  padding: 0 20px 20px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #FFF5E1;
}

.page-slot-games-jackpot-tips__faq-answer p {
  margin-bottom: 0;
}

/* Conclusion Section Specific Styles */
.page-slot-games-jackpot-tips__conclusion {
  text-align: center;
  padding-bottom: 80px;
  background-color: #f8f8f8;
}

.page-slot-games-jackpot-tips__cta-footer {
  margin-top: 40px;
}

/* General Image Styling for all content images */
.page-slot-games-jackpot-tips img {
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
}

/* Media Queries for Responsive Design */
@media (max-width: 1024px) {
  .page-slot-games-jackpot-tips__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }

  .page-slot-games-jackpot-tips__hero-description {
    font-size: 1.1rem;
  }

  .page-slot-games-jackpot-tips__btn-primary,
  .page-slot-games-jackpot-tips__btn-secondary {
    padding: 12px 25px;
    font-size: 1rem;
  }

  .page-slot-games-jackpot-tips__section-title {
    font-size: 2rem;
  }

  .page-slot-games-jackpot-tips__text-block {
    font-size: 1rem;
  }

  .page-slot-games-jackpot-tips__faq-question {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  /* HERO 主图区域 */
  .page-slot-games-jackpot-tips__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px;
  }

  .page-slot-games-jackpot-tips__hero-content {
    padding: 15px;
  }

  .page-slot-games-jackpot-tips__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    margin-bottom: 10px;
  }

  .page-slot-games-jackpot-tips__hero-description {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  /* 按钮与按钮容器 */
  .page-slot-games-jackpot-tips__cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-slot-games-jackpot-tips__btn-primary,
  .page-slot-games-jackpot-tips__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 15px !important;
    font-size: 1rem !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  /* 通用图片与容器 */
  .page-slot-games-jackpot-tips img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
    box-sizing: border-box !important;
  }

  .page-slot-games-jackpot-tips__section,
  .page-slot-games-jackpot-tips__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* 其他内容模块 */
  .page-slot-games-jackpot-tips__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .page-slot-games-jackpot-tips__text-block {
    font-size: 0.95rem;
  }

  .page-slot-games-jackpot-tips__faq-question {
    font-size: 1rem;
    padding: 15px;
  }

  .page-slot-games-jackpot-tips__faq-answer {
    padding: 0 15px 15px;
    font-size: 0.9rem;
  }

  .page-slot-games-jackpot-tips__faq-toggle {
    font-size: 1.5rem;
  }

  .page-slot-games-jackpot-tips__section {
    padding: 40px 0;
  }
}