.page-resources-sbet-game-types-analysis {
  color: #333333; /* Dark text on default light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-resources-sbet-game-types-analysis__hero-section {
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  padding: 0;
}

.page-resources-sbet-game-types-analysis__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6); /* Darken image slightly for text readability */
}

.page-resources-sbet-game-types-analysis__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  width: 90%;
  padding: 20px;
  box-sizing: border-box;
  z-index: 10;
}

.page-resources-sbet-game-types-analysis__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-sbet-game-types-analysis__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #F0F0F0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-resources-sbet-game-types-analysis__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-sbet-game-types-analysis__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 1.1em;
  min-width: 150px;
  text-align: center;
}

.page-resources-sbet-game-types-analysis__button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-sbet-game-types-analysis__button--register:hover {
  background-color: #F0F0F0;
  color: #333333;
}

.page-resources-sbet-game-types-analysis__button--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-sbet-game-types-analysis__button--login:hover {
  background-color: #E0A83D;
  color: #000000;
}

.page-resources-sbet-game-types-analysis__content-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-sbet-game-types-analysis__section-title {
  font-size: 2.5em;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}

.page-resources-sbet-game-types-analysis__intro-text {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 50px;
  color: #555555;
}

.page-resources-sbet-game-types-analysis__article {
  margin-bottom: 60px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.page-resources-sbet-game-types-analysis__article-heading {
  font-size: 2em;
  color: #000000;
  margin-bottom: 20px;
  text-align: left;
}

.page-resources-sbet-game-types-analysis__article-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 25px auto;
  border-radius: 8px;
  object-fit: cover;
  min-width: 200px; /* Ensure images are not too small */
  min-height: 200px;
}

.page-resources-sbet-game-types-analysis__article-paragraph {
  font-size: 1em;
  margin-bottom: 15px;
  color: #333333;
}

.page-resources-sbet-game-types-analysis__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-sbet-game-types-analysis__list-item {
  margin-bottom: 8px;
}

.page-resources-sbet-game-types-analysis__button--explore,
.page-resources-sbet-game-types-analysis__button--play-live,
.page-resources-sbet-game-types-analysis__button--bet-sports,
.page-resources-sbet-game-types-analysis__button--play-table,
.page-resources-sbet-game-types-analysis__button--try-originals,
.page-resources-sbet-game-types-analysis__button--responsible {
  background-color: #000000;
  color: #FCBC45;
  border: 2px solid #000000;
  margin-top: 15px;
  font-size: 1em;
  padding: 12px 25px;
}

.page-resources-sbet-game-types-analysis__button--explore:hover,
.page-resources-sbet-game-types-analysis__button--play-live:hover,
.page-resources-sbet-game-types-analysis__button--bet-sports:hover,
.page-resources-sbet-game-types-analysis__button--play-table:hover,
.page-resources-sbet-game-types-analysis__button--try-originals:hover,
.page-resources-sbet-game-types-analysis__button--responsible:hover {
  background-color: #333333;
  color: #FFFFFF;
  border-color: #333333;
}

.page-resources-sbet-game-types-analysis__cta-section {
  background-color: #000000;
  color: #FFFFFF;
  padding: 50px 30px;
  text-align: center;
  border-radius: 10px;
  margin-top: 60px;
}

.page-resources-sbet-game-types-analysis__cta-title {
  font-size: 2.2em;
  margin-bottom: 20px;
  color: #FCBC45;
}

.page-resources-sbet-game-types-analysis__cta-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #F0F0F0;
}

.page-resources-sbet-game-types-analysis__button--register-footer {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
  font-size: 1.2em;
  padding: 15px 40px;
}

.page-resources-sbet-game-types-analysis__button--register-footer:hover {
  background-color: #E0A83D;
  color: #000000;
}

.page-resources-sbet-game-types-analysis__back-link {
  text-align: center;
  margin-top: 40px;
}

.page-resources-sbet-game-types-analysis__link {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-sbet-game-types-analysis__link:hover {
  color: #FCBC45;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-sbet-game-types-analysis__hero-title {
    font-size: 2.5em;
  }

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

  .page-resources-sbet-game-types-analysis__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-sbet-game-types-analysis__button {
    width: 80%;
    margin: 0 auto;
  }

  .page-resources-sbet-game-types-analysis__section-title {
    font-size: 2em;
  }

  .page-resources-sbet-game-types-analysis__article-heading {
    font-size: 1.5em;
  }

  .page-resources-sbet-game-types-analysis__cta-title {
    font-size: 1.8em;
  }

  /* Mobile content image sizing */
  .page-resources-sbet-game-types-analysis img {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Enforce minimum size even on mobile */
    min-height: 200px;
  }
}