:root {
    --sportinnovation-yellow: #FFC614;
    --sportinnovation-blue: #0E07D0;
}

.arrow {
    background: var(--sportinnovation-yellow);
}

@media (max-width: 768px) {
    .row {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .footer-nav {
        gap: 1rem;
        order: 2;
    }

    .footer-nav a {
        font-size: 0.9rem;
    }

    .col-md-4:first-child {
        order: 1;
    }

    .col-md-4:last-child {
        order: 3;
    }

    .d-flex.justify-content-end {
        justify-content: center !important;
    }

    .copyright-text {
        margin-top: 1rem;
    }

    .logo-clean-bg {
        margin-bottom: 1rem;
    }
}

footer {
    background-color: var(--sportinnovation-blue);
}

.footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    font-size: 0.8rem;
}

.footer-nav a {
    color: white;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.footer-nav a:hover {
    color: var(--sportinnovation-yellow);
}
