/* Lábléc (footer.php) */

.footer {
    padding: 60px 0 60px 0;
}

.footer a,
.footer a:hover,
.footer a:visited,
.footer a:active {
    color: white !important;
}

.footer-about-socials {
    display: block;
    box-sizing: border-box;
    margin: 30px auto 15px auto;
    padding: 0;
    width: fit-content;
    list-style: none;
}

.footer-about-socials li {
    display: inline-block;
    font-size: 14px;
}

.footer-about-socials li:not(:last-child):after {
    content: '|';
    color: var(--color-white) !important;
    padding: 5px;
}

.footer-about a,
.footer-about a:hover,
.footer-about a:focus,
.footer-about a:active {
    color: var(--color-white) !important;
}

.footer-row,
.footer-col {
    box-sizing: border-box;
    display: flex;
}

.footer-row {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
}

.footer-col {
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}

.footer-copyright {
    font-size: 14px;
}

.footer-info {
    text-align: center;
    font-size: 0.75rem;
    max-width: 75%;
    display: block;
    margin: 0 auto;
    margin-top: 2rem;
    line-height: 20px;
}