/* CSS fix for header underline positioning */
/* Makes underline sit directly under the text and match its width */

/* General rule for all sidebar section headers with orange underline */
#sidebar section header.major,
#menu header.major {
    display: inline-block;
    width: auto;
    border-bottom: solid 2px #E25541 !important;
    padding-bottom: 0;
    margin-bottom: 1rem;
}

#sidebar section header.major h2,
#menu header.major h2 {
    margin-bottom: 0.5rem;
}

/* Override for search section if needed */
#sidebar section#search {
    border-bottom: none !important;
}
