body.qs-v3.public-quote-page .public-mobile-comment-sheet,
body.qs-v3.public-quote-page .public-mobile-comment-sheet * {
  box-sizing: border-box;
}

body.qs-v3.public-quote-page .public-mobile-comment-sheet {
  overflow-x: hidden;
}

body.qs-v3.public-quote-page .public-response-choice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 14px;
  padding: 15px;
  border: 1px solid #cfe9df;
  border-radius: 14px;
  background: linear-gradient(145deg, #f3fcf8 0%, #eefaf7 100%);
}

body.qs-v3.public-quote-page .public-response-choice > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

body.qs-v3.public-quote-page .public-response-choice strong {
  color: #113c36;
  font-size: 14px;
}

body.qs-v3.public-quote-page .public-response-choice span {
  color: #52706b;
  font-size: 11px;
  line-height: 1.45;
}

body.qs-v3.public-quote-page .public-response-choice button {
  flex: 0 0 auto;
  min-height: 42px;
  border: 0;
  border-radius: 11px;
  padding: 0 16px;
  color: #fff;
  background: #147a55;
  box-shadow: 0 8px 18px rgba(20, 122, 85, .18);
  font: 750 12px/1 Inter, Arial, sans-serif;
  cursor: pointer;
}

body.qs-v3.public-quote-page .public-response-choice button:disabled {
  color: #176143;
  background: #d8efe5;
  box-shadow: none;
  cursor: default;
}

body.qs-v3.public-quote-page .public-response-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: #7a8997;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
}

body.qs-v3.public-quote-page .public-response-divider::before,
body.qs-v3.public-quote-page .public-response-divider::after {
  height: 1px;
  flex: 1 1 auto;
  background: #dde5eb;
  content: "";
}

@media (max-width: 767px) {
  body.qs-v3.public-quote-page .public-response-choice {
    align-items: stretch;
    flex-direction: column;
  }

  body.qs-v3.public-quote-page .public-response-choice button {
    width: 100%;
    min-height: 46px;
  }
}
