.site-footer.simple,
.site-footer.banner {
    border-top: 1px solid rgb(255 255 255 / 12%);
    background: #060a1b;
    width: 100%;
    left: 0;
    right: 0;
}

body {
    margin: 0;
}

.site-footer .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin: 0 auto;
    padding: 14px 16px;
    max-width: 1120px;
    width: min(92%, 1120px);
}

.site-footer {
    padding: 0 !important;
    position: relative;
    z-index: 2;
}

.site-footer .left {
    color: #a7b3c6;
}

.site-footer .right a {
    color: #a7b3c6;
    text-decoration: none;
}

.site-footer .right a:hover {
    text-decoration: underline;
}

.site-footer .dot {
    opacity: .6;
    padding: 0 6px;
}
