/* Footer copyright center alignment */
footer.footer .copyright {
    float: none !important;
    text-align: center !important;
}

/* Footer link and icon styling */
footer.footer .copyright a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s;
}

footer.footer .copyright a:hover {
    opacity: 0.8;
}

/* Footer icon size */
footer.footer .copyright img {
    max-width: 16px !important;
    height: 16px !important;
    vertical-align: text-bottom;
    margin-left: 3px;
    display: inline-block;
}
