/* R3.5 WCAG 2.2 AA contrast closure for the standalone module-ideas route. */
.eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: .2rem .42rem;
  border-radius: .38rem;
  background: #fff !important;
  color: #005d69 !important;
}
.vote-limit span,
.selection-copy button,
.selection-slots > div > span,
.method-section li b {
  color: #005d69 !important;
}
.module-card h3 small {
  color: #405b73 !important;
}
.result-card h3 small { color: #fff !important; }
.submission p { color: #39566d; }
.submission button { background: #006b78; }
.method-section li b {
  background: #fff;
  border: 1px solid #718693;
}
