

.model-item {
    border-radius: 0.5rem;
    height: 3rem;
    padding: 0.5rem;
    cursor: pointer;
}

.model-item.active {
    background-color: rgba(0, 0, 0, 0.05);
}

.model-item:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.model-item:active {
    background-color: rgba(0, 0, 0, 0.1);
}
