.page-resources-8k8-free-88-game-strategy {
  color: #333333; /* Dark text for default 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-8k8-free-88-game-strategy__container {
  max-width: 800px; /* Optimized content width for readability */
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-8k8-free-88-game-strategy__hero-section {
  background: linear-gradient(135deg, var(--primary-color-darker, #8B0000) 0%, var(--primary-color, #FFD700) 100%);
  color: #ffffff;
  text-align: center;
  padding: 80px 20px 40px;
  position: relative;
  overflow: hidden;
}

.page-resources-8k8-free-88-game-strategy__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.3;
}

.page-resources-8k8-free-88-game-strategy__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-resources-8k8-free-88-game-strategy__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-8k8-free-88-game-strategy__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
  color: #FFD700; /* Gold for title */
}

.page-resources-8k8-free-88-game-strategy__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-resources-8k8-free-88-game-strategy__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #8B0000; /* Deep red 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.2s ease;
  border: none;
  cursor: pointer;
}

.page-resources-8k8-free-88-game-strategy__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-2px);
}

.page-resources-8k8-free-88-game-strategy__cta-button--primary {
  background-color: #FFD700;
  color: #8B0000;
}

.page-resources-8k8-free-88-game-strategy__cta-button--secondary {
  background-color: #8B0000;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-8k8-free-88-game-strategy__cta-button--secondary:hover {
  background-color: #a30000;
  border-color: #e6c200;
}

.page-resources-8k8-free-88-game-strategy__introduction-section,
.page-resources-8k8-free-88-game-strategy__bonus-understanding-section,
.page-resources-8k8-free-88-game-strategy__general-principles-section,
.page-resources-8k8-free-88-game-strategy__game-specific-strategies-section,
.page-resources-8k8-free-88-game-strategy__maximizing-winnings-section,
.page-resources-8k8-free-88-game-strategy__advanced-tips-section,
.page-resources-8k8-free-88-game-strategy__conclusion-section,
.page-resources-8k8-free-88-game-strategy__related-resources-section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-resources-8k8-free-88-game-strategy__introduction-section {
  background-color: #f9f9f9;
}

.page-resources-8k8-free-88-game-strategy__section-title {
  font-size: 2.5em;
  color: #8B0000; /* Deep red for section titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-resources-8k8-free-88-game-strategy__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Gold underline */
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-resources-8k8-free-88-game-strategy__subsection-title {
  font-size: 1.8em;
  color: #8B0000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-resources-8k8-free-88-game-strategy__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-8k8-free-88-game-strategy__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-resources-8k8-free-88-game-strategy__list-item {
  font-size: 1.1em;
  margin-bottom: 10px;
}

.page-resources-8k8-free-88-game-strategy__inline-link {
  color: #8B0000;
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-8k8-free-88-game-strategy__inline-link:hover {
  color: #FFD700;
}

.page-resources-8k8-free-88-game-strategy__image-text-layout {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  margin-bottom: 40px;
}

.page-resources-8k8-free-88-game-strategy__image-text-layout--reversed {
  flex-direction: column-reverse;
}

.page-resources-8k8-free-88-game-strategy__content-image {
  width: 100%;
  max-width: 600px; /* Ensure content images are not too wide */
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-8k8-free-88-game-strategy__text-content {
  flex: 1;
}

.page-resources-8k8-free-88-game-strategy__resource-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-8k8-free-88-game-strategy__card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-8k8-free-88-game-strategy__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-8k8-free-88-game-strategy__card-title {
  font-size: 1.5em;
  color: #8B0000;
  margin-bottom: 15px;
}

.page-resources-8k8-free-88-game-strategy__card-title a {
  color: #8B0000;
  text-decoration: none;
}

.page-resources-8k8-free-88-game-strategy__card-title a:hover {
  color: #FFD700;
}

.page-resources-8k8-free-88-game-strategy__card-description {
  font-size: 1em;
  color: #555;
  margin-bottom: 20px;
}

.page-resources-8k8-free-88-game-strategy__card-link {
  display: inline-block;
  background-color: #FFD700;
  color: #8B0000;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-resources-8k8-free-88-game-strategy__card-link:hover {
  background-color: #e6c200;
}

.page-resources-8k8-free-88-game-strategy__back-link-wrapper {
  text-align: center;
  margin-top: 60px;
}

.page-resources-8k8-free-88-game-strategy__back-link {
  color: #8B0000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-8k8-free-88-game-strategy__back-link:hover {
  color: #FFD700;
}

/* Responsive Design */
@media (min-width: 769px) {
  .page-resources-8k8-free-88-game-strategy__image-text-layout {
    flex-direction: row;
  }
  .page-resources-8k8-free-88-game-strategy__image-text-layout--reversed {
    flex-direction: row-reverse;
  }
  .page-resources-8k8-free-88-game-strategy__hero-title {
    font-size: 4em;
  }
}

@media (max-width: 768px) {
  .page-resources-8k8-free-88-game-strategy__hero-title {
    font-size: 2.5em;
  }
  .page-resources-8k8-free-88-game-strategy__hero-description {
    font-size: 1em;
  }
  .page-resources-8k8-free-88-game-strategy__section-title {
    font-size: 2em;
  }
  .page-resources-8k8-free-88-game-strategy__subsection-title {
    font-size: 1.5em;
  }
  .page-resources-8k8-free-88-game-strategy__paragraph,
  .page-resources-8k8-free-88-game-strategy__list-item {
    font-size: 1em;
  }
  .page-resources-8k8-free-88-game-strategy__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-8k8-free-88-game-strategy__container {
    padding: 0 15px;
  }
  .page-resources-8k8-free-88-game-strategy__content-image {
    max-width: 100%;
    height: auto;
  }
}

/* Ensure no horizontal scroll and content images are not too small */
@media (max-width: 768px) {
  .page-resources-8k8-free-88-game-strategy {
    overflow-x: hidden;
  }
  .page-resources-8k8-free-88-game-strategy__content-image {
    max-width: 100%;
    height: auto;
    min-width: 200px;
    min-height: 200px;
  }
  /* Specific rule to prevent images from being smaller than 200px */
  .page-resources-8k8-free-88-game-strategy img {
    min-width: 200px !important;
    min-height: 200px !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
  }
}