/* Plugin `editorialPick` */
.ep-card .mini-card .ep-image{
    max-height: 4rem;
}
.ep-card .mini-card .ep-no-image{
    height: 4rem;
}
#editorialPickCard {
    margin-bottom: 4rem;
}

/*
* START: Plugin `eLife Lens Article Viewer`
*/
.surface.content .nodes > .content-node {
    display: flex;
    align-items: baseline;
}


@media (max-width: 800px) {
    .reader #container {
        min-width: auto;
    }

    .reader .article .document {
        width: 100%;
        margin-top: 35vh;
        height: calc(65vh - 40px);
    }

    .reader .article .resources {
        width: 100%;
        float: none;
        height: 0;
        border-bottom: 1px solid #ddd;
    }

    .reader .article .resources .panel,
    .reader .menu-bar {
        position: fixed;
        top: 0;
        background-color: white;
        border-bottom: 1px solid #ddd;
    }

    .reader .menu-bar {
        top: 0;
    }

    .reader .menu-bar .context-toggles {
        display: flex;
    }

    .reader .menu-bar .context-toggles a {
        flex: 1;
    }

    .reader .article .resources .panel {
        height: calc(35vh - 40px);
        margin-top: 40px;
    }
}
/*
* END: Plugin `eLife Lens Article Viewer`
*/
