#footer {
    padding: 1.5rem 0;
    background: #f7f8f9;
    border-top: 1px solid #e7e9ed;
    font-size: 0.7rem;
}

#footer p {
    margin: 0;
}

#footer .footer-title {
    font-weight: 600;
}

#footer .footer-subtitle {
    margin-top: 0.25rem;
    color: #667;
}

#footer .footer-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

#footer .footer-links a {
    text-decoration: none;
}

#footer .footer-links a:hover,
#footer .footer-links a:focus {
    text-decoration: underline;
}

@media (max-width: 840px) {
    #footer .footer-links {
        justify-content: flex-start;
        margin-top: 1rem;
    }
}
