/* public-icp.css - 公共ICP备案样式 */
.icp-footer {
    width: 100%;
    text-align: center;
    padding: 20px;
    color: #6c757d; /* 保持原有的深灰色 */
    font-size: 0.9rem;
    margin-top: 30px;
}

.icp-footer a {
    color: #868e96; /* 调整链接为稍浅的灰色，以示区分 */
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.icp-footer a:hover {
    color: #495057; /* 悬停时颜色加深，增加交互感 */
    text-decoration: underline;
}
