.footer {
    margin-top: 1rem;
    text-align: center;
    font-size: .75rem;
    color: #A8A8CE;
    border-top: 1px solid rgba(0,0,0,.03);
    padding-top: 1.6rem;
    letter-spacing: .3px;
    transition: color .3s ease,border-color .3s ease
}
body.dark .footer {
    color: #6A6A8A;
    border-top-color: rgba(255,255,255,.04)
}
.footer a {
    color: #A8A8CE;
    text-decoration: none;
    transition: color .2s ease
}
.footer a:hover {
    color: #6B5ACF;
    text-decoration: underline
}
body.dark .footer a {
    color: #6A6A8A
}
body.dark .footer a:hover {
    color: #A89FD0
}
.ipv6-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #f0edf7;
    color: #4a3f7a;
    padding: 2px 10px 2px 6px;
    border-radius: 30px;
    font-size: .7rem;
    font-weight: 600;
    border: 1px solid #dcd6ed;
    transition: background .3s,color .3s,border-color .3s
}
.ipv6-badge i {
    font-size: .7rem;
    color: #6B5ACF
}
body.dark .ipv6-badge {
    background: rgba(255,255,255,.08);
    color: #C8C0F0;
    border-color: rgba(255,255,255,.12)
}
body.dark .ipv6-badge i {
    color: #A89FD0
}
#footerItems {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0 0.3rem;
    margin: 0;
    padding: 0;
}
.footer-item {
    white-space: nowrap;
}