/* hide the mobile sponsor bar */
#rtd-sponsor, .wy-nav-footer { display: none !important; }

/* Top download bar */
.nb-download-top {
  display: flex;
  gap: .5rem;
  align-items: center;
  margin: 0 0 0.5rem 0;
}

/* Button look that adapts to pydata theme colors */
.nb-download-top a.btn {
  border: 1px solid var(--pst-color-primary);
  color: var(--pst-color-primary);
  background: transparent;
  padding: .25rem .5rem;
  border-radius: .25rem;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.2;
}

.nb-download-top a.btn:hover,
.nb-download-top a.btn:focus {
  background: var(--pst-color-primary);
  color: var(--pst-color-on-primary);
  text-decoration: none;
}