/* --- Base Styles --- */
.page-game-bai {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #1F2D3D; /* Text Main */
  background-color: #F4F7FB; /* Background */
}

.page-game-bai__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-game-bai__section {
  padding: 60px 0;
  text-align: center;
}

.page-game-bai__section-title {
  font-size: 36px;
  font-weight: 700;
  color: #1F2D3D; /* Text Main */
  margin-bottom: 30px;
  line-height: 1.2;
}

.page-game-bai__text-block {
  font-size: 17px;
  margin-bottom: 20px;
  color: #1F2D3D; /* Text Main */
  text-align: left;
}

.page-game-bai__highlight {
  color: #2F6BFF;
  font-weight: 700;
}

.page-game-bai__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-game-bai__mt-10 { margin-top: 10px; }
.page-game-bai__mt-40 { margin-top: 40px; }
.page-game-bai__text-center { text-align: center; }