/*
 * Magnific Popup "查看原图"链接隐藏修复
 * 解决弹窗底部出现多余文字的问题
 */

/* 隐藏底部工具栏 */
.mfp-bottom-bar {
    display: none !important;
}

/* 隐藏关闭按钮（如果不需要） */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    display: none !important;
}

/* 隐藏图片计数器 */
.mfp-bottom-bar .mfp-counter {
    display: none !important;
}

/* 隐藏"查看原图"链接 */
a.image-source-link {
    display: none !important;
}

/* 隐藏&middot分隔符 */
.mfp-bottom-bar::before {
    display: none !important;
}

/* 确保图片完整显示 */
.mfp-figure {
    margin: 0 !important;
}

.mfp-figure figure {
    margin: 0 !important;
}

.mfp-figure img {
    margin: 0 !important;
    max-width: 100% !important;
    height: auto !important;
}

/* 隐藏可能出现的其他额外元素 */
.mfp-bottom-bar .mfp-title {
    display: none !important;
}

.mfp-bottom-bar .mfp-description {
    display: none !important;
}
