/* RootPilot in the services menu: thin outline + a small New pill on the same line. */

.header-bottom-menu:has(> .menu-item-new) {
    align-items: center;
}

.header-bottom-menu > .menu-item-new > a {
    gap: 6px;
    padding: 3px 8px 3px 10px;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px #fd7b39;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.header-bottom-menu > .menu-item-new .menu-new {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    height: 15px;
    margin: 0;
    padding: 0 5px;
    border-radius: 999px;
    background: #fd7b39;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

/* Mobile services list: full-width row, badge on the right, no bulky frame. */
#mobile-submenu-portal .submenu:not(.submenu--cards) > .menu-item-new > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    box-shadow: none;
    border-radius: 0;
}

#mobile-submenu-portal .submenu:not(.submenu--cards) > .menu-item-new .menu-new {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    height: 18px;
    margin: 0;
    padding: 0 7px;
    border-radius: 999px;
    background: #fd7b39;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1;
    text-transform: uppercase;
}
