/* Custom styles for The Clinical AI Field Guide */

/* ============================================
   REFERENCES PAGE STYLING
   ============================================ */

/* Style for the references container */
#refs {
  margin-top: 1.5rem;
}

/* Base styling for all reference entries */
#refs .csl-entry {
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.6;
  border-radius: 4px;
  background-color: rgba(128, 128, 128, 0.05);
}

/* Alternating background for easier scanning */
#refs .csl-entry:nth-child(odd) {
  background-color: transparent;
}

/* Dark mode adjustments */
.quarto-dark #refs .csl-entry {
  background-color: rgba(255, 255, 255, 0.05);
}

.quarto-dark #refs .csl-entry:nth-child(odd) {
  background-color: transparent;
}
