mc-card{
    display: flex;
}
mc-card > .content{
    max-height: 0px;
    overflow: hidden;
}

mc-card.mc-active > .content{
    max-height: 100%;
}