.edu-benefit-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.edu-benefit-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(216, 221, 230, 0.84);
  border-radius: 999px;
  color: #4c5668;
  background: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 400;
}

.edu-benefit-meta span[hidden] {
  display: none !important;
}
.edu-flow-note {
  margin: 18px 0 0;
  color: #697386;
  font-size: 14px;
  line-height: 1.8;
}

.edu-contact-card {
  margin-top: 20px;
  padding: 16px 18px;
  border: 1px solid rgba(216, 221, 230, 0.84);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.edu-contact-card + .edu-contact-card {
  margin-top: 12px;
}

.edu-contact-card span {
  display: block;
  margin-bottom: 8px;
  color: #8a94a6;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.edu-contact-card strong {
  display: block;
  color: #4c5668;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
}

.edu-rule-list {
  margin: 14px 0 0;
  padding-left: 1.25em;
  color: #667084;
}

.edu-rule-list li + li {
  margin-top: 10px;
}

.edu-rule-list a {
  color: inherit;
  text-decoration: none;
}

.edu-rule-list a:hover {
  color: #2867d9;
  text-decoration: underline;
}



.edu-poster-hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  height: 34px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(120deg, #f24e82, #8b5cf6, #245fdb);
  box-shadow: 0 14px 30px rgba(139, 92, 246, 0.18);
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}

.edu-poster-hero-button:hover {
  transform: translateY(-1px);
}

.core-flow li {
  font-weight: 400;
}
