/* prettier-ignore */
/*# sourceMappingURL=user.css.map */

/* Menu toggler must stay visible immediately: the theme's zanim breakpoint
   detection never reports "xs", so its scroll-triggered fade-in leaves the
   mobile/tablet hamburger invisible until the user scrolls. */
@media (max-width: 991.98px) {
  .fancynavbar-toggler-icon {
    opacity: 1 !important;
  }
}

/* Inline hyperlinks (class="text-body") are colored to match plain body text
   so the default blue-underline convention is avoided, but that leaves no
   static cue that the text is a link until hovered. A muted slate blue gives
   links a permanent visual identity while keeping the hover-only underline. */
a.text-body {
  color: #4A6C8C !important;
}
