/* style/blog-giai-ma-game-bai-hot-af88.css */
.page-blog-giai-ma-game-bai-hot-af88 {
  font-family: Arial, sans-serif;
  color: #1F2D3D; /* Text Main */
  background-color: #F4F7FB; /* Background */
}

.page-blog-giai-ma-game-bai-hot-af88__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-giai-ma-game-bai-hot-af88__hero-section {
  padding-top: 10px; /* Small top padding as body handles header offset */
  padding-bottom: 60px;
  background: linear-gradient(180deg, #6FA3FF 0%, #F4F7FB 100%); /* Adjusted for contrast */
}

.page-blog-giai-ma-game-bai-hot-af88__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 40px 0;
}

.page-blog-giai-ma-game-bai-hot-af88__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  color: #1F2D3D; /* Ensure contrast on light background */
}

.page-blog-giai-ma-game-bai-hot-af88__main-title {
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #000000; /* Custom Color_1776249996415 */
}

.page-blog-giai-ma-game-bai-hot-af88__intro-text {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #1F2D3D; /* Text Main */
}

.page-blog-giai-ma-game-bai-hot-af88__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-giai-ma-game-bai-hot-af88__hero-image {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}

.page-blog-giai-ma-game-bai-hot-af88__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}