/* AI悬浮菜单图标居中样式 */
#ai-float-menu .grid a > div {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 2rem !important;
    height: 2rem !important;
}

#ai-float-menu .grid a > div svg {
    width: 1rem !important;
    height: 1rem !important;
    display: block !important;
    margin: auto !important;
}

/* 确保图标容器完全居中 */
#ai-float-menu .grid a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

/* 确保文本也居中 */
#ai-float-menu .grid a .text-xs {
    text-align: center !important;
    width: 100% !important;
}