.about-card { border: 0.5px solid #e0e0e0; border-radius: 12px; padding: 1.25rem; margin-bottom: 1.25rem; }
.about-header { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 1rem; }
.about-avatar { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; }
.about-name { font-size: 17px; font-weight: 500; margin-bottom: 3px; }
.about-role { font-size: 13px; color: #666; line-height: 1.5; }
.about-bio { font-size: 14px; color: #555; line-height: 1.7; margin-bottom: 1rem; }
.about-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 1rem; }
.about-tag { font-size: 12px; padding: 3px 10px; border-radius: 20px; background: #E6F1FB; color: #0C447C; }
.about-links { display: flex; flex-wrap: wrap; gap: 8px; }
.about-link { font-size: 13px; padding: 5px 12px; border: 0.5px solid #ddd; border-radius: 8px; color: #555; text-decoration: none; }
.about-link:hover { background: #f5f5f5; }
.about-section { border: 0.5px solid #e0e0e0; border-radius: 12px; padding: 1.25rem; margin-bottom: 1.25rem; }
.about-section-title { font-size: 12px; font-weight: 500; color: #888; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 1rem; }
.about-post-date { font-size: 12px; color: #888; margin-bottom: 4px; }
.about-post-title a { font-size: 15px; font-weight: 500; color: #222; text-decoration: none; }
.about-post-title a:hover { text-decoration: underline; }
.about-post-excerpt { font-size: 13px; color: #666; line-height: 1.6; margin: 6px 0 10px; }
.about-post-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.about-post-tag { font-size: 11px; padding: 2px 8px; border-radius: 20px; background: #f0f0f0; color: #666; }
.about-project-name { font-size: 15px; font-weight: 500; margin-bottom: 6px; }
.about-project-desc { font-size: 13px; color: #666; line-height: 1.6; margin-bottom: 8px; }
.about-project-link { font-size: 13px; color: #185FA5; text-decoration: none; }
.about-pubs-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.75rem; }
.about-pubs-header .about-section-title { margin-bottom: 0; }
.about-zotero-link { font-size: 13px; color: #185FA5; text-decoration: none; }