/* [admax_menu_linkek] — WP-menü pontok egymás alatt. */

.am-footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 13px;
    font-weight: 500;
}

.am-footer-links a {
    text-decoration: none;
    color: #9fb6ae;
    transition: color 0.25s;
}

.am-footer-links a:hover {
    color: #a7ebdd;
}
