/* ===== Footer social icons ===== */
.footer-social-icons {
    display: flex;
    gap: 14px;
    margin-top: 14px;
    align-items: center;
}

.footer-bottom .footer-social-icons {
    justify-content: center;
    margin-bottom: 10px;
}

.footer-social-icons a {
    color: var(--color-accent-blue);
    font-size: 16px;
    transition: color .2s;
}

.footer-social-icons a:hover {
    color: var(--color-text-white-strong);
}
