/*
 * Existing AI Lab items are cloned so the theme's own styles remain in control.
 * These rules only provide a safe baseline for the fallback item.
 */
.tif-slr-auto-menu-item {
    box-sizing: border-box;
}

.tif-slr-auto-menu-item > a,
.tif-slr-auto-menu-item a[data-tif-slr-menu-link="1"] {
    box-sizing: border-box;
    cursor: pointer;
}
