.payment-tabs-container{display:flex;flex-wrap:wrap;margin-top:20px;gap:20px}.payment-tabs-sidebar{flex:0 0 30%;display:flex;flex-direction:column;gap:12px}.payment-tab-tile{background:#fff;border:1px solid #ccc;padding:12px 16px;cursor:pointer;border-radius:6px;font-weight:500;transition:.3s}.payment-tab-tile:hover{background:#eaeaea}.payment-tab-tile.active{background:#fff;color:#000;border-color:#1abc9c;border-width:2px}.payment-tabs-content{flex:1;min-width:0}