/* Match header menu typography; preserve the sticky menu surface and layout. */
html body .sticky-overflow-menu p {
 font-size:1.05rem!important;
 font-weight:700!important;
 text-decoration:underline!important;
 text-underline-offset:3px;
}
html body .sticky-overflow-menu a {
 font-size:.93rem!important;
 text-decoration:none!important;
}
html body .sticky-overflow-menu a:is(:hover,:focus-visible) {
 text-decoration:underline!important;
 text-underline-offset:3px;
}
