/* 管理员运营工具页样式 */

/* 功能入口图标颜色 - 确保无边框无投影 */
.function-grid .grid-item[href*="product-apply"] .grid-icon {
    background-color: #E6F7FF;
    border: none !important;
    box-shadow: none !important;
}

.function-grid .grid-item[href*="coupon-send"] .grid-icon {
    background-color: #FFF1F0;
    border: none !important;
    box-shadow: none !important;
}

.function-grid .grid-item[href*="notice-send"] .grid-icon {
    background-color: #F0F9FF;
    border: none !important;
    box-shadow: none !important;
}

.function-grid .grid-item[href*="referral-code"] .grid-icon {
    background-color: #F0F5FF;
    border: none !important;
    box-shadow: none !important;
}

/* 确保grid-item本身也没有边框和投影 */
.function-grid .grid-item {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

