#fx-footer {
    width: 100%;
}

/* Nav links row */
.fx-footer-nav {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    padding: 1rem 1.5rem;
}

.fx-footer-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    letter-spacing: 0.2px;
    transition: color 0.15s;
}

.fx-footer-link:hover {
    color: #fff;
}

/* Risk warning */
.fx-footer-risk {
    text-align: center;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
    padding: 0.75rem 3rem 1.25rem;
    max-width: 1320px;
    margin: 0 auto;
}

/* Bottom copyright bar */
.fx-footer-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
    background: rgba(0, 0, 0, 0.35);
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding: 0.65rem 1.5rem;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 767.98px) {
    .fx-footer-nav {
        gap: 1.25rem;
        flex-wrap: wrap;
        justify-content: center;
        padding: 1rem;
    }

    .fx-footer-risk {
        padding: 0.5rem 1rem 1rem;
        font-size: 0.7rem;
    }

    .fx-footer-bar {
        flex-direction: column;
        text-align: center;
        padding: 0.75rem 1rem;
    }

    .fx-footer-legal {
        justify-content: center;
    }
}

.fx-footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.fx-footer-legal a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    font-size: 0.75rem;
    transition: color 0.15s;
}

.fx-footer-legal a:hover {
    color: rgba(255, 255, 255, 0.9);
}
