/* Koupe Forms 1.4.0 — service-tailored fields and progressive disclosure. */
.koupe-form__trap{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.koupe-form__field--full,.koupe-form__conditional,.koupe-form__field--options{grid-column:1/-1!important}
.koupe-form__conditional{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;margin:0;padding:0}
.koupe-form__conditional[hidden]{display:none!important}
.koupe-form__field--options{min-width:0;margin:1px 0!important;padding:10px 11px!important;border:1px solid #dedbe8!important;border-radius:10px;background:#f8f7fb}
.koupe-form__field--options legend{padding:0 5px;color:#3b3663;font-size:.76rem;font-weight:800;line-height:1.25}
.koupe-form__choices{display:flex;flex-wrap:wrap;gap:7px 8px;margin-top:2px}
.koupe-form label.koupe-form__choice{display:inline-flex!important;align-items:center!important;flex-wrap:nowrap!important;gap:6px!important;padding:6px 8px!important;border:1px solid #e2dfeb;border-radius:8px;background:#fff;color:#3b3663;font-size:.72rem!important;font-weight:700!important;line-height:1.2!important;cursor:pointer}
.koupe-form .koupe-form__choice input[type="checkbox"]{appearance:auto!important;-webkit-appearance:checkbox!important;width:16px!important;height:16px!important;min-height:16px!important;margin:0!important;padding:0!important;border:0!important;box-shadow:none!important;accent-color:#5747e4;flex:0 0 auto}
.koupe-form__field--options.has-error{border-color:#b42318!important;box-shadow:0 0 0 2px rgba(180,35,24,.08)}
.koupe-form__feedback--success{border:1px solid #b8dfc2;background:#f0fbf3;color:#1f6433}
.koupe-form__feedback--error{border:1px solid #efb7b1;background:#fff3f2;color:#8a1c13}
@media(max-width:700px){
  .koupe-form__conditional{grid-template-columns:minmax(0,1fr)}
  .koupe-form__choices{display:grid;grid-template-columns:1fr 1fr;gap:6px}
  .koupe-form label.koupe-form__choice{font-size:.73rem!important;padding:7px 8px!important}
}
@media(max-width:430px){.koupe-form__choices{grid-template-columns:1fr}}
