/* Copyright */
#copyright {
    opacity: 1 !important;
    color: rgba(255, 255, 255, 0.6) !important;
    font-weight: 400 !important;
    text-shadow: none !important;
    background: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    backdrop-filter: none !important;
}

/* Убираем ::after — у темы уже есть border-left */
#copyright li:after {
    content: "" !important;
}

#copyright ul li {
    color: rgba(255, 255, 255, 0.6) !important;
    border-left-color: rgba(255, 255, 255, 0.2) !important;
}