/**


/* 针对特定子菜单项 */
.submenu-font-14 > a {
    font-size: 14px !important;
}

/* 或针对所有子菜单 */
.sub-menu li a {
    font-size: 14px;
}
/* 强制单行显示 */
.ast-desktop .sub-menu li {
    white-space: nowrap !important;  /* 禁止自动换行 */
    min-width: 180px;  /* 基础宽度保障 */
}

/* 调整子菜单容器 */
.astra-menu-animation-fade .sub-menu {
    min-width: auto !important;  /* 解除默认限制 */
    width: max-content !important;  /* 自适应内容宽度 */
}
