/* Hide sphinx-gallery signature */
p.sphx-glr-signature a.reference.external {
  font-size: 0% !important;
}

/* backreference links: restore hover decoration that SG removes */
a.sphx-glr-backref-instance:hover {
    text-decoration: underline;
}
/* backreference links: make non-MRI-NUFFT func/meth calls resemble regular code */
a[class^="sphx-glr-backref-module"] {
    color: var(--pst-color-text-base);
}
/* backreference links: make MRI-NUFFT calls bold and colorful */
a[class^="sphx-glr-backref-module-mrinufft"] {
    color: var(--pst-color-link);
    font-weight: var(--mne-font-weight-semibold);
}

/* hide download link note */

.sphx-glr-download-link-note, /* Download link note in header */
.binder-badge,                /* Binder launch badge in footer */
.lite-badge,                  /* Lite launch badge in footer */
.sphx-glr-download-jupyter,   /* Download Jupyter notebook link in footer */
.sphx-glr-download-python,    /* Download Python script link in footer */
.sphx-glr-download-zip        /* Download zipped link in footer */
{
  display: none;
}
