/* style/vip-membership.css */

/* Base styles for the VIP Membership page */
.page-vip-membership {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: var(--background-color, #ffffff); /* Assuming light background */
}

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

.page-vip-membership__section-title {
  font-size: 2.5em;
  color: #26A9E0; /* Brand color for titles */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-vip-membership__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}