.esa-enrollment-highlight {
  text-align: center;
  margin: 2rem 0;
  padding: 2rem;
  background: #f8f9fb;
  border: 3px solid #002D72;
  border-radius: 16px;
}

.esa-enrollment-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #002D72;
  margin-bottom: .5rem;
}

.esa-enrollment-number {
  font-size: 3rem;
  font-weight: 700;
  color: #910048;
  line-height: 1.1;
  margin: 1rem 0;
}

.esa-enrollment-number img {
  width: 56px;
  height: 56px;
  vertical-align: middle;
}

.esa-enrollment-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: #002D72;
  margin-top: .5rem;
}

.esa-enrollment-date {
  font-size: .9rem;
  color: #666;
  margin-top: 1rem;
}