.site-footer {
    margin-top: 30px;
    padding: 20px 0;
    text-align: center;
    font-size: 11px;
    color: #333;
}

.copyright-text {
    margin: 0 0 8px;
    filter: invert(var(--theme-invert));
}

.beian-row{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex-wrap: wrap;
    margin: 0;
}

.beian-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.beian-row a {
    color: #333;
    text-decoration: none;
    filter: invert(var(--theme-invert));
}

.beian-row a:hover {
    text-decoration: underline;
}

.separator {
    display: inline-block;
    width: 1em;
}

.beian-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
