.item-title a {
  font-family: 'IBM Plex Sans', 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  color: #1a1a1b;
}

.item-meta {
  font-family: 'IBM Plex Sans', 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 400;
  color: #787c7e;
  margin-top: 6px;
  line-height: 1.25;
}

.item-meta .meta-author {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #5a5e61;
  font-weight: 500;
  line-height: 1;
  vertical-align: middle;
}

.item-meta .meta-author-logo {
  width: 13px;
  height: 13px;
  object-fit: cover;
  display: inline-block;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
