/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.kr-questions-answer-form {
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 2rem;
  background-color: white;
  border-radius: 0.55556rem;
}

.kr-questions-answer-form button {
  cursor: pointer;
}

.kr-questions-alert {
  padding: 2rem 4rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  border: 1px solid transparent;
  border-radius: 0.55556rem;
  color: black;
  background-color: lightgray;
  font-weight: 500;
  text-align: center;
}

.kr-questions-alert-danger {
  color: white;
  background-color: darkred;
}

.kr-questions-alert-success {
  color: white;
  background-color: darkgreen;
}
