/* WeChat z-index styles */
/* This file was created to fix 404 errors */

/* Placeholder for WeChat z-index styles */
.wechat-widget {
    z-index: 9999;
    /* Ensure WeChat widget appears above other elements */
}

/* Fix for WeChat hover menu being blocked by other elements */
.wechat-hover-trigger {
    position: relative;
    z-index: 99999;
    /* Ensure trigger is above other elements */
}

.wechat-hover-content {
    position: absolute;
    z-index: 99999;
    /* Ensure hover content appears above all other elements */
}