/* Forum nav button in mobile sidebar — only when forum CTA is enabled. */

#sidebar .sidebar-slide[data-slide="1"] .menu a:not(.menu-link--stacked):not(.btn-custom--forum) {
    line-height: 1.15;
    padding-bottom: 2px;
}

#sidebar .sidebar-slide[data-slide="1"] .menu a:not(.menu-link--stacked):not(.btn-custom--forum)::after {
    bottom: 0;
}

#sidebar .sidebar-slide[data-slide="1"] .menu a:not(.menu-link--stacked):not(.btn-custom--forum):hover::after,
#sidebar .sidebar-slide[data-slide="1"] .menu a:not(.menu-link--stacked):not(.btn-custom--forum).active::after {
    bottom: 0;
}

#sidebar .sidebar-slide[data-slide="1"] .menu a.btn-custom--forum {
    line-height: 28px;
    padding: 0 10px;
    margin-bottom: 5px;
    margin-top: 2px;
}
