.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);
}

.footer-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    flex: 0 0 36px;
    border: 1px solid var(--theme-border);
    border-radius: 10px;
    background: transparent;
    color: var(--theme-text-2);
    text-decoration: none;
    overflow: hidden;
}

.footer-icon-link svg {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px;
    min-height: 18px;
    max-width: 18px;
    max-height: 18px;
    flex: 0 0 18px;
    display: block;
    fill: currentColor;
}

html body .site-footer .footer-icon-link svg,
html body .site-footer .footer-icon-link svg * {
    width: 18px !important;
    height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
    transform: none !important;
}

.footer-icon-link:hover,
.footer-icon-link:focus-visible {
    color: var(--theme-text);
    border-color: var(--theme-text-2);
}

.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 .right a.footer-icon-link:hover,
.site-footer .right a.footer-icon-link:focus-visible {
    text-decoration: none;
}

.site-footer .dot {
    opacity: .6;
    padding: 0 6px;
}
