.site-footer {
  display: none;
}
.site-body-left-column-site-logo {
  text-align: left !important;
}
/* Zotero-style highlight colors for Obsidian, adapted for both dark and light modes,
   and made more visible for black text on black backgrounds (i.e., dark themes).
   This includes a wider range of Zotero highlight colors, including magenta. */

/* Light theme: softer backgrounds, dark text */
.theme-light .customZot-Yellow {
  background-color: rgba(255, 231, 46, 0.4) !important;
  color: #222 !important;
}
.theme-light .customZot-Green {
  background-color: rgba(140, 255, 103, 0.3) !important;
  color: #222 !important;
}
.theme-light .customZot-Blue {
  background-color: rgba(99, 176, 255, 0.32) !important;
  color: #222 !important;
}
.theme-light .customZot-Purple {
  background-color: rgba(183, 143, 255, 0.25) !important;
  color: #222 !important;
}
.theme-light .customZot-Red {
  background-color: rgba(255, 99, 99, 0.3) !important;
  color: #222 !important;
}
.theme-light .customZot-Orange {
  background-color: rgba(255, 185, 90, 0.36) !important;
  color: #222 !important;
}
.theme-light .customZot-Pink {
  background-color: rgba(250, 120, 217, 0.28) !important;
  color: #222 !important;
}
.theme-light .customZot-Gray {
  background-color: rgba(180, 180, 180, 0.28) !important;
  color: #222 !important;
}
.theme-light .customZot-Cyan {
  background-color: rgba(0, 255, 255, 0.23) !important;
  color: #222 !important;
}
.theme-light .customZot-Magenta {
  background-color: rgba(255, 0, 255, 0.23) !important;
  color: #222 !important;
}

/* Dark theme: vivid, opaque backgrounds to ensure black text visibility */
.theme-dark .customZot-Yellow {
  background-color: #ffe72e !important;
  color: #000 !important;
}
.theme-dark .customZot-Green {
  background-color: #8cff67 !important;
  color: #000 !important;
}
.theme-dark .customZot-Blue {
  background-color: #63b0ff !important;
  color: #000 !important;
}
.theme-dark .customZot-Purple {
  background-color: #b78fff !important;
  color: #000 !important;
}
.theme-dark .customZot-Red {
  background-color: #ff6363 !important;
  color: #000 !important;
}
.theme-dark .customZot-Orange {
  background-color: #ffb95a !important;
  color: #000 !important;
}
.theme-dark .customZot-Pink {
  background-color: #fa78d9 !important;
  color: #000 !important;
}
.theme-dark .customZot-Gray {
  background-color: #b4b4b4 !important;
  color: #000 !important;
}
.theme-dark .customZot-Cyan {
  background-color: #00ffff !important;
  color: #000 !important;
}
.theme-dark .customZot-Magenta {
  background-color: #ff00ff !important;
  color: #000 !important;
}

/* fallback for .customZot- classes if no theme is set */
.customZot-Yellow,
.customZot-Green,
.customZot-Blue,
.customZot-Purple,
.customZot-Red,
.customZot-Orange,
.customZot-Pink,
.customZot-Gray,
.customZot-Cyan,
.customZot-Magenta {
  background-color: #444 !important;
  color: #ffd !important;
}
.customZot-Blue,
.customZot-Purple,
.customZot-Red,
.customZot-Orange,
.customZot-Pink,
.customZot-Gray,
.customZot-Cyan {
  background-color: #444 !important;
  color: #ffd !important;
}
