﻿.e-appbar.footer {
    height: auto;
    border: none;
    position: sticky;
    padding: 1rem;
}

.e-appbar.footer p {
    margin-bottom: 5px!important;
}

.footer .footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

    .footer .footer-content p {
        margin: 0;
        text-align: center;
    }

@media (max-width: 650px) {
    .footer .footer-content {
        flex-direction: column;
        align-items: center;
    }

        .footer .footer-content p,
        .footer .culture-switcher {
            width: 100%;
            text-align: center;
            margin: 5px 0;
        }

    .footer .culture-switcher {
        order: 2;
    }

    .footer .footer-content p {
        order: 1;
    }
}
