.v4o-footer {
    background: #000000;
    color: #ffffff;
    padding: 18px 0;
    margin-top: 0;
}
.v4o-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    font-size: 14px;
    position: relative;
}
.v4o-footer-left,
.v4o-footer-center,
.v4o-footer-right {
    color: #ffffff;
}
.v4o-footer-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.v4o-footer-right {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.v4o-footer a {
    color: #ffffff;
    text-decoration: none;
}
.v4o-footer a:hover {
    text-decoration: underline;
}
.v4o-footer-sep {
    opacity: .7;
}
@media (max-width: 640px) {
    .v4o-footer-inner {
        flex-direction: column;
        text-align: center;
        font-size: 13px;
    }
    .v4o-footer-center {
        order: 2;
        position: static;
        transform: none;
        left: auto;
    }
    .v4o-footer-right {
        order: 3;
        justify-content: center;
    }
    .v4o-footer-left {
        order: 1;
    }
}

.v4o-footer,
.v4o-footer * {
    font-family: Arial, Helvetica, sans-serif;
}
