.footerDiv {
    height: 4rem;
}

#componentsNav, #jumpToNav {
    height: calc(100vh - (4rem + 16px)) !important;
    top: calc(3rem + 16px) !important;
}

.gecko-scroll-to-top {
    bottom: 4.5rem !important;
    margin-bottom: env(safe-area-inset-bottom);
}

.navbar.fixed-top {
    z-index: 1050; /* override default of 1031 */
}

.glightbox-open {
     overflow: initial;  /* https://github.com/biati-digital/glightbox/issues/22#issuecomment-2175380060 */ 
}

.sticky-bottom {
    padding-bottom: env(safe-area-inset-bottom);
}

footer.sticky-bottom {
    background-color: var(--si-body-bg);
    z-index: 1050;
}

img.feed-cover {
    width: min(612px, 100%);
    aspect-ratio: 612 / 640;
    object-fit: cover;
}
