.liquid-child {
    overflow: hidden; /* Prevent margin collapse */
}

.liquid-container {
    position: relative;
    overflow: hidden;

    /* without this, overflow:hidden won't take effect because the things
       we're trying to hide are on a separate accelerated
       context. Also, this prevents a tiny vertical jump when the
       content switches to accelerated.  */
    transform: translateY(0);
}

.liquid-versions {
    display: none;
}

.liquid-versions {
    display: none;
}


/*# sourceMappingURL=/assets/chunk.524.903b063917523e93aff2.css-f30ecc95a23ec72bf49866b02933bb78.map*/