.footer-alert-badges {
    position: relative;

    width: 100%;
    height: 18px;

    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    gap: 6px;
    padding: 0;
    margin-bottom: 5px;
    
    z-index: auto;
}

.footer-cams-online {
    position: relative;
    font-size: 16px;
    width: 100%;
    height: 18px;

    display: flex;
    justify-content: flex-end;
    align-items: center;

    padding: 0;
    margin: 0;

    line-height: 1;
    z-index: auto;
}