.page-new-slots-ph-games-details {
  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-new-slots-ph-games-details__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-new-slots-ph-games-details__hero-section {
  background-color: #000000; /* Main color as background for hero */
  color: #FFFFFF;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.page-new-slots-ph-games-details__hero-content {
  max-width: 800px;
  margin-bottom: 20px;
}

.page-new-slots-ph-games-details__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FCBC45; /* Login button color for emphasis */
}

.page-new-slots-ph-games-details__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
}

.page-new-slots-ph-games-details__hero-button {
  display: inline-block;
  background-color: #FCBC45; /* Login button color */
  color: #000000;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-new-slots-ph-games-details__hero-button:hover {
  background-color: #FFD700; /* Lighter gold on hover */
}

.page-new-slots-ph-games-details__hero-image {
  width: 100%;
  max-width: 1000px; /* Max width for the hero image container */
  margin-top: 40px;
}

.page-new-slots-ph-games-details__hero-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-new-slots-ph-games-details__section-title {
  font-size: 2.5em;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 60px;
  font-weight: bold;
}

.page-new-slots-ph-games-details__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-new-slots-ph-games-details__overview-section,
.page-new-slots-ph-games-details__features-section,
.page-new-slots-ph-games-details__rtp-section,
.page-new-slots-ph-games-details__how-to-play-section,
.page-new-slots-ph-games-details__strategy-section,
.page-new-slots-ph-games-details__why-play-section,
.page-new-slots-ph-games-details__related-games-section,
.page-new-slots-ph-games-details__final-cta-section {
  padding: 40px 0;
  background-color: #FFFFFF;
}

.page-new-slots-ph-games-details__overview-section {
  background-color: #f8f8f8;
}

