﻿.ws-footer {
    padding: 1.35rem 0;
    background: #0b1220;
    color: rgba(255,255,255,.7);
    border-top: 1px solid rgba(255,255,255,.06);
}

.ws-footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.ws-footer-text {
    margin: 0;
}

.ws-footer-links {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.ws-footer-links a {
    color: rgba(255,255,255,.75);
    text-decoration: none;
}

.ws-footer-links a:hover {
    color: #fff;
}

@media (max-width: 600px) {
    .ws-footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
