.HeightTransition_heightContainer__Nok6E {
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
    display: grid;
}

.HeightTransition_show__C4_u1 {
    grid-template-rows: 1fr !important;
}

