.page-resources-8win55-game-fairness-analysis {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default text color for light body background */
  line-height: 1.6;
  background-color: #f4f4f4;
}

.page-resources-8win55-game-fairness-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-8win55-game-fairness-analysis__section {
  padding: 60px 0;
  background-color: #f4f4f4;
}

.page-resources-8win55-game-fairness-analysis__dark-section {
  background-color: #1A202C;
  color: #ffffff;
}

.page-resources-8win55-game-fairness-analysis__dark-section .page-resources-8win55-game-fairness-analysis__heading,
.page-resources-8win55-game-fairness-analysis__dark-section .page-resources-8win55-game-fairness-analysis__sub-heading {
  color: #FFD700;
}

.page-resources-8win55-game-fairness-analysis__dark-section .page-resources-8win55-game-fairness-analysis__inline-link {
  color: #FFD700;
}

.page-resources-8win55-game-fairness-analysis__heading {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #1A202C;
}

.page-resources-8win55-game-fairness-analysis__sub-heading {
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #1A202C;
}

.page-resources-8win55-game-fairness-analysis__paragraph {
  font-size: 17px;
  margin-bottom: 15px;
  text-align: justify;
}

.page-resources-8win55-game-fairness-analysis__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-resources-8win55-game-fairness-analysis__list-item {
  font-size: 16px;
  margin-bottom: 10px;
}

.page-resources-8win55-game-fairness-analysis__inline-link {
  color: #1A202C;
  text-decoration: underline;
  font-weight: 600;
}

.page-resources-8win55-game-fairness-analysis__inline-link:hover {
  color: #FFD700;
}

/* Hero Section */
.page-resources-8win55-game-fairness-analysis__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: var(--header-offset, 120px);
  padding-bottom: 60px;
  background: linear-gradient(135deg, #1A202C, #333945);
  color: #ffffff;
  overflow: hidden;
}

.page-resources-8win55-game-fairness-analysis__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.page-resources-8win55-game-fairness-analysis__hero-image-wrapper {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-8win55-game-fairness-analysis__hero-image-wrapper img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page-resources-8win55-game-fairness-analysis__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-resources-8win55-game-fairness-analysis__hero-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #FFD700;
  line-height: 1.2;
}

.page-resources-8win55-game-fairness-analysis__hero-description {
  font-size: 20px;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-8win55-game-fairness-analysis__cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: #FFD700;
  color: #1A202C;
  text-decoration: none;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-8win55-game-fairness-analysis__cta-button:hover {
  background: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-8win55-game-fairness-analysis__cta-button--large {
  padding: 20px 50px;
  font-size: 22px;
}

/* Image Styling */
.page-resources-8win55-game-fairness-analysis__image {
  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;
}

/* FAQ Section */
.page-resources-8win55-game-fairness-analysis__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-8win55-game-fairness-analysis__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.page-resources-8win55-game-fairness-analysis__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  padding: 0 20px;
  opacity: 0;
  background: #ffffff;
  color: #333333;
}

.page-resources-8win55-game-fairness-analysis__faq-item.active .page-resources-8win55-game-fairness-analysis__faq-answer {
  max-height: 2000px !important;
  padding: 20px !important;
  opacity: 1;
  background: #ffffff;
  border-radius: 0 0 8px 8px;
}

.page-resources-8win55-game-fairness-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  background: #1A202C;
  color: #ffffff;
  border: 1px solid #1A202C;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  position: relative;
}

.page-resources-8win55-game-fairness-analysis__faq-question:hover {
  background: #333945;
  border-color: #333945;
}

.page-resources-8win55-game-fairness-analysis__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: #ffffff;
}

.page-resources-8win55-game-fairness-analysis__faq-item.active .page-resources-8win55-game-fairness-analysis__faq-question {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #FFD700;
  color: #1A202C;
}

.page-resources-8win55-game-fairness-analysis__faq-item.active .page-resources-8win55-game-fairness-analysis__faq-question h3 {
  color: #1A202C;
}

.page-resources-8win55-game-fairness-analysis__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #FFD700;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.page-resources-8win55-game-fairness-analysis__faq-item.active .page-resources-8win55-game-fairness-analysis__faq-toggle {
  color: #1A202C;
  transform: rotate(0deg); /* Reset rotation for '-' */
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-8win55-game-fairness-analysis__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-bottom: 40px;
  }

  .page-resources-8win55-game-fairness-analysis__hero-title {
    font-size: 32px;
  }

  .page-resources-8win55-game-fairness-analysis__hero-description {
    font-size: 16px;
    padding: 0 15px;
  }

  .page-resources-8win55-game-fairness-analysis__cta-button {
    padding: 15px 30px;
    font-size: 18px;
  }
  
  .page-resources-8win55-game-fairness-analysis__cta-button--large {
    padding: 15px 30px;
    font-size: 18px;
  }

  .page-resources-8win55-game-fairness-analysis__section {
    padding: 40px 0;
  }

  .page-resources-8win55-game-fairness-analysis__heading {
    font-size: 28px;
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .page-resources-8win55-game-fairness-analysis__sub-heading {
    font-size: 20px;
    padding: 0 15px;
  }

  .page-resources-8win55-game-fairness-analysis__paragraph,
  .page-resources-8win55-game-fairness-analysis__list-item {
    font-size: 15px;
    padding: 0 15px;
  }

  .page-resources-8win55-game-fairness-analysis__list {
    margin-left: 40px;
    padding-right: 15px;
  }

  .page-resources-8win55-game-fairness-analysis__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 20px auto;
    border-radius: 4px;
  }

  .page-resources-8win55-game-fairness-analysis__container {
    padding: 0 15px;
  }

  /* FAQ Mobile */
  .page-resources-8win55-game-fairness-analysis__faq-question {
    padding: 15px 20px;
  }

  .page-resources-8win55-game-fairness-analysis__faq-question h3 {
    font-size: 16px;
  }

  .page-resources-8win55-game-fairness-analysis__faq-toggle {
    font-size: 24px;
    width: 28px;
    height: 28px;
  }

  .page-resources-8win55-game-fairness-analysis__faq-item.active .page-resources-8win55-game-fairness-analysis__faq-answer {
    padding: 15px !important;
  }

  /* Buttons mobile responsiveness */
  .page-resources-8win55-game-fairness-analysis__cta-button,
  .page-resources-8win55-game-fairness-analysis__btn-primary,
  .page-resources-8win55-game-fairness-analysis__btn-secondary,
  .page-resources-8win55-game-fairness-analysis a[class*="button"],
  .page-resources-8win55-game-fairness-analysis a[class*="btn"] {
    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-resources-8win55-game-fairness-analysis__cta-buttons,
  .page-resources-8win55-game-fairness-analysis__button-group,
  .page-resources-8win55-game-fairness-analysis__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
    display: flex;
    flex-direction: column; 
  }
}