/* Football at Home - Navigation Highlight Effect */

li.mfa-fh-nav-highlight > a {
    position: relative;
}

/* Static 'NEW' Badge */
li.mfa-fh-nav-highlight > a::after {
    content: "NEW";
    background: #FFD21F;
    color: #111;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    padding: 4px 7px;
    border-radius: 6px;
    white-space: nowrap;
    position: absolute;
    top: -13px;
    right: 5px;
    z-index: 20;
}