/* Pill Styles */

.pill {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 900!important;
  line-height: 1.4;
  white-space: nowrap;
  text-transform: capitalize;
}

/* Minimbah */
.pill--minimbah {
  background: #429659; /* Forest */
}

/* Penbank */
.pill--penbank {
  background: #387ebc; /* Royal */
}

/* Senior Campus */
.pill--senior {
  background: #f89c49; /* Mandarin (tint) */
}

/* Whole School */
.pill--whole-school {
  background: #8fa89b;
}

/* Whole School — gradient across all three campus colours */
.pill--whole-school-alt {
  background: linear-gradient(135deg, #429659, #387ebc, #f89c49);
}
