/* 
 * Custom CSS for Footnotes Made Easy plugin
 * Plugin : version 1.0.2
 * Last update : 17/04/2022
 */

.footnote-back-link-wrapper{
  margin-left: 0.1em;
  margin-right: 0.5em;
}

/* NNBSP avant l'appel de note de bas de page */
a.footnote-identifier-link::before {
  content: "\0202F";
}

a.footnote-link {
  text-decoration: none;
}
a.footnote-link:hover {
  text-decortation: underline;
}
