/* 中国药店门户网站 - 页脚（仅首页使用） */
.site-footer {
    background: #fff;
    padding: 24px 0 20px;
    text-align: center;
    border-top: 1px solid var(--border);
}

.footer-copy {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 2;
}

.footer-copy a {
    color: var(--text-secondary);
}

.footer-copy a:hover {
    color: var(--primary);
}

.footer-badges {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--text-muted);
}

.footer-badges img {
    display: block;
}

.badge-police {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.badge-police img {
    width: 20px;
    height: 20px;
}
