.page-resources-best-spinph88-games {
  color: #ffffff; /* Light text for dark body background */
  background-color: #1a1a1a; /* Body background color from shared.css */
  padding-top: var(--header-offset, 120px);
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-resources-best-spinph88-games__hero-section {
  position: relative;
  overflow: hidden;
  padding: 0;
  text-align: center;
}

.page-resources-best-spinph88-games__hero-container {
  position: relative;
  width: 100%;
  height: auto;
}

.page-resources-best-spinph88-games__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-resources-best-spinph88-games__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  padding: 40px;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent overlay for readability */
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

.page-resources-best-spinph88-games__hero-title {
  font-size: 3.2em;
  color: #FFD700; /* Main brand color */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-best-spinph88-games__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-best-spinph88-games__hero-button,
.page-resources-best-spinph88-games__play-button,
.page-resources-best-spinph88-games__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Main brand color */
  color: #8B0000; /* Auxiliary color for text */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-best-spinph88-games__hero-button:hover,
.page-resources-best-spinph88-games__play-button:hover,
.page-resources-best-spinph88-games__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-resources-best-spinph88-games__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 40px 20px;
  background-color: rgba(255, 255, 255, 0.05); /* Slightly transparent white for content sections */
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.page-resources-best-spinph88-games__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Main brand color */
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-resources-best-spinph88-games__section-intro,
.page-resources-best-spinph88-games__section-outro {
  font-size: 1.1em;
  margin-bottom: 25px;
  color: #e0e0e0;
}

.page-resources-best-spinph88-games__game-category {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-best-spinph88-games__category-title {
  font-size: 2em;
  color: #FFD700; /* Main brand color */
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: left;
}

.page-resources-best-spinph88-games__category-description,
.page-resources-best-spinph88-games__game-detail {
  font-size: 1em;
  margin-bottom: 20px;
  color: #cccccc;
}

.page-resources-best-spinph88-games__game-image {
  width: 100%;
  height: auto;
  max-width: 800px;
  min-width: 200px;
  display: block;
  margin: 25px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  object-fit: cover;
}

.page-resources-best-spinph88-games__game-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #cccccc;
}

.page-resources-best-spinph88-games__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-best-spinph88-games__list-item strong {
  color: #FFD700;
}

.page-resources-best-spinph88-games__strategy-section {
  margin-top: 60px;
}

.page-resources-best-spinph88-games__strategy-list {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 30px;
  color: #cccccc;
}

.page-resources-best-spinph88-games__cta-section {
  text-align: center;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-best-spinph88-games__button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-resources-best-spinph88-games__cta-button--secondary {
  background-color: #8B0000; /* Auxiliary brand color */
  color: #FFD700; /* Main brand color for text */
}

.page-resources-best-spinph88-games__cta-button--secondary:hover {
  background-color: #6a0000; /* Darker red on hover */
}

.page-resources-best-spinph88-games__return-link {
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-best-spinph88-games__back-button {
  color: #FFD700;
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-best-spinph88-games__back-button:hover {
  color: #e6c200;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-best-spinph88-games__hero-content {
    padding: 20px;
    max-width: 90%;
  }

  .page-resources-best-spinph88-games__hero-title {
    font-size: 2.2em;
  }

  .page-resources-best-spinph88-games__hero-description {
    font-size: 1em;
  }

  .page-resources-best-spinph88-games__hero-button,
  .page-resources-best-spinph88-games__play-button,
  .page-resources-best-spinph88-games__cta-button {
    padding: 12px 20px;
    font-size: 0.95em;
  }

  .page-resources-best-spinph88-games__content-area {
    margin: 20px auto;
    padding: 20px 15px;
  }

  .page-resources-best-spinph88-games__section-title {
    font-size: 2em;
    margin-bottom: 20px;
  }

  .page-resources-best-spinph88-games__category-title {
    font-size: 1.6em;
  }

  .page-resources-best-spinph88-games__game-image {
    max-width: 100%;
    height: auto;
  }

  .page-resources-best-spinph88-games__button-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-best-spinph88-games__cta-button {
    width: 100%;
  }
  
  /* Ensure all images within content area are responsive and not too small */
  .page-resources-best-spinph88-games img {
    max-width: 100%; 
    height: auto; 
    min-width: 200px; /* Enforce minimum size even on mobile */
    min-height: 200px;
  }
}