/*
 * 通用页脚样式
 * 在所有页面中引入此样式以显示版权信息
 */

.footer {
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    padding: 20px 30px;
    margin-top: 40px;
    text-align: center;
    color: #333;
    font-size: 14px;
}

.footer .copyright {
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}

.footer .standards {
    color: #495057;
    font-size: 13px;
}

.footer .standards span {
    margin: 0 8px;
}
