body {
    font-size: 14px;
}

#infolist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#infolist ul li {
  padding-top: 10px;
} 

.software li {
    padding-bottom: 8px;
}

.papers ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.papers ul li {
  padding-top: 8px;
  padding-bottom: 8px;
} 

.svg-icon{
  width:40px;
  height:40px;
  display:inline-block;
}

.svg-icon.github {
  background-image: url(github.svg);
}

.svg-icon.twitter {
  background-image: url(twitter.svg);
}

.svg-icon.linkedin {
  background-image: url(linkedin.svg);
}
/* .svg-icon.scholar {
  background-image: url(googlescholar.svg);
} */

/* Blog post styles */
.blog-posts {
  margin-top: 20px;
}

.blog-post-preview {
  margin-bottom: 20px;
}

.blog-post-preview h5 {
  margin-bottom: 8px;
}

.blog-post-preview h5 a {
  color: #333;
  text-decoration: none;
}

.blog-post-preview h5 a:hover {
  color: #007bff;
  text-decoration: underline;
}

.post-meta {
  font-size: 0.9em;
}

.post-description {
  margin-top: 10px;
  color: #555;
}

.read-more {
  font-size: 0.9em;
  text-decoration: none;
}

.read-more:hover {
  text-decoration: underline;
}

/* Individual blog post styles */
.blog-post .post-header {
  margin-bottom: 20px;
}

.blog-post .post-header h3 {
  margin-bottom: 10px;
}

.post-content {
  line-height: 1.7;
  font-size: 15px;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
}

.post-content h1 { font-size: 2em; }
.post-content h2 { font-size: 1.5em; }
.post-content h3 { font-size: 1.25em; }
.post-content h4 { font-size: 1em; }
.post-content h5 { font-size: 0.875em; }
.post-content h6 { font-size: 0.85em; }

.post-content p {
  margin-bottom: 16px;
}

.post-content ul,
.post-content ol {
  margin-bottom: 16px;
  padding-left: 2em;
}

.post-content li {
  margin-bottom: 4px;
}

.post-content code {
  background-color: #f6f8fa;
  padding: 2px 6px;
  border-radius: 3px;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
  font-size: 85%;
}

.post-content pre {
  background-color: #f6f8fa;
  padding: 16px;
  border-radius: 6px;
  overflow-x: auto;
  margin-bottom: 16px;
}

.post-content pre code {
  background-color: transparent;
  padding: 0;
  font-size: 85%;
}

.post-content blockquote {
  border-left: 4px solid #dfe2e5;
  padding-left: 16px;
  margin-left: 0;
  color: #6a737d;
  margin-bottom: 16px;
}

.post-content img {
  max-width: 100%;
  height: auto;
  margin: 16px 0;
}

.post-content a {
  color: #007bff;
  text-decoration: none;
}

.post-content a:hover {
  text-decoration: underline;
}

.post-content table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 16px;
}

.post-content table th,
.post-content table td {
  padding: 6px 13px;
  border: 1px solid #dfe2e5;
}

.post-content table tr {
  background-color: #fff;
  border-top: 1px solid #c6cbd1;
}

.post-content table tr:nth-child(2n) {
  background-color: #f6f8fa;
}

.post-tags .badge {
  margin-right: 4px;
  font-size: 0.85em;
  font-weight: normal;
}