.page-resources-ph777-casino-latest-game-guide {
  color: #ffffff; /* Light text for dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure spacing for fixed header */
}

.page-resources-ph777-casino-latest-game-guide__hero-section {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  padding-bottom: 40px; /* Add some padding below content */
}

.page-resources-ph777-casino-latest-game-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6); /* Slightly darken image for text readability */
}

.page-resources-ph777-casino-latest-game-guide__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  max-width: 900px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay for text readability */
  border-radius: 8px;
}

.page-resources-ph777-casino-latest-game-guide__main-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 15px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-ph777-casino-latest-game-guide__intro-paragraph {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-resources-ph777-casino-latest-game-guide__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-ph777-casino-latest-game-guide__back-link:hover {
  color: #ffe033;
}

.page-resources-ph777-casino-latest-game-guide__article h2,
.page-resources-ph777-casino-latest-game-guide__article h3 {
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-resources-ph777-casino-latest-game-guide__article h2 {
  font-size: 2.2em;
  border-bottom: 2px solid #1A1A1A;
  padding-bottom: 10px;
}

.page-resources-ph777-casino-latest-game-guide__article h3 {
  font-size: 1.6em;
  color: #ffe033;
}

.page-resources-ph777-casino-latest-game-guide__article p {
  font-size: 1.1em;
  margin-bottom: 20px;
}

.page-resources-ph777-casino-latest-game-guide__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-ph777-casino-latest-game-guide__button--primary {
  background-color: #FFD700;
  color: #1A1A1A;
}

.page-resources-ph777-casino-latest-game-guide__button--primary:hover {
  background-color: #ffe033;
}

.page-resources-ph777-casino-latest-game-guide__button--secondary {
  background-color: #1A1A1A;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-ph777-casino-latest-game-guide__button--secondary:hover {
  background-color: #333333;
  color: #ffe033;
}

.page-resources-ph777-casino-latest-game-guide__image-wrapper {
  margin: 40px 0;
  text-align: center;
}

.page-resources-ph777-casino-latest-game-guide__content-image {
  max-width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-resources-ph777-casino-latest-game-guide__image-caption {
  font-style: italic;
  color: #aaaaaa;
  margin-top: 10px;
  font-size: 0.9em;
}

.page-resources-ph777-casino-latest-game-guide__related-resources {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #333333;
}

.page-resources-ph777-casino-latest-game-guide__related-title {
  color: #FFD700;
  font-size: 1.8em;
  margin-bottom: 20px;
}

.page-resources-ph777-casino-latest-game-guide__related-list {
  list-style: none;
  padding: 0;
}

.page-resources-ph777-casino-latest-game-guide__related-list li {
  margin-bottom: 10px;
}

.page-resources-ph777-casino-latest-game-guide__related-list a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-ph777-casino-latest-game-guide__related-list a:hover {
  color: #FFD700;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-ph777-casino-latest-game-guide__main-title {
    font-size: 2.2em;
  }
  .page-resources-ph777-casino-latest-game-guide__intro-paragraph {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-resources-ph777-casino-latest-game-guide__hero-content {
    width: 90%;
    padding: 15px;
  }
  .page-resources-ph777-casino-latest-game-guide__main-title {
    font-size: 1.8em;
  }
  .page-resources-ph777-casino-latest-game-guide__intro-paragraph {
    font-size: 1em;
  }
  .page-resources-ph777-casino-latest-game-guide__article h2 {
    font-size: 1.8em;
  }
  .page-resources-ph777-casino-latest-game-guide__article h3 {
    font-size: 1.4em;
  }
  .page-resources-ph777-casino-latest-game-guide__article p {
    font-size: 1em;
  }
  .page-resources-ph777-casino-latest-game-guide__button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-ph777-casino-latest-game-guide__content-image {
    max-width: 100%;
    height: auto; /* Ensure images scale correctly */
    min-width: 200px; /* Maintain minimum size */
    min-height: 200px; /* Maintain minimum size */
  }
  .page-resources-ph777-casino-latest-game-guide {
    overflow-x: hidden;
  }
}

@media (max-width: 480px) {
  .page-resources-ph777-casino-latest-game-guide__main-title {
    font-size: 1.5em;
  }
  .page-resources-ph777-casino-latest-game-guide__intro-paragraph {
    font-size: 0.9em;
  }
  .page-resources-ph777-casino-latest-game-guide__button {
    width: 100%;
    box-sizing: border-box;
  }
}