.page-blog-ah88-gaming-guide {
  padding-top: 10px; /* Small top padding to respect shared body padding-top */
  color: #FFF6D6;
  background-color: #0A0A0A;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-ah88-gaming-guide__section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-blog-ah88-gaming-guide__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.page-blog-ah88-gaming-guide__hero-image-wrapper {
  width: 100%;
  max-height: 600px; /* Limit height to prevent overly tall hero on desktop */
  overflow: hidden;
}

.page-blog-ah88-gaming-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-ah88-gaming-guide__hero-content {
  padding: 30px 20px;
  background-color: rgba(10, 10, 10, 0.9);
  position: relative;
  width: 100%;
  max-width: 800px; /* Constrain content width */
  margin-top: -80px; /* Overlap slightly with the image for visual flow */
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  border: 1px solid #3A2A12;
}

.page-blog-ah88-gaming-guide__main-title {
  font-weight: bold;
  color: #F2C14E;
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: 1px;
}

.page-blog-ah88-gaming-guide__description {
  font-size: 1.1em;
  margin-bottom: 25px;
  color: #E5E5E5;
}

.page-blog-ah88-gaming-guide__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-blog-ah88-gaming-guide__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #0A0A0A; /* Dark text for bright button */
  border: none;
  cursor: pointer;
  font-size: 1em;
}

.page-blog-ah88-gaming-guide__button:hover {
  filter: brightness(1.1);
  box-shadow: 0 0 15px #FFD36B;
}

.page-blog-ah88-gaming-guide__button--secondary {
  background: none;
  border: 2px solid #F2C14E;
  color: #F2C14E;
}

.page-blog-ah88-gaming-guide__button--secondary:hover {
  background-color: rgba(242, 193, 78, 0.1);
  box-shadow: 0 0 15px #FFD36B;
}

.page-blog-ah88-gaming-guide__button--small {
  padding: 8px 15px;
  font-size: 0.9em;
}

.page-blog-ah88-gaming-guide__button--large {
  padding: 15px 30px;
  font-size: 1.1em;
}

.page-blog-ah88-gaming-guide__section-title {
  color: #F2C14E;
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.2em;
  font-weight: bold;
  line-height: 1.3;
}

.page-blog-ah88-gaming-guide__paragraph {
  text-align: center;
  margin-bottom: 20px;
  color: #E5E5E5;
  font-size: 1.05em;
}

.page-blog-ah88-gaming-guide__intro-section .page-blog-ah88-gaming-guide__paragraph {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-blog-ah88-gaming-guide__feature-card, .page-blog-ah88-gaming-guide__promo-card, .page-blog-ah88-gaming-guide__step-card {
  background-color: #111111;
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #3A2A12;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-ah88-gaming-guide__feature-card:hover, .page-blog-ah88-gaming-guide__promo-card:hover, .page-blog-ah88-gaming-guide__step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(255, 211, 107, 0.2);
}

.page-blog-ah88-gaming-guide__feature-image, .page-blog-ah88-gaming-guide__promo-image, .page-blog-ah88-gaming-guide__step-image {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
  display: block;
  min-width: 200px; /* Enforce min image size */
  min-height: 200px; /* Enforce min image size */
}

.page-blog-ah88-gaming-guide__feature-title, .page-blog-ah88-gaming-guide__promo-title, .page-blog-ah88-gaming-guide__step-title {
  color: #FFD36B;
  font-size: 1.4em;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-ah88-gaming-guide__feature-description, .page-blog-ah88-gaming-guide__promo-description, .page-blog-ah88-gaming-guide__step-description {
  color: #CCC;
  font-size: 0.95em;
  margin-bottom: 20px;
  flex-grow: 1;
}

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

.page-blog-ah88-gaming-guide__download-app-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  background-color: #111111;
  border-radius: 15px;
  padding: 40px;
  margin-top: 40px;
  border: 1px solid #3A2A12;
}

.page-blog-ah88-gaming-guide__download-content {
  flex: 1;
  min-width: 300px;
  text-align: left;
}

.page-blog-ah88-gaming-guide__download-content .page-blog-ah88-gaming-guide__section-title {
  text-align: left;
  margin-bottom: 20px;
  font-size: 2em;
}

.page-blog-ah88-gaming-guide__download-content .page-blog-ah88-gaming-guide__paragraph {
  text-align: left;
  margin-bottom: 25px;
}

.page-blog-ah88-gaming-guide__app-features-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-ah88-gaming-guide__app-feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #E5E5E5;
  font-size: 1em;
}

.page-blog-ah88-gaming-guide__app-feature-item::before {
  content: '✓';
  color: #FFD36B;
  font-weight: bold;
  margin-right: 10px;
  font-size: 1.2em;
}

.page-blog-ah88-gaming-guide__download-image-wrapper {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-blog-ah88-gaming-guide__download-image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  min-width: 200px;
  min-height: 200px;
}

.page-blog-ah88-gaming-guide__cta-section {
  text-align: center;
  margin-top: 50px;
  padding: 50px 20px;
  background-color: #111111;
  border-radius: 15px;
  border: 1px solid #3A2A12;
}

.page-blog-ah88-gaming-guide__cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
  align-items: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-blog-ah88-gaming-guide__hero-content {
    margin-top: -50px;
    padding: 20px 15px;
  }

  .page-blog-ah88-gaming-guide__main-title {
    font-size: 1.8em;
  }

  .page-blog-ah88-gaming-guide__description {
    font-size: 1em;
  }

  .page-blog-ah88-gaming-guide__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-ah88-gaming-guide__section-title {
    font-size: 1.8em;
  }

  .page-blog-ah88-gaming-guide__feature-grid, .page-blog-ah88-gaming-guide__promo-grid, .page-blog-ah88-gaming-guide__step-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-ah88-gaming-guide__download-app-section {
    flex-direction: column;
    text-align: center;
  }

  .page-blog-ah88-gaming-guide__download-content {
    text-align: center;
  }

  .page-blog-ah88-gaming-guide__download-content .page-blog-ah88-gaming-guide__section-title {
    text-align: center;
  }

  .page-blog-ah88-gaming-guide__download-content .page-blog-ah88-gaming-guide__paragraph {
    text-align: center;
  }

  .page-blog-ah88-gaming-guide__app-features-list {
    text-align: left;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-blog-ah88-gaming-guide__cta-buttons {
    flex-direction: column;
  }

  /* Mobile content area image overflow prevention */
  .page-blog-ah88-gaming-guide img {
    max-width: 100%;
    height: auto;
  }
}

/* Ensure content area images are never smaller than 200px, even on smaller screens unless max-width:100% forces it */
.page-blog-ah88-gaming-guide img {
  min-width: 200px;
  min-height: 200px;
}

/* Specific override for hero image to allow flexible height while maintaining aspect ratio */
.page-blog-ah88-gaming-guide__hero-image {
  min-width: unset;
  min-height: unset;
}