/* ========================================
   Footer Active Link Styles
   ======================================== */

/* Active state for footer links - matches current page */
.he_ftybta a.active {
    color: #f43839;
    font-weight: 500;
}

/* Ensure active style persists even on hover */
.he_ftybta a.active:hover {
    color: #f43839;
}
