@media only screen and (max-width: 1257px) {
    .bottom-navigation-mobile {
        background-color: var(--white);
        border-top: 1px solid var(--grey-outline);
        width: 100%;
    }
}

@media only screen and (min-width: 1257px) {
}

.bottom-navigation {
    display: flex;
    padding: 20px 24px 20px 24px;
    gap: 10px;
    justify-content: center;
}

.bottom-navigation-desktop-scrollable {
    position: sticky;
    bottom: 0px;
    background-color: var(--white);
    border-top: 1px solid var(--grey-outline);
}
