/* Custom styling for technical content */
.jupyter-wrapper {
  margin: 1rem 0;
}

.cell-output-display {
  margin: 1rem 0;
}

/* Better code block styling */
pre {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 0.375rem;
  padding: 1rem;
}

/* Professional figure styling */
figure {
  text-align: center;
  margin: 2rem 0;
}

figcaption {
  font-style: italic;
  color: #6c757d;
  margin-top: 0.5rem;
}

/* Mathematical notation */
.katex {
  font-size: 1.1em;
}

/* Author and affiliation styling */
.author-info {
  margin-bottom: 2rem;
  padding: 1rem;
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  border-left: 4px solid #007bff;
}

.author-name {
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
}

.author-name:hover {
  text-decoration: underline;
}

.affiliation {
  color: #6c757d;
  margin-top: 0.5rem;
}

.affiliation a {
  color: #28a745;
  text-decoration: none;
}

.affiliation a:hover {
  text-decoration: underline;
}