/* Citas bibliograficas */
.hide-citations .citation {
  display: none !important;
}

/* Estilo para ocultar las citas */
.hide-citations .citation {
  display: none !important;
}

/* Ayuda a acortar los titulos de capitulos en el TOC */
.sidebar #TOC .toc-ignore {
  display: none;
}

/* Botón para ocultar/mostrar las citas */
#toggle-citations-btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
  padding: 2px 4px;
  font-size: 9px;
  font-family: sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ddd;
  color: #666;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s ease;
}

#toggle-citations-btn:hover {
  background: #f4f4f4;
  color: #333;
  border-color: #bbb;
}

/* Bootstrap */
main.content > section:first-of-type > h2:first-child,
main.content > section:first-of-type > .h2:first-child {
    margin-top: revert;
}

#quarto-sidebar > .sidebar-tools-main {
    display: flex;
    margin-top: .5em;
}
