/* Requires Font Awesome 7 Pro Classic Solid and Regular web fonts.
   Retain phpBB's .icon hook for the forum subscription toggle and layout. */
#nav-footer .icon.fa-solid,
#nav-footer .icon.fa-regular {
    font-family: "Font Awesome 7 Pro";
    font-style: normal;
}

#nav-footer .icon.fa-solid {
    font-weight: 900;
}

#nav-footer .icon.fa-regular {
    font-weight: 400;
}

/* Scope the complete border and rounded outline to the footer only. */
#phpbb .navbar.rr-footer-navbar {
    border: 1px solid #e3ded4;
    border-radius: 14px;
    background-clip: padding-box;
}

#phpbb .rr-footer-navbar #nav-footer .icon + span,
#phpbb .rr-footer-navbar #nav-footer .svg-inline--fa + span {
    margin-inline-start: 0.3em;
}
