/* Emergent badge - only visible at bottom of page, never while scrolling */
#emergent-badge {
    z-index: 40 !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
    pointer-events: none !important;
}

#emergent-badge.at-bottom {
    opacity: 0.85 !important;
    pointer-events: auto !important;
}

body {
    padding-bottom: 50px !important;
}

footer {
    margin-bottom: 40px !important;
}
