/* General Styling for VIP Program Levels Page */
.page-vip-program-levels {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background-color: #ffffff; /* Default body background */
}

.page-vip-program-levels__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-vip-program-levels__container--center {
  text-align: center;
}

.page-vip-program-levels__section {
  padding: 60px 0;
  border-bottom: 1px solid #e0e0e0;
}

.page-vip-program-levels__section:last-of-type {
  border-bottom: none;
}

.page-vip-program-levels__section-title {
  font-size: 36px;
  color: #26A9E0; /* Primary color for titles */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-vip-program-levels__sub-title {
  font-size: 24px;
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-vip-program-levels__text-block {
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 1.7;
  text-align: justify;
}

.page-vip-program-levels__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

.page-vip-program-levels__list li {
  margin-bottom: 10px;
}