.justicecz-article-feedback-web .article_statistics {
  padding-top: 1em;
}
.justicecz-article-feedback-web .article_statistics .statistics_heading {
  text-align: center;
}
.justicecz-article-feedback-web .article_statistics .statistics_link_text {
  margin-left: 1em;
  padding-bottom: 0.5em;
}
.justicecz-article-feedback-web .article_feedback {
  padding: 1em;
  background-color: var(--gov-color-grey-bg);
  border-radius: 3px;
}
.justicecz-article-feedback-web .article_feedback .feedback_heading {
  display: flex;
  margin-bottom: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.justicecz-article-feedback-web .article_feedback .feedback_buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 0;
  gap: 1em;
}
.justicecz-article-feedback-web .article_feedback .feedback_buttons button {
  min-width: 8em;
  gap: 0.5em;
}
.justicecz-article-feedback-web .article_feedback .feedback_buttons .button_yes {
  border-color: green;
  color: green;
}
.justicecz-article-feedback-web .article_feedback .feedback_buttons .button_no {
  border-color: var(--gov-color-error);
  color: var(--gov-color-error);
}
.justicecz-article-feedback-web .article_feedback .feedback_form .feedback_radio_button_icon {
  margin-top: 4px;
}
.justicecz-article-feedback-web .article_feedback .feedback_form .feedback_textarea_form {
  padding-top: 0.5em;
}
.justicecz-article-feedback-web .article_feedback .feedback_form .feedback_textarea_form .feedback_textarea {
  resize: vertical;
}
.justicecz-article-feedback-web .article_feedback .feedback_form .feedback_submit_button {
  text-align: right;
}
.justicecz-article-feedback-web .article_feedback .feedback_rated_text {
  margin-top: 0.5em;
  margin-bottom: 0;
}