.intake-banner {
  padding: 14px 20px;
  margin: 0 0 12px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.35;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.intake-banner[data-status="open"] {
  background: #16a34a;
}

.intake-banner[data-status="limited"] {
  background: #ca8a04;
}

.intake-banner[data-status="paused"] {
  background: #b91c1c;
}

.intake-banner a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.intake-banner .msg-open,
.intake-banner .msg-limited,
.intake-banner .msg-paused {
  display: none;
}

.intake-banner[data-status="open"] .msg-open,
.intake-banner[data-status="limited"] .msg-limited,
.intake-banner[data-status="paused"] .msg-paused {
  display: inline;
}
