.fixed-update-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 1030;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 0.75rem 1rem;
}
