/* ========================================
            Footer {MOBILE}
                [START]
========================================= */

.footer__ontop {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: var(--space-lg);
    padding-bottom: var(--space-lg);
    border-bottom: var(--soft-border);
}

.footer-ontop__logo {
    width: 250px;
    min-width: 150px;
}

.footer__inner {
    display: flex;
    width: var(--page-width);
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    justify-content: normal;
    padding: var(--space-sm);
    padding-left: 0;
    padding-right: 0;
    gap: var(--space-5xl);
    color: var(--footer-text-color);
}

.footer__title {
    font-size: 1.5rem;
    color: var(--color-primary);
}

.footer__column--middle {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.footer__social-buttons {
    display: flex;
    gap: var(--space-md);
    margin-bottom: var(--space-xl);
}

.footer__social-buttons .social-button__icon {
    margin: auto;
}

/* ========================================
                Footer->
                Copyright
                [START]
========================================= */

.footer__copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: var(--space-sm);
    border-top: var(--soft-border);
    font-size: 0.875rem;
    color: var(--footer-copyright-text-color);
    background-color: var(--footer-copyright-bg-color);
}

/* ========================================
                Footer->
                Copyright
                [END]
========================================= */

/* ========================================
            Footer {MOBILE}
                [END]
========================================= */