.paymentsSection{border:.5px solid #d9d6dc;border-radius:14px;padding:20px;display:flex;flex-direction:column;gap:16px;background:#fff}.paymentsSection__header{display:flex;justify-content:space-between;align-items:center;width:100%}.paymentsSection__encryptedBadge{display:flex;align-items:center;gap:8px;border:.5px solid #d9d6dc;border-radius:20px;padding:10px 16px 10px 12px;height:34px}.paymentsSection__timing{display:flex;flex-direction:column;gap:8px}.paymentsSection__timingOptions{display:flex;gap:15px;width:100%}.paymentsSection__timingOption{flex:1 1;background:#fff;border:1px solid #d9d6dc;border-radius:10px;padding:10px 16px 12px;display:flex;gap:12px;cursor:pointer;transition:all .2s ease}.paymentsSection__timingOption:hover{border-color:#b2acb8}.paymentsSection__timingOption--selected{border-color:#561fc8;background:#f7f7f8}.paymentsSection__timingOption .MuiRadio-root{padding:4px}.paymentsSection__timingOption .MuiRadio-root.Mui-checked{color:#561fc8}.paymentsSection__methods{display:flex;flex-direction:column;gap:8px}.paymentsSection__methodOption{background:#fff;border:1px solid #d9d6dc;border-radius:10px;height:50px;padding:8px 16px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .2s ease}.paymentsSection__methodOption:hover{border-color:#b2acb8}.paymentsSection__methodOption--selected{border-color:#561fc8;background:#f7f7f8}.paymentsSection__methodOption .MuiRadio-root{padding:4px}.paymentsSection__methodOption .MuiRadio-root.Mui-checked{color:#561fc8}.paymentsSection__methodLogo{display:flex;align-items:center;height:24px}.paymentsSection__cardLogos{display:flex;gap:6px;align-items:center}.paymentsSection__cardLogos img{height:26px;width:auto;object-fit:contain}@media screen and (max-width:960px){.paymentsSection{padding:16px}.paymentsSection__header{align-items:flex-start}.paymentsSection__header,.paymentsSection__timingOptions{flex-direction:column;gap:12px}.paymentsSection__timingOption{width:100%}.paymentsSection__cardLogos{display:none}}