/* Улучшение видимости copyright текста */
#copyright {
    opacity: 1 !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 600 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
    background: rgba(0, 0, 0, 0.3) !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
    backdrop-filter: blur(5px) !important;
    text-align: center !important;
}

#copyright ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#copyright li {
    display: inline-block !important;
    margin: 0 5px !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

#copyright li:after {
    content: " | " !important;
    color: rgba(255, 255, 255, 0.6) !important;
}

#copyright li:last-child:after {
    content: "" !important;
}