.contact-form-wrap .jieshi-required-label::after {
  content: " *";
  color: #dc2626;
  font-weight: 700;
}

.contact-form-wrap .jieshi-message-notice {
  margin-bottom: 16px;
  padding: 11px 13px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.45;
}

.contact-form-wrap .jieshi-message-notice.is-success {
  color: #166534;
  background: #dcfce7;
  border: 1px solid #86efac;
}

.contact-form-wrap .jieshi-message-notice.is-error {
  color: #991b1b;
  background: #fee2e2;
  border: 1px solid #fecaca;
}
