.checkout-chip{position:relative;flex:0 0 auto}.checkout-chip__input{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.checkout-chip__input:checked+.checkout-chip__label{border-color:#0277bd}.checkout-chip__input:checked+.checkout-chip__label .checkout-chip__label-bottom,.checkout-chip__input:checked+.checkout-chip__label .checkout-chip__label-top{color:#0277bd}.checkout-chip__input:focus-visible+.checkout-chip__label{outline:2px solid #0277bd;outline-offset:2px}.checkout-chip__label{background:#fff;border:1px solid #ccc;border-radius:16px;padding:6px 4px 4px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:border-color .2s;width:78px}.checkout-chip__label-top{font-family:Roboto,sans-serif;font-weight:700;font-size:1rem;line-height:20px}.checkout-chip__label-bottom{font-family:Roboto,sans-serif;font-weight:400;font-size:.87rem;line-height:22px;text-align:center}.form-row_validation-error .checkout-chip__label{border:1px solid #cf000f}