/* 绿色背景杀手 - 彻底移除所有绿色背景 */

/* 移除所有可能的伪元素 */
body.single .zib-netdisk-download-section *::before,
body.single .zib-netdisk-download-section *::after,
body.single div[id^="zib-netdisk-buttons-"] *::before,
body.single div[id^="zib-netdisk-buttons-"] *::after,
body.single table[style*="border-collapse:collapse"] *::before,
body.single table[style*="table-layout:fixed"] *::before,
body.single table[style*="border-collapse:collapse"] *::after,
body.single table[style*="table-layout:fixed"] *::after {
    display: none !important;
    content: none !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 强制所有td相关元素透明 */
body.single td::before,
body.single td::after,
body.single tr::before,
body.single tr::after,
body.single tbody::before,
body.single tbody::after,
body.single table::before,
body.single table::after,
body.single .zib-netdisk-download-section td::before,
body.single .zib-netdisk-download-section td::after,
body.single .zib-netdisk-download-section tr::before,
body.single .zib-netdisk-download-section tr::after,
body.single .zib-netdisk-download-section tbody::before,
body.single .zib-netdisk-download-section tbody::after,
body.single .zib-netdisk-download-section table::before,
body.single .zib-netdisk-download-section table::after {
    display: none !important;
    content: none !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 强制table、tbody、tr、td透明 */
body.single .zib-netdisk-download-section table,
body.single .zib-netdisk-download-section tbody,
body.single .zib-netdisk-download-section tr,
body.single .zib-netdisk-download-section td,
body.single div[id^="zib-netdisk-buttons-"] table,
body.single div[id^="zib-netdisk-buttons-"] tbody,
body.single div[id^="zib-netdisk-buttons-"] tr,
body.single div[id^="zib-netdisk-buttons-"] td {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* 移除所有可能的绿色背景 */
body.single [style*="d4edda"],
body.single [style*="rgb(212, 237, 218)"],
body.single [style*="#155724"],
body.single [style*="#28a745"],
body.single *::before[style*="d4edda"],
body.single *::before[style*="rgb(212, 237, 218)"],
body.single *::after[style*="d4edda"],
body.single *::after[style*="rgb(212, 237, 218)"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
}