.page-new-slots-ph-games-details__game-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-new-slots-ph-games-details__info-card {
  background-color: #000000;
  color: #FFFFFF;
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-new-slots-ph-games-details__card-title {
  font-size: 1.4em;
  margin-bottom: 10px;
  color: #FCBC45;
}

.page-new-slots-ph-games-details__card-text {
  font-size: 1.1em;
}

.page-new-slots-ph-games-details__content-image {
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-new-slots-ph-games-details__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-new-slots-ph-games-details__feature-item {
  background-color: #f0f0f0;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.page-new-slots-ph-games-details__feature-title {
  font-size: 1.6em;
  color: #000000;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-new-slots-ph-games-details__feature-description {
  font-size: 1em;
  color: #555555;
}

.page-new-slots-ph-games-details__rtp-info {
  background-color: #000000;
  color: #FFFFFF;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  max-width: 700px;
  margin: 40px auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-new-slots-ph-games-details__rtp-value,
.page-new-slots-ph-games-details__volatility {
  font-size: 1.8em;
  margin-bottom: 10px;
  color: #FCBC45;
}

.page-new-slots-ph-games-details__rtp-explanation {
  font-size: 1.1em;
  color: #cccccc;
}

.page-new-slots-ph-games-details__play-steps {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.page-new-slots-ph-games-details__play-steps li {
  background-color: #f0f0f0;
  margin-bottom: 15px;
  padding: 20px;
  border-left: 5px solid #FCBC45;
  border-radius: 5px;
  font-size: 1.1em;
  line-height: 1.8;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.page-new-slots-ph-games-details__step-number {
  font-weight: bold;
  font-size: 1.5em;
  color: #FCBC45;
  flex-shrink: 0;
}

.page-new-slots-ph-games-details__play-steps li a {
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
}

.page-new-slots-ph-games-details__play-steps li a:hover {
  color: #FCBC45;
}

.page-new-slots-ph-games-details__cta-button {
  display: inline-block;
  background-color: #FCBC45;
  color: #000000;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 30px;
  font-size: 1em;
  transition: background-color 0.3s ease;
}

.page-new-slots-ph-games-details__cta-button:hover {
  background-color: #FFD700;
}

.page-new-slots-ph-games-details__strategy-list,
.page-new-slots-ph-games-details__why-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.page-new-slots-ph-games-details__strategy-list li,
.page-new-slots-ph-games-details__why-list li {
  background-color: #f0f0f0;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 4px solid #FCBC45;
  border-radius: 5px;
  font-size: 1.1em;
  color: #333333;
}

.page-new-slots-ph-games-details__related-games-section {
  background-color: #000000;
  color: #FFFFFF;
}

.page-new-slots-ph-games-details__related-games-section .page-new-slots-ph-games-details__section-title {
  color: #FCBC45;
}

.page-new-slots-ph-games-details__related-games-section .page-new-slots-ph-games-details__text-content {
  color: #cccccc;
}

.page-new-slots-ph-games-details__related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-new-slots-ph-games-details__game-card {
  background-color: #1a1a1a;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-new-slots-ph-games-details__game-card:hover {
  transform: translateY(-5px);
}

.page-new-slots-ph-games-details__game-card-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-new-slots-ph-games-details__game-card-title {
  font-size: 1.5em;
  color: #FCBC45;
  margin: 15px 10px 10px;
}

.page-new-slots-ph-games-details__game-card-title a {
  color: #FCBC45;
  text-decoration: none;
}

.page-new-slots-ph-games-details__game-card-title a:hover {
  text-decoration: underline;
}

.page-new-slots-ph-games-details__game-card-description {
  font-size: 0.95em;
  color: #cccccc;
  padding: 0 15px 20px;
}

.page-new-slots-ph-games-details__game-card-button {
  display: inline-block;
  background-color: #FCBC45;
  color: #000000;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 20px;
  transition: background-color 0.3s ease;
}

.page-new-slots-ph-games-details__game-card-button:hover {
  background-color: #FFD700;
}

.page-new-slots-ph-games-details__cta-section {
  margin-top: 60px;
  text-align: center;
}

.page-new-slots-ph-games-details__final-cta-section {
  padding: 60px 20px;
  background-color: #f8f8f8;
  text-align: center;
}

.page-new-slots-ph-games-details__final-cta-buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-new-slots-ph-games-details__button {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-new-slots-ph-games-details__button--register {
  background-color: #000000;
  color: #FFFFFF; /* Register color */
  border: 2px solid #000000;
}

.page-new-slots-ph-games-details__button--register:hover {
  background-color: #333333;
  color: #FCBC45;
}

.page-new-slots-ph-games-details__button--login {
  background-color: #FCBC45; /* Login color */
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-new-slots-ph-games-details__button--login:hover {
  background-color: #FFD700;
  border-color: #FFD700;
  color: #000000;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-new-slots-ph-games-details__hero-title {
    font-size: 2.8em;
  }
  .page-new-slots-ph-games-details__section-title {
    font-size: 2em;
  }
  .page-new-slots-ph-games-details__hero-image {
    max-width: 800px;
  }
}

@media (max-width: 768px) {
  .page-new-slots-ph-games-details__hero-section {
    padding: 60px 15px;
  }
  .page-new-slots-ph-games-details__hero-title {
    font-size: 2.2em;
  }
  .page-new-slots-ph-games-details__hero-description {
    font-size: 1.1em;
  }
  .page-new-slots-ph-games-details__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-new-slots-ph-games-details__section-title {
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .page-new-slots-ph-games-details__text-content {
    font-size: 1em;
  }
  .page-new-slots-ph-games-details__game-info-grid,
  .page-new-slots-ph-games-details__feature-grid,
  .page-new-slots-ph-games-details__related-grid {
    grid-template-columns: 1fr;
  }
  .page-new-slots-ph-games-details__info-card,
  .page-new-slots-ph-games-details__feature-item {
    padding: 20px;
  }
  .page-new-slots-ph-games-details__feature-title {
    font-size: 1.4em;
  }
  .page-new-slots-ph-games-details__rtp-info {
    padding: 25px;
  }
  .page-new-slots-ph-games-details__rtp-value,
  .page-new-slots-ph-games-details__volatility {
    font-size: 1.5em;
  }
  .page-new-slots-ph-games-details__play-steps li {
    font-size: 1em;
    padding: 15px;
  }
  .page-new-slots-ph-games-details__step-number {
    font-size: 1.3em;
  }
  .page-new-slots-ph-games-details__strategy-list li,
  .page-new-slots-ph-games-details__why-list li {
    font-size: 1em;
    padding: 12px 15px;
  }
  .page-new-slots-ph-games-details__game-card-image {
    height: 200px;
  }
  .page-new-slots-ph-games-details__button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-new-slots-ph-games-details__final-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  /* Content area images must not cause horizontal scroll */
  .page-new-slots-ph-games-details__content-image,
  .page-new-slots-ph-games-details__hero-image img,
  .page-new-slots-ph-games-details__game-card-image {
    max-width: 100%;
    height: auto;
  }
  .page-new-slots-ph-games-details {
    overflow-x: hidden;
  }
}

@media (max-width: 480px) {
  .page-new-slots-ph-games-details__hero-title {
    font-size: 1.8em;
  }
  .page-new-slots-ph-games-details__section-title {
    font-size: 1.5em;
  }
  .page-new-slots-ph-games-details__hero-button {
    width: 100%;
    box-sizing: border-box;
  }
  .page-new-slots-ph-games-details__button {
    width: 100%;
    box-sizing: border-box;
  }
}

/* Ensure all images within the content area are at least 200px wide/high if not max-width: 100% */
.page-new-slots-ph-games-details img:not(.page-new-slots-ph-games-details__hero-image img):not(.page-new-slots-ph-games-details__game-card-image) {
  min-width: 200px;
  min-height: 200px;
  /* These are minimums for display, actual images will be larger */
}

.page-new-slots-ph-games-details__game-card-image {
  min-width: 200px;
  min-height: 200px;
}