
/* Hide Helix Featured badge */
.article-list .article .featured-article-badge,
.article-details .featured-article-badge {
    display: none !important;
    visibility: hidden !important;
}

/* Fix Helix menu arrows after update */
body.ltr .sp-megamenu-parent > li.sp-has-child > a::after,
body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
 content: "" !important;
 display: inline-block !important;
 width: 6px !important;
 height: 6px !important;
 margin-left: 9px !important;
 border-right: 2px solid currentColor !important;
 border-bottom: 2px solid currentColor !important;
 transform: rotate(45deg) translateY(-2px) !important;
 font-family: inherit !important;
 vertical-align: middle !important;
}
body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a::after {
 content: "" !important;
 display: inline-block !important;
 width: 6px !important;
 height: 6px !important;
 border-right: 2px solid currentColor !important;
 border-bottom: 2px solid currentColor !important;
 transform: rotate(-45deg) !important;
 font-family: inherit !important;
}

/* Fix menu arrow position */
body.ltr .sp-megamenu-parent > li.sp-has-child > a::after,
body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
 position: static !important;
 top: auto !important;
 right: auto !important;
 bottom: auto !important;
 left: auto !important;
 float: none !important;
 margin: 0 0 3px 9px !important;
 transform: rotate(45deg) !important;
}
