.page-blog-game-guides {
  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-blog-game-guides__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-game-guides__section-title {
  font-size: 2.5em;
  color: #007bff;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-game-guides__section-subtitle {
  font-size: 1.2em;
  color: #555;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero Section */
.page-blog-game-guides__hero-section {
  position: relative;
  overflow: hidden;
  background-color: #0056b3; /* Darker blue for contrast */
  padding: 80px 0;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-blog-game-guides__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.3; /* Slightly transparent to let content stand out */
}

.page-blog-game-guides__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  max-width: 900px;
  padding: 20px;
}

.page-blog-game-guides__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #ffc107; /* Highlight with auxiliary color */
}

.page-blog-game-guides__hero-description {
  font-size: 1.5em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-game-guides__hero-button {
  display: inline-block;
  background-color: #ffc107;
  color: #007bff;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-blog-game-guides__hero-button:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
}

/* Latest Guides Section */
.page-blog-game-guides__latest-guides {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.page-blog-game-guides__guides-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-game-guides__guide-card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-game-guides__guide-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-blog-game-guides__card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.page-blog-game-guides__card-content {
  padding: 25px;
}

.page-blog-game-guides__card-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  min-height: 72px; /* Ensure consistent height for titles */
}

.page-blog-game-guides__card-title a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-game-guides__card-title a:hover {
  color: #0056b3;
}

.page-blog-game-guides__card-text {
  font-size: 1em;
  color: #666;
  margin-bottom: 20px;
}

.page-blog-game-guides__card-link {
  display: inline-block;
  background-color: #007bff;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-blog-game-guides__card-link:hover {
  background-color: #0056b3;
}

.page-blog-game-guides__view-all-button-wrapper {
  text-align: center;
  margin-top: 50px;
}

.page-blog-game-guides__view-all-button {
  display: inline-block;
  background-color: #ffc107;
  color: #007bff;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-blog-game-guides__view-all-button:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
}

/* Why ph win app Section */
.page-blog-game-guides__why-phwinapp {
  padding: 60px 0;
}

.page-blog-game-guides__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-game-guides__feature-item {
  text-align: center;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.page-blog-game-guides__feature-icon {
  width: 200px;
  height: 150px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-blog-game-guides__feature-title {
  font-size: 1.8em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-blog-game-guides__feature-text {
  font-size: 1em;
  color: #666;
}

/* Getting Started Section */
.page-blog-game-guides__getting-started {
  background-color: #007bff;
  padding: 80px 0;
  text-align: center;
  color: #ffffff;
}

.page-blog-game-guides__getting-started .page-blog-game-guides__section-title,
.page-blog-game-guides__getting-started .page-blog-game-guides__section-subtitle {
  color: #ffffff;
}

.page-blog-game-guides__cta-buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-game-guides__cta-button {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-blog-game-guides__cta-button--primary {
  background-color: #ffc107;
  color: #007bff;
}

.page-blog-game-guides__cta-button--primary:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
}

.page-blog-game-guides__cta-button--secondary {
  background-color: #ffffff;
  color: #007bff;
  border: 2px solid #ffffff;
}

.page-blog-game-guides__cta-button--secondary:hover {
  background-color: #f0f0f0;
  transform: translateY(-3px);
}

/* FAQ Section */
.page-blog-game-guides__faq {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.page-blog-game-guides__faq-item {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  padding: 25px;
}

.page-blog-game-guides__faq-question {
  font-size: 1.4em;
  color: #007bff;
  margin-bottom: 10px;
  cursor: pointer;
}

.page-blog-game-guides__faq-answer {
  font-size: 1em;
  color: #666;
}

/* Related Content Section */
.page-blog-game-guides__related-content {
  padding: 60px 0;
}

.page-blog-game-guides__related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-game-guides__related-card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.page-blog-game-guides__related-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-blog-game-guides__related-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-blog-game-guides__related-title {
  font-size: 1.3em;
  margin-bottom: 10px;
  color: #007bff;
}

.page-blog-game-guides__related-title a {
  color: #007bff;
  text-decoration: none;
}

.page-blog-game-guides__related-title a:hover {
  color: #0056b3;
}

.page-blog-game-guides__related-text {
  font-size: 0.95em;
  color: #666;
  margin-bottom: 15px;
  flex-grow: 1;
}

.page-blog-game-guides__related-link {
  display: inline-block;
  color: #ffc107;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
  margin-top: auto;
}

.page-blog-game-guides__related-link:hover {
  color: #e0a800;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-game-guides__hero-title {
    font-size: 3em;
  }
  .page-blog-game-guides__hero-description {
    font-size: 1.3em;
  }
  .page-blog-game-guides__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-blog-game-guides__hero-section {
    padding: 60px 0;
  }
  .page-blog-game-guides__hero-title {
    font-size: 2.5em;
  }
  .page-blog-game-guides__hero-description {
    font-size: 1.1em;
  }
  .page-blog-game-guides__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-blog-game-guides__section-title {
    font-size: 1.8em;
  }
  .page-blog-game-guides__section-subtitle {
    font-size: 1em;
  }
  .page-blog-game-guides__guides-grid,
  .page-blog-game-guides__features-grid,
  .page-blog-game-guides__related-grid {
    grid-template-columns: 1fr;
  }
  .page-blog-game-guides__card-image,
  .page-blog-game-guides__related-image {
    height: 200px;
  }
  .page-blog-game-guides__cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .page-blog-game-guides__cta-button {
    width: 80%;
    max-width: 300px;
  }
  .page-blog-game-guides__container {
    padding: 0 15px;
  }
  /* Mobile image scaling */
  .page-blog-game-guides img {
    max-width: 100%;
    height: auto;
  }
  .page-blog-game-guides__guide-card .page-blog-game-guides__card-image,
  .page-blog-game-guides__feature-item .page-blog-game-guides__feature-icon,
  .page-blog-game-guides__related-card .page-blog-game-guides__related-image {
    max-width: 100%;
    height: auto;
    min-height: 200px; /* Ensure images are not too small */
    object-fit: cover; /* Maintain aspect ratio and cover area */
  }
  .page-blog-game-guides__card-title {
    min-height: unset; /* Allow height to be dynamic on mobile */
  }
}

@media (max-width: 480px) {
  .page-blog-game-guides__hero-title {
    font-size: 2em;
  }
  .page-blog-game-guides__hero-description {
    font-size: 0.9em;
  }
  .page-blog-game-guides__section-title {
    font-size: 1.5em;
  }
}