/*
 * utilities.css
 * Humi UI Engine — Runtime Patch Layer
 *
 * 全局隐藏 & 安全隔离：隐私链接、评论时间、
 * SmartSupp 客服、空 Widget 白框。
 */

a.privacy-policy-link {
    display: none !important;
}

.comment-list time[itemprop="datePublished"],
.comment-meta time {
    display: none !important;
}

#smartsupp-widget-container,
.smartsupp-widget,
#widgetButtonFrame,
iframe[src*="smartsupp"] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
}

.sidebar .widget:empty {
    display: none !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
