.page-resources-68win18-game-security-fairness-guarantee {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default text color for light background */
  line-height: 1.6;
  background-color: var(--background-color, #FFFFFF);
}

.page-resources-68win18-game-security-fairness-guarantee__hero-section {
  position: relative;
  width: 100%;
  height: 600px; /* Adjust height as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-resources-68win18-game-security-fairness-guarantee__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.page-resources-68win18-game-security-fairness-guarantee__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
  z-index: -1;
}

.page-resources-68win18-game-security-fairness-guarantee__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 0 20px;
}

.page-resources-68win18-game-security-fairness-guarantee__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-68win18-game-security-fairness-guarantee__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.page-resources-68win18-game-security-fairness-guarantee__btn-primary {
  display: inline-block;
  background: #26A9E0;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
}

.page-resources-68win18-game-security-fairness-guarantee__btn-primary:hover {
  background-color: #1a7bbd;
  transform: translateY(-2px);
}

.page-resources-68win18-game-security-fairness-guarantee__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.page-resources-68win18-game-security-fairness-guarantee__container {
  max-width: 1000px;
  margin: 0 auto;
}

.page-resources-68win18-game-security-fairness-guarantee__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-68win18-game-security-fairness-guarantee__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #26A9E0;
  border-radius: 2px;
}

.page-resources-68win18-game-security-fairness-guarantee__text-block {
  font-size: 1.1em;
  margin-bottom: 30px;
  text-align: justify;
}

.page-resources-68win18-game-security-fairness-guarantee__feature-grid,
.page-resources-68win18-game-security-fairness-guarantee__security-features,
.page-resources-68win18-game-security-fairness-guarantee__fairness-features,
.page-resources-68win18-game-security-fairness-guarantee__responsibility-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.page-resources-68win18-game-security-fairness-guarantee__card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #333333;
  border: 1px solid #e0e0e0;
}

.page-resources-68win18-game-security-fairness-guarantee__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.page-resources-68win18-game-security-fairness-guarantee__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-68win18-game-security-fairness-guarantee__card-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-68win18-game-security-fairness-guarantee__card-text {
  font-size: 1em;
  text-align: justify;
}

.page-resources-68win18-game-security-fairness-guarantee__list {
  list-style: none;
  padding: 0;
  margin-bottom: 60px;
}

.page-resources-68win18-game-security-fairness-guarantee__list-item {
  background: #f9f9f9;
  border-left: 5px solid #26A9E0;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-68win18-game-security-fairness-guarantee__list-title {
  font-size: 1.4em;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-resources-68win18-game-security-fairness-guarantee__list-text {
  font-size: 1em;
  text-align: justify;
}

.page-resources-68win18-game-security-fairness-guarantee__security-item {
  text-align: center;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-68win18-game-security-fairness-guarantee__security-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-resources-68win18-game-security-fairness-guarantee__security-icon {
  width: 100%;
  height: auto;
  max-width: 150px;
  margin-bottom: 20px;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-resources-68win18-game-security-fairness-guarantee__security-title {
  font-size: 1.6em;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-resources-68win18-game-security-fairness-guarantee__security-text {
  font-size: 1em;
  text-align: justify;
}

.page-resources-68win18-game-security-fairness-guarantee__faq-list {
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-resources-68win18-game-security-fairness-guarantee__faq-item {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-68win18-game-security-fairness-guarantee__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  background-color: #f5f5f5;
  transition: background-color 0.3s ease;
}

.page-resources-68win18-game-security-fairness-guarantee__faq-question:hover {
  background-color: #e0e0e0;
}

.page-resources-68win18-game-security-fairness-guarantee__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-68win18-game-security-fairness-guarantee__faq-item.active .page-resources-68win18-game-security-fairness-guarantee__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-68win18-game-security-fairness-guarantee__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
}

.page-resources-68win18-game-security-fairness-guarantee__faq-item.active .page-resources-68win18-game-security-fairness-guarantee__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 25px;
}

.page-resources-68win18-game-security-fairness-guarantee__faq-answer p {
  margin-bottom: 0;
}

.page-resources-68win18-game-security-fairness-guarantee__cta-bottom {
  text-align: center;
  margin-top: 50px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-68win18-game-security-fairness-guarantee__hero-title {
    font-size: 2.8em;
  }

  .page-resources-68win18-game-security-fairness-guarantee__hero-description {
    font-size: 1.2em;
  }

  .page-resources-68win18-game-security-fairness-guarantee__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-68win18-game-security-fairness-guarantee__hero-section {
    height: 500px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-68win18-game-security-fairness-guarantee__hero-title {
    font-size: 2em;
  }

  .page-resources-68win18-game-security-fairness-guarantee__hero-description {
    font-size: 1em;
  }

  .page-resources-68win18-game-security-fairness-guarantee__btn-primary {
    padding: 12px 25px;
    font-size: 0.9em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  
  .page-resources-68win18-game-security-fairness-guarantee__cta-bottom {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box !important;
  }

  .page-resources-68win18-game-security-fairness-guarantee__content-area {
    padding: 40px 15px;
  }

  .page-resources-68win18-game-security-fairness-guarantee__section-title {
    font-size: 1.8em;
  }

  .page-resources-68win18-game-security-fairness-guarantee__text-block {
    font-size: 0.95em;
  }

  .page-resources-68win18-game-security-fairness-guarantee__feature-grid,
  .page-resources-68win18-game-security-fairness-guarantee__security-features,
  .page-resources-68win18-game-security-fairness-guarantee__fairness-features,
  .page-resources-68win18-game-security-fairness-guarantee__responsibility-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-resources-68win18-game-security-fairness-guarantee__card,
  .page-resources-68win18-game-security-fairness-guarantee__security-item,
  .page-resources-68win18-game-security-fairness-guarantee__list-item,
  .page-resources-68win18-game-security-fairness-guarantee__faq-item {
    padding: 20px;
  }

  .page-resources-68win18-game-security-fairness-guarantee__card-title,
  .page-resources-68win18-game-security-fairness-guarantee__list-title,
  .page-resources-68win18-game-security-fairness-guarantee__security-title {
    font-size: 1.3em;
  }

  .page-resources-68win18-game-security-fairness-guarantee__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-resources-68win18-game-security-fairness-guarantee__faq-answer {
    padding: 0 20px;
  }

  .page-resources-68win18-game-security-fairness-guarantee__faq-item.active .page-resources-68win18-game-security-fairness-guarantee__faq-answer {
    padding: 10px 20px;
  }

  /* Mobile image and container responsiveness */
  .page-resources-68win18-game-security-fairness-guarantee img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-resources-68win18-game-security-fairness-guarantee__section,
  .page-resources-68win18-game-security-fairness-guarantee__card,
  .page-resources-68win18-game-security-fairness-guarantee__container,
  .page-resources-68win18-game-security-fairness-guarantee__feature-grid,
  .page-resources-68win18-game-security-fairness-guarantee__security-features,
  .page-resources-68win18-game-security-fairness-guarantee__fairness-features,
  .page-resources-68win18-game-security-fairness-guarantee__responsibility-grid,
  .page-resources-68win18-game-security-fairness-guarantee__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }

  .page-resources-68win18-game-security-fairness-guarantee__hero-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-68win18-game-security-fairness-guarantee__hero-title {
    font-size: 1.8em;
  }

  .page-resources-68win18-game-security-fairness-guarantee__hero-description {
    font-size: 0.9em;
  }

  .page-resources-68win18-game-security-fairness-guarantee__section-title {
    font-size: 1.5em;
  }

  .page-resources-68win18-game-security-fairness-guarantee__security-icon {
    max-width: 100px;
  }
}