/* Photo styling */
.about-image {
  border-radius: 50%;
  max-width: 200px;
  margin-bottom: 1.5rem;
}

/* BibTeX toggle styling */
details summary {
  cursor: pointer;
  color: var(--bs-primary);
  font-size: 0.9rem;
}

details summary:hover {
  text-decoration: underline;
}

details pre {
  margin-top: 0.5rem;
  font-size: 0.8rem;
}

/* Publication entry spacing */
.publication-entry {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--bs-border-color);
}

.publication-entry:last-child {
  border-bottom: none;
}

/* LinkedIn button on home page */
.linkedin-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
