/*
Theme Name:   Newsup Child
Theme URI:    https://www.futaike.net/
Description:  Newsup 子主题
Author:       jameszhi
Author URI:   https://www.futaike.net/
Template:     newsup
Version:      1.0.0
Text Domain:  newsup-child
*/

/* 隐藏 Newsup 原信用文字（针对常见输出） */
.mg-footer-copyright p,
.mg-footer-copyright a[href*="wordpress.org"],
.mg-footer-copyright a[href*="themeansar.com"],
.mg-footer-copyright:contains("自豪地采用"),
.mg-footer-copyright:contains("Theme: Newsup"),
.mg-footer-copyright:contains("Themeansar") {
    display: none !important;
}

/* 确保你的新内容可见并居中 */
.custom-copyright {
    text-align: center;
    font-size: 14px;
    color: #ccc;  /* 调整颜色匹配你的深色 footer */
    padding: 10px 0;
}

.custom-copyright a {
    color: #aaa;
    text-decoration: none;
}

.custom-copyright a:hover {
    text-decoration: underline;
}