list-enhance {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

list-enhance p.msg {
    padding: 1rem;
}

list-enhance ul ~ div {
    opacity: 0;
    transition: all 0.3s;
}

list-enhance .opacity-1 {
    opacity: 1;
}