.page-resources-w88-game-types-analysis {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #FFFFFF;
}

.page-resources-w88-game-types-analysis__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-w88-game-types-analysis__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-w88-game-types-analysis__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure header spacing */
  overflow: hidden;
}

.page-resources-w88-game-types-analysis__hero-content {
  z-index: 1;
  max-width: 900px;
  margin-bottom: 30px;
}

.page-resources-w88-game-types-analysis__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-resources-w88-game-types-analysis__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-w88-game-types-analysis__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-resources-w88-game-types-analysis__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.page-resources-w88-game-types-analysis__content-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
}

.page-resources-w88-game-types-analysis__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px;
}

.page-resources-w88-game-types-analysis__sub-section-title {
  font-size: 1.8em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-w88-game-types-analysis p {
  margin-bottom: 1em;
  font-size: 1.05em;
}

.page-resources-w88-game-types-analysis__text-link {
  color: #26A9E0;
  text-decoration: underline;
}

.page-resources-w88-game-types-analysis__text-link:hover {
  color: #1a7bb7;
}

.page-resources-w88-game-types-analysis__image-container {
  margin: 30px auto;
  text-align: center;
  max-width: 800px;
  overflow: hidden;
}

.page-resources-w88-game-types-analysis__content-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-resources-w88-game-types-analysis__feature-list,
.page-resources-w88-game-types-analysis__step-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-resources-w88-game-types-analysis__feature-item,
.page-resources-w88-game-types-analysis__step-item {
  background-color: #f9f9f9;
  border-left: 5px solid #26A9E0;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-w88-game-types-analysis__feature-title,
.page-resources-w88-game-types-analysis__step-title {
  color: #26A9E0;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-w88-game-types-analysis__btn-primary,
.page-resources-w88-game-types-analysis__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-resources-w88-game-types-analysis__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
  margin-right: 15px;
}

.page-resources-w88-game-types-analysis__btn-primary:hover {
  background-color: #1a7bb7;
  border-color: #1a7bb7;
}

.page-resources-w88-game-types-analysis__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-w88-game-types-analysis__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #1a7bb7;
  border-color: #1a7bb7;
}

.page-resources-w88-game-types-analysis__cta-section {
  text-align: center;
  padding: 80px 20px;
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-w88-game-types-analysis__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-resources-w88-game-types-analysis__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-w88-game-types-analysis__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-w88-game-types-analysis__faq-list {
  margin-top: 40px;
}

.page-resources-w88-game-types-analysis__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-resources-w88-game-types-analysis__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
  outline: none;
  list-style: none;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}

.page-resources-w88-game-types-analysis__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-resources-w88-game-types-analysis__faq-item summary:hover {
  background-color: #f0f0f0;
}

.page-resources-w88-game-types-analysis__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
}

.page-resources-w88-game-types-analysis__faq-answer {
  padding: 0 25px 20px;
  color: #555555;
  font-size: 1.05em;
}

.page-resources-w88-game-types-analysis__conclusion-section {
  padding: 60px 20px;
  text-align: center;
}

/* Media Queries for Responsive Design */
@media (max-width: 1024px) {
  .page-resources-w88-game-types-analysis__hero-title {
    font-size: 2.8em;
  }
  .page-resources-w88-game-types-analysis__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-w88-game-types-analysis__hero-section {
    padding: 40px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-w88-game-types-analysis__hero-title {
    font-size: 2.2em;
  }

  .page-resources-w88-game-types-analysis__hero-description {
    font-size: 1em;
  }

  .page-resources-w88-game-types-analysis__content-area {
    padding: 40px 15px;
  }

  .page-resources-w88-game-types-analysis__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-resources-w88-game-types-analysis__sub-section-title {
    font-size: 1.4em;
  }

  .page-resources-w88-game-types-analysis p,
  .page-resources-w88-game-types-analysis li {
    font-size: 1em;
  }

  .page-resources-w88-game-types-analysis__feature-title,
  .page-resources-w88-game-types-analysis__step-title {
    font-size: 1.3em;
  }

  .page-resources-w88-game-types-analysis__btn-primary,
  .page-resources-w88-game-types-analysis__btn-secondary {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 15px;
    padding: 12px 15px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-w88-game-types-analysis__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-resources-w88-game-types-analysis__cta-title {
    font-size: 2em;
  }

  .page-resources-w88-game-types-analysis__cta-description {
    font-size: 1em;
  }

  .page-resources-w88-game-types-analysis__faq-item summary {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-resources-w88-game-types-analysis__faq-answer {
    padding: 0 20px 15px;
  }

  /* Image and Video Responsive Styles */
  .page-resources-w88-game-types-analysis img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-resources-w88-game-types-analysis__image-container,
  .page-resources-w88-game-types-analysis__video-section,
  .page-resources-w88-game-types-analysis__video-container,
  .page-resources-w88-game-types-analysis__video-wrapper,
  .page-resources-w88-game-types-analysis__section,
  .page-resources-w88-game-types-analysis__card,
  .page-resources-w88-game-types-analysis__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-resources-w88-game-types-analysis video,
  .page-resources-w88-game-types-analysis__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}

@media (max-width: 480px) {
  .page-resources-w88-game-types-analysis__hero-title {
    font-size: 1.8em;
  }
  .page-resources-w88-game-types-analysis__section-title {
    font-size: 1.6em;
  }
}