.last-updated-fixed {
    position: fixed;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    font-size: 0.8rem;
    color: var(--text-muted);
    opacity: 0.4;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}
