.page-resources-ph88-game-strategies {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-resources-ph88-game-strategies__hero-section {
  background-color: #000000; /* Main color */
  color: #FFFFFF;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-ph88-game-strategies__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-resources-ph88-game-strategies__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image for text readability */
}

.page-resources-ph88-game-strategies__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-ph88-game-strategies__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-ph88-game-strategies__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-resources-ph88-game-strategies__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-ph88-game-strategies__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 1.1em;
}

.page-resources-ph88-game-strategies__button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-ph88-game-strategies__button--register:hover {
  background-color: #e0e0e0;
  transform: translateY(-2px);
}

.page-resources-ph88-game-strategies__button--explore {
  background-color: #FCBC45; /* Login color */
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-ph88-game-strategies__button--explore:hover {
  background-color: #e0a53b;
  transform: translateY(-2px);
}

.page-resources-ph88-game-strategies__content-area {
  max-width: 800px; /* Article content width */
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-ph88-game-strategies__article-container {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

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

.page-resources-ph88-game-strategies__intro-paragraph,
.page-resources-ph88-game-strategies__final-cta {
  font-size: 1.1em;
  margin-bottom: 25px;
  text-align: justify;
}

.page-resources-ph88-game-strategies__sub-section-title {
  font-size: 2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 10px;
}

.page-resources-ph88-game-strategies__game-type-title {
  font-size: 1.5em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-ph88-game-strategies__article-image {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-resources-ph88-game-strategies__article-container p {
  margin-bottom: 1em;
  text-align: justify;
}

.page-resources-ph88-game-strategies__article-container ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-ph88-game-strategies__article-container ul li {
  margin-bottom: 10px;
}

.page-resources-ph88-game-strategies__action-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-resources-ph88-game-strategies__button--register-now {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #000000;
}

.page-resources-ph88-game-strategies__button--register-now:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

.page-resources-ph88-game-strategies__button--login-play {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-ph88-game-strategies__button--login-play:hover {
  background-color: #e0a53b;
  transform: translateY(-2px);
}

.page-resources-ph88-game-strategies__back-link {
  text-align: center;
  margin-top: 40px;
}

.page-resources-ph88-game-strategies__link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-ph88-game-strategies__link:hover {
  color: #FCBC45;
}

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

  .page-resources-ph88-game-strategies__hero-description {
    font-size: 1em;
  }

  .page-resources-ph88-game-strategies__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-ph88-game-strategies__button {
    width: 100%;
    padding: 12px 20px;
  }

  .page-resources-ph88-game-strategies__section-title {
    font-size: 2em;
  }

  .page-resources-ph88-game-strategies__sub-section-title {
    font-size: 1.5em;
  }

  .page-resources-ph88-game-strategies__game-type-title {
    font-size: 1.2em;
  }

  .page-resources-ph88-game-strategies__article-container {
    padding: 20px;
  }

  /* CRITICAL: Mobile content area images must be constrained */
  .page-resources-ph88-game-strategies img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* Ensure no horizontal scroll for the main content area */
  .page-resources-ph88-game-strategies__content-area {
    padding: 20px 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-ph88-game-strategies__hero-title {
    font-size: 2em;
  }

  .page-resources-ph88-game-strategies__hero-section {
    padding: 60px 15px;
  }

  .page-resources-ph88-game-strategies__section-title {
    font-size: 1.8em;
  }
}

/* Ensure content area images are at least 200px wide/high */
.page-resources-ph88-game-strategies__article-image {
  min-width: 200px;
  min-height: 200px;
}

/* Prevent hero section from having width: 100% which can cause horizontal scroll with padding */
.page-resources-ph88-game-strategies__hero-section,
.page-resources-ph88-game-strategies__hero-content {
  box-sizing: border-box;
}