.checkout-payment-method{gap:var(--plendgo-space-8);width:100%;padding:var(--plendgo-space-7);background:var(--plendgo-base-white);border:1px solid var(--plendgo-neutral-200);border-radius:var(--plendgo-radius-16);box-sizing:border-box;flex-direction:column;display:flex}.checkout-payment-method__title{margin:0}.checkout-payment-method__options{gap:var(--plendgo-space-8);width:100%;display:flex}.checkout-payment-method__option{width:100%;max-width:248px;height:56px;padding:10px var(--plendgo-space-6);box-sizing:border-box;border:1px solid var(--plendgo-neutral-200);border-radius:var(--plendgo-radius-8);background:var(--plendgo-base-white);cursor:pointer;flex:1 1 0;justify-content:center;align-items:center;transition:border-color .15s,box-shadow .15s;display:flex}.checkout-payment-method__option:hover{border-color:var(--plendgo-neutral-300)}.checkout-payment-method__option:focus-visible{outline:2px solid var(--plendgo-primary-500);outline-offset:2px}.checkout-payment-method__option--selected{border-width:2px;border-color:var(--plendgo-neutral-500)}.checkout-payment-method__option--selected:hover{border-color:var(--plendgo-neutral-500)}.checkout-payment-method__option-inner{justify-content:center;align-items:center;gap:var(--plendgo-space-4);min-width:0;display:flex}.checkout-payment-method__option-label{white-space:nowrap;margin:0}.checkout-payment-method__option-logo-icon.icon-container{width:81px;height:24px}.checkout-payment-method__remember{align-items:center;gap:var(--plendgo-space-5);display:flex}.checkout-payment-method__remember-text{cursor:pointer;-webkit-user-select:none;user-select:none;margin:0}@media (max-width:768px){.checkout-payment-method{padding:var(--plendgo-space-7)var(--plendgo-space-6)}.checkout-payment-method__options{gap:var(--plendgo-space-5);flex-direction:column;width:100%}.checkout-payment-method__option{flex:none;width:100%;min-width:0;max-width:100%;height:56px;min-height:56px}}
