/* Base styles for the page */
.page-blog-cac-loai-game-bai-pho-bien-tren-mgo99 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Background */
  padding-bottom: 50px; /* Ensure space above footer */
}

.page-blog-cac-loai-game-bai-pho-bien-tren-mgo99__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-cac-loai-game-bai-pho-bien-tren-mgo99__section-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #FFD36B; /* Glow */
  text-shadow: 0 0 8px rgba(255, 211, 107, 0.5);
}

.page-blog-cac-loai-game-bai-pho-bien-tren-mgo99__text-block {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-cac-loai-game-bai-pho-bien-tren-mgo99 a {
  color: #FFD36B;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-cac-loai-game-bai-pho-bien-tren-mgo99 a:hover {
  color: #F2C14E;
}

/* Hero Section */
.page-blog-cac-loai-game-bai-pho-bien-tren-mgo99__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px; /* Small top padding, not --header-offset */
  padding-bottom: 50px;
  text-align: center;
  overflow: hidden;
}

.page-blog-cac-loai-game-bai-pho-bien-tren-mgo99__hero-image-wrapper {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.page-blog-cac-loai-game-bai-pho-bien-tren-mgo99__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

.page-blog-cac-loai-game-bai-pho-bien-tren-mgo99__hero-content {
  max-width: 900px;
  margin-top: 20px;
  padding: 0 20px;
}

.page-blog-cac-loai-game-bai-pho-bien-tren-mgo99__hero-title {
  font-size: clamp(32px, 5vw, 48px); /* H1 title size clamp */
  font-weight: 800;
  color: #FFD36B; /* Glow */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 0 15px rgba(255, 211, 107, 0.7);
}