/*
Theme Name: Directory Theme
Theme URI: https://www.findhealthlondon.co.uk
Description: Custom theme for health directory
Version: 1.1
*/

.footer-menu li a:hover {
    text-decoration: underline;
}

.footer-menu {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer-menu li a {
    text-decoration: none;
    color: #555;
    font-weight: 500;
}

.footer-menu li a:hover {
    color: #222;
}