.vdnfa-questionnaire,
.vdnfa-cart-summary {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 1.25rem 0;
  padding: 1.15rem;
  border: 1px solid #dce1e9;
  border-top: 3px solid #eee40a;
  border-radius: 4px;
  background: #fbfcfe;
  color: #142b5a;
  text-align: left;
  clear: both;
}

.vdnfa-questionnaire *,
.vdnfa-cart-summary * {
  box-sizing: border-box;
}

.vdnfa-questionnaire .vdnfa-legal {
  margin: 0 0 .65rem;
  color: #142b5a;
  font-size: .94rem;
  line-height: 1.45;
}

.vdnfa-questionnaire .vdnfa-title,
.vdnfa-cart-summary .vdnfa-title {
  margin: 0 0 1rem;
  color: #142b5a;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
}

.vdnfa-questionnaire .vdnfa-fields {
  display: block;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.vdnfa-questionnaire .vdnfa-field {
  width: 100%;
  margin: 0 0 1rem;
}

.vdnfa-questionnaire .vdnfa-field:last-child {
  margin-bottom: 0;
}

.vdnfa-questionnaire .vdnfa-field > label {
  display: block;
  width: auto;
  margin: 0 0 .35rem;
  padding: 0;
  color: #142b5a;
  font-size: .94rem;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
}

.vdnfa-questionnaire .vdnfa-field .form-control {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  margin: 0;
  padding: .6rem .7rem;
  border: 1px solid #b9c2d0;
  border-radius: 3px;
  background-color: #fff;
  color: #24334c;
  font-size: 1rem;
  line-height: 1.4;
  box-shadow: none;
}

.vdnfa-questionnaire .vdnfa-field select.form-control {
  padding-right: 2rem;
}

.vdnfa-questionnaire .vdnfa-help {
  display: block;
  margin-top: .3rem;
  color: #4c5e7b;
  font-size: .82rem;
  line-height: 1.4;
}

.vdnfa-questionnaire .vdnfa-noscript {
  margin: 1rem 0 0;
  font-size: .94rem;
  line-height: 1.45;
}

.vdnfa-questionnaire .vdnfa-noscript a {
  color: #142b5a;
  text-decoration: underline;
}

.vdnfa-questionnaire .vdnfa-field .form-control:focus {
  border-color: #142b5a;
  outline: 2px solid rgba(20, 43, 90, .18);
  outline-offset: 1px;
}

.vdnfa-questionnaire .vdnfa-declaration > label {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  cursor: pointer;
}

.vdnfa-questionnaire .vdnfa-declaration input[type="checkbox"] {
  position: static;
  display: inline-block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: .15rem 0 0;
  opacity: 1;
  appearance: auto;
  accent-color: #142b5a;
}

.vdnfa-questionnaire .vdnfa-declaration span {
  min-width: 0;
  flex: 1 1 auto;
}

.vdnfa-questionnaire .vdnfa-required {
  color: #9b3434;
}

.vdnfa-questionnaire .vdnfa-feedback {
  margin: 0 0 1rem;
  padding: .75rem;
  border: 1px solid #d4dceb;
  border-radius: 3px;
  background: #f1f4fa;
  color: #142b5a;
  font-size: .94rem;
  line-height: 1.45;
}

.vdnfa-questionnaire .vdnfa-feedback[hidden] {
  display: none;
}

.vdnfa-questionnaire .vdnfa-feedback p {
  margin: 0 0 .4rem;
  color: inherit;
}

.vdnfa-questionnaire .vdnfa-feedback p:last-child {
  margin-bottom: 0;
}

.vdnfa-questionnaire .vdnfa-feedback.is-error {
  border-color: #e2b8b8;
  background: #fff5f5;
  color: #842b2b;
}

.vdnfa-questionnaire .vdnfa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.vdnfa-cart-summary .vdnfa-cart-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vdnfa-cart-summary .vdnfa-cart-items li {
  margin: 0 0 .9rem;
  padding: 0 0 .9rem;
  border-bottom: 1px solid #dce1e9;
  font-size: .94rem;
  line-height: 1.45;
}

.vdnfa-cart-summary .vdnfa-cart-items li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.vdnfa-cart-summary .vdnfa-cart-items p {
  margin: .3rem 0;
  color: #142b5a;
}

.vdnfa-cart-summary .vdnfa-cart-items .vdnfa-missing {
  color: #842b2b;
}

.vdnfa-cart-summary a,
.vdnfa-edit-actions a {
  color: #142b5a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.vdnfa-edit-page {
  max-width: 720px;
}

.vdnfa-edit-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1.5rem;
}

@media (max-width: 575px) {
  .vdnfa-questionnaire,
  .vdnfa-cart-summary {
    padding: .9rem;
  }

  .vdnfa-edit-actions .btn {
    width: 100%;
  }
}
