/**
 * Footer bottom spacing — prevents extra space
 * and ensures proper vertical alignment.
 *
 * @package Codlion
 */

.site-footer .footer-bottom {
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    height: 50px;
    line-height: 50px;
    background-color: var(--footer-bottom-bg-color);
}

.site-footer .footer-bottom .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-footer .footer-bottom .copyright,
.site-footer .footer-bottom p.copyright,
.site-footer .footer-bottom #footer-copyright {
    margin: 0;
    padding: 0;
    line-height: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.site-footer {
    margin-bottom: 0;
    padding-bottom: 0;
}
