/**
 * Frontend navigation accessibility boundary.
 *
 * SWELL's mobile drawer uses `.c-smallNavTitle.desc` for the small English
 * label. The theme's normal text color is too dark on the drawer's navy
 * background. Keep the selector scoped to the drawer so the theme's header,
 * article copy, and other navigation surfaces remain untouched.
 */
.p-spMenu .c-smallNavTitle.desc,
.p-spMenu .c-smallNavTitle.desc a {
    color: #ededed !important;
    opacity: 1;
}
