.paymentChoice{min-width:0;margin:0;padding:16px;border:1px solid #bcd4e6;border-radius:12px;background:#fff}.paymentChoice legend{padding:0 6px;font-size:17px;font-weight:700;color:#164f77}.paymentOptions{display:flex;gap:10px;flex-wrap:wrap}.paymentChoice .paymentOption{display:flex;align-items:center;gap:9px;padding:11px 14px;border:1px solid #c7d7e3;border-radius:9px;cursor:pointer;font-size:16px}.paymentChoice .paymentOption.selected{background:#eaf5ff;border-color:#398ac5}.paymentChoice input[type=checkbox],.paymentChoice input[type=radio]{width:20px;height:20px;min-width:20px;min-height:20px;max-height:20px;flex:0 0 20px;margin:0;padding:0;accent-color:#0866bd}.paymentChoice .paymentInfo{font-size:15px;line-height:1.5;margin:12px 0 0;color:#365369}.paymentChoice .paymentAck{display:flex;align-items:center;gap:10px;margin-top:12px;font-size:14px;line-height:1.5;cursor:pointer}.paymentChoice .fieldError{margin:8px 0 0;font-size:14px}