.sp-survey {
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #1f2328;
  background: #fff;
  border: 1px solid #e3e6ea;
  border-radius: 10px;
  padding: 18px 20px;
  margin: 0;
}

.sp-survey-q {
  margin: 0 0 12px;
  font-weight: 600;
}

.sp-survey-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sp-survey-choices button {
  font: inherit;
  padding: 6px 14px;
  border: 1px solid #d0d7de;
  border-radius: 999px;
  background: #f6f8fa;
  cursor: pointer;
}

.sp-survey-choices button:hover {
  border-color: #0969da;
  color: #0969da;
}

.sp-survey-choices button[disabled] {
  cursor: default;
  opacity: .55;
}

.sp-survey-msg {
  margin: 12px 0 0;
  min-height: 1.2em;
  color: #57606a;
  font-size: 13px;
}

/* The parameter demo (app.js): the address this page was opened with, and the
   two buttons that hand a link back / change it on the page. */
.sp-survey-links {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #e3e6ea;
}

.sp-survey-params {
  margin: 0 0 10px;
  color: #57606a;
  font-size: 13px;
  word-break: break-all;
}

.sp-survey-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sp-survey-actions button {
  font: inherit;
  padding: 6px 14px;
  border: 1px solid #d0d7de;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
}

.sp-survey-actions button:hover {
  border-color: #0969da;
  color: #0969da;
}
