/* style/game-bai-chien-thuat-choi.css */

/* --- Base Styles --- */
.page-game-bai-chien-thuat-choi {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main, #FFF3E6); /* Use custom text color */
  background-color: var(--site-bg, #0D0E12); /* Use custom background color */
}

/* Ensure all images are responsive by default */
.page-game-bai-chien-thuat-choi img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-game-bai-chien-thuat-choi__main-title,
.page-game-bai-chien-thuat-choi__section-title,
.page-game-bai-chien-thuat-choi__card-title,
.page-game-bai-chien-thuat-choi__panel-title {
  color: var(--text-main, #FFF3E6);
  text-align: center;
  margin-bottom: 20px;
}

.page-game-bai-chien-thuat-choi__main-title {
  font-size: clamp(2.2em, 4vw, 3.2em); /* Use clamp for H1 */
  font-weight: bold;
  line-height: 1.2;
}