.rws-page-feedback {
  box-sizing: border-box;
  width: min(760px, calc(100% - 40px));
  margin: 36px auto;
  padding: 0;
  color: #0b1d3a;
  background: #f8f5ed;
  border: 1px solid #d8d1c2;
  border-radius: 10px;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.6;
}
.rws-page-feedback summary {
  padding: 17px 22px;
  font-weight: 650;
  cursor: pointer;
}
.rws-page-feedback[open] summary { border-bottom: 1px solid #d8d1c2; }
.rws-page-feedback [data-rws-page-feedback] { padding: 4px 22px 22px; }
.rws-page-feedback p { margin: 14px 0; font-size: 1em; line-height: 1.6; color: #33445c; }
.rws-page-feedback fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.rws-page-feedback legend { padding: 0; font-weight: 650; }
.rws-page-feedback .rws-feedback-choices { display: flex; flex-wrap: wrap; gap: 8px 24px; margin: 6px 0 18px; }
.rws-page-feedback .rws-feedback-choices label { display: flex; align-items: center; gap: 8px; min-height: 44px; cursor: pointer; }
.rws-page-feedback input[type="radio"] { width: 18px; height: 18px; margin: 0; accent-color: #0b1d3a; }
.rws-page-feedback .rws-feedback-field { display: block; margin-top: 16px; font-weight: 600; }
.rws-page-feedback select,
.rws-page-feedback textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 44px;
  margin-top: 6px;
  padding: 10px 12px;
  color: #0b1d3a;
  background: #fff;
  border: 1px solid #8993a0;
  border-radius: 4px;
  font: inherit;
}
.rws-page-feedback textarea { resize: vertical; }
.rws-page-feedback .rws-feedback-note { font-size: .9em; }
.rws-page-feedback button {
  min-height: 44px;
  margin-top: 18px;
  padding: 10px 18px;
  border: 1px solid #0b1d3a;
  border-radius: 4px;
  background: #0b1d3a;
  color: #fff;
  font: inherit;
  font-weight: 650;
  cursor: pointer;
}
.rws-page-feedback button:disabled { opacity: .65; cursor: default; }
.rws-page-feedback :is(summary, input, select, textarea, button, a):focus-visible { outline: 3px solid #9b6e24; outline-offset: 3px; }
.rws-page-feedback [data-feedback-status] { min-height: 1.6em; margin-bottom: 0; }
.rws-page-feedback [hidden] { display: none !important; }
@media print { .rws-page-feedback { display: none; } }
