/* =========================================================
   bonuses.css  —  bonuses.html only
   ========================================================= */

body.page-bonuses {
  --page-bg: #f3f3f3;
}

.section-title {
  margin-top: 30px;
}

.intro {
  margin: 15px 0;
  text-align: center;
}

.content {
  margin-top: 20px;
  line-height: 1.7;
}

.content h3 {
  margin-top: 25px;
}

.content ul {
  padding-left: 20px;
}

.content li {
  margin: 6px 0;
}

.check {
  margin-top: 15px;
  font-weight: bold;
}

.image-box {
  margin: 30px 0;
  text-align: center;
}

.image-box img {
  width: 250px;
  border-radius: 10px;
}
