.efs-employment-band {
  background: var(--efs-paper);
  border-top: 1px solid var(--efs-line);
}

.efs-vision-band {
  background: var(--efs-paper);
  border-bottom: 1px solid var(--efs-line);
}

.efs-card-bullets {
  list-style-position: outside;
  list-style-type: disc !important;
  margin-bottom: 0;
  margin-top: 12px;
  padding-left: 1.35rem;
}

.efs-card-bullets li {
  color: var(--efs-muted);
  display: list-item !important;
  line-height: 1.55;
  list-style-type: disc !important;
  margin-bottom: 0.35rem;
}

.efs-card-bullets li::marker,
.efs-help-list li::marker {
  color: var(--efs-coral-dark);
}

.efs-card-bullets li:last-child {
  margin-bottom: 0;
}

.efs-help-card {
  height: 100%;
}

.efs-help-card h3 {
  color: var(--efs-coral-dark);
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
  margin-bottom: 10px;
}

.efs-help-list {
  border-top: 1px solid rgba(46, 111, 99, 0.2);
  padding-top: 22px;
}

.efs-help-list h3 {
  color: var(--efs-coral-dark);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  margin-bottom: 12px;
}

.efs-help-list ul {
  list-style-position: outside;
  list-style-type: disc;
  margin-top: 0;
  padding-left: 1.35rem;
}

.efs-help-list li {
  color: var(--efs-muted);
  line-height: 1.6;
  margin-bottom: 0.35rem;
}

.efs-partners-section {
  background: var(--efs-cream);
}

.efs-partners-intro {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}

.efs-partner-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 34px auto 0;
  max-width: 1180px;
}

.efs-partner-logo {
  align-items: center;
  background: var(--efs-paper);
  border: 1px solid var(--efs-line);
  border-radius: var(--efs-radius);
  box-shadow: var(--efs-shadow);
  box-sizing: border-box;
  color: var(--efs-ink);
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  min-height: 190px;
  padding: 24px;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.efs-partner-logo:hover {
  border-color: rgba(46, 111, 99, 0.45);
  box-shadow: 0 22px 50px rgba(49, 61, 51, 0.15);
  transform: translateY(-3px);
}

.efs-partner-logo img {
  display: block;
  height: 76px;
  max-width: 220px;
  object-fit: contain;
  width: 100%;
}

.efs-partner-logo span {
  color: var(--efs-ink);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .efs-partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .efs-partner-grid {
    grid-template-columns: 1fr;
  }

  .efs-partner-logo {
    min-height: 160px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .efs-partner-logo {
    transition: none;
  }

  .efs-partner-logo:hover {
    transform: none;
  }
}

body.page-id-6 .wp-block-columns:has(.efs-card) > .wp-block-column {
  align-items: stretch;
  display: flex;
}

body.page-id-6 .wp-block-columns:has(.efs-card) > .wp-block-column > .efs-card {
  height: 100%;
  width: 100%;
}
