.codex-field-error input,
.codex-field-error select,
.codex-field-error textarea,
.codex-group-error {
  background-color: #fff3f6;
  border-color: #d9305f;
}

.codex-error-text {
  color: #b3261e;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 6px;
}

.codex-error-summary {
  background: #fff3f6;
  border: 1px solid #d9305f;
  color: #8f1d16;
  display: none;
  font-weight: 700;
  margin-top: 14px;
  padding: 12px 14px;
}

.codex-error-summary.active {
  display: block;
}

.codex-listing-detail.is-hidden {
  display: none;
}
