#wallet-options { display: flex; flex-direction: column; align-items: center; gap: 12px; .menu-item { border: 1px solid rgb(188, 191, 214); border-radius: 30px; width: 300px; height: 42px; padding: 4px 15px; display: flex; justify-content: center; align-items: center; gap: 10px; &-icon { width: 25px; height: 25px; } &-label { width: 50px; font-weight: bold; text-align: left; font-size: 16px; } } .menu-item:hover { cursor: pointer; } }