.aev-consultation .aev-consultation__price { color: var(--aev-gold); font-size: 32px; font-weight: 700; line-height: 1.2; margin: 16px 0 8px; }
.aev-consultation .aev-consultation__heading { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin: 34px 0 24px; color: var(--aev-navy); font: inherit; font-size: 17px; font-weight: 700; }
.aev-consultation__heading::after { content: ''; flex: 1; border-top: 1px solid #e1e5ed; min-width: 16px; }
.aev-consultation .aev-consultation__heading small { color: var(--aev-muted); font-size: 13px; font-weight: 400; }
.aev-consultation__number { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 50%; background: var(--aev-gold); color: #fff; font-size: 15px; flex: 0 0 24px; }
.aev-consultation .aev-form__field:has(input[type=radio]) { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.aev-consultation .aev-form__field:has(input[type=radio]) legend { position: absolute; width: 1px; height: 1px; clip-path: inset(50%); overflow: hidden; white-space: nowrap; }
.aev-consultation .aev-form__field:has(input[type=radio]) .aev-form__choice { border: 1px solid var(--aev-border); border-radius: 9px; padding: 12px; margin: 0; align-items: center; }
.aev-consultation .aev-form__choice:has(input:checked) { border-color: var(--aev-navy); box-shadow: 0 0 0 1px var(--aev-navy); }
.aev-consultation .aev-form__field:has(input[type=radio]) > p { grid-column: 1 / -1; }
.aev-consultation .aev-consultation__summary { display: flex; justify-content: space-between; gap: 16px; padding: 16px; border: 1px solid #e1e5ed; border-radius: 9px; background: #fcfcfe; }
.aev-consultation .aev-consultation__review { display: flex; justify-content: space-between; gap: 16px; font-size: 13px; margin: 12px 0; color: var(--aev-muted); }
.aev-consultation__review a { color: var(--aev-navy); padding: 8px 0; flex-shrink: 0; text-decoration: underline; }
.aev-consultation .aev-payment { border: 0; margin: 20px 0 24px; padding: 0; }
.aev-consultation .aev-form__field:has(> input[type=checkbox]) { display: flex; flex-wrap: wrap; gap: 8px 10px; align-items: flex-start; }
.aev-consultation .aev-form__field:has(> input[type=checkbox]) > input { order: 0; }
.aev-consultation .aev-form__field:has(> input[type=checkbox]) > label { order: 1; flex: 1; font-weight: 400; }
.aev-consultation .aev-form__field:has(> input[type=checkbox]) > p { order: 2; flex-basis: 100%; }
.aev-consultation .aev-form__field a { color: var(--aev-navy); text-decoration: underline; }
.aev-consultation [data-field][hidden] { display: none; }
@container (max-width: 560px) {
  .aev-consultation .aev-form__field:has(input[type=radio]) { grid-template-columns: minmax(0, 1fr); }
  .aev-consultation .aev-consultation__heading { font-size: 16px; }
}
