/* Custom styles for zorian15.github.io */

/* Publication images */
.quarto-figure img {
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

/* About page image */
.about-entity img {
  border: 2px solid #dee2e6;
}

/* Footer styling */
.nav-footer {
  background-color: #f8f9fa;
}

/* Blog post cards */
.quarto-post {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #dee2e6;
}

/* CV download button styling */
.btn-primary {
  background-color: #0d6efd;
  border-color: #0d6efd;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.btn-primary:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
