/* =========================================
   SWIMRUN FOOTER LINKS
   ========================================= */

.swimrun-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.swimrun-footer-link-item {
    margin: 0;
    padding: 0;
}

.swimrun-footer-link-item a {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}



/* =========================================
   RESPONSIVE
   ========================================= */
@media (max-width: 768px) {
    .swimrun-footer-links {
        gap: 10px;
    }
    
    .swimrun-footer-link-item a {
        font-size: 14px;
    }
}
