/********** Gooey Panel **********/

.suey-gooey {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    width: 21em;
    max-height: 100%;
    z-index: 1; /* Gooey */
}
