.aps-wrap {
  max-width: 760px;
  margin: 24px auto;
  padding: 20px;
  background: #f8fafc;
  border: 1px solid #dbe3ea;
  border-radius: 12px;
}

.aps-consent {
  display: block;
  margin-bottom: 16px;
}

.aps-question {
  margin: 0 0 16px;
  padding: 12px;
  border: 1px solid #cfd8e2;
  border-radius: 8px;
}

.aps-question legend {
  font-weight: 600;
}

.aps-choice {
  display: block;
  margin: 8px 0;
}

.aps-btn {
  background: #0c4a6e;
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 10px 16px;
  cursor: pointer;
}

.aps-btn:hover {
  background: #0b3f5d;
}

.aps-result {
  padding: 16px;
  border-radius: 8px;
  background: #ecfeff;
  border: 1px solid #a5f3fc;
}
