/*
Theme Name: 质能视界网 - 子主题
Description: 自定义版权样式（含电话，无横线）
Author: Qwen
Template: generatepress
Version: 1.0
*/

/* 自定义页脚版权样式 */
.site-info {
    text-align: center;
    font-size: 10px;
    color: #666;
    margin: 15px 0;
    padding: 10px;
    /* 无顶部横线 */
}

/* 链接默认为系统文字色 */
.site-info a {
    color: #666;
    text-decoration: none;
}

/* 悬停时变为橙色 */
.site-info a:hover {
    color: #FF6B03;
    text-decoration: underline;
}

/* 可选：移动端优化 */
@media (max-width: 768px) {
    .site-info {
        font-size: 13px;
        margin: 10px 0;
    }
}