﻿.item-cuenta {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #ddd;
    transition: background-color 0.2s ease-in-out;
}
.item-cuenta:last-child {
    border-bottom: none;
}

.item-cuenta:hover {
    background-color: #eef3f7;
}


.submenu-container {
    position: relative;
}