.PlogListTable_table__4MWWC {
  max-width: 100%;
  min-width: 0;
  border: 1px solid var(--primary-alpha-15);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.PlogListTable_body__mCo2D {
  display: flex;
  flex-direction: column;
}
.PlogListTable_row__h3G5X {
  display: flex;
  align-items: stretch;
  gap: 20px;
  padding: 24px 32px;
  text-decoration: none;
  color: inherit;
  min-width: 0;
  border-bottom: 1px solid var(--primary-alpha-25, rgba(var(--primary-rgb), 0.25));
  transition: background 0.2s ease;
}
.PlogListTable_row__h3G5X:hover {
  background: rgba(var(--primary-rgb), 0.06);
}
.PlogListTable_row__h3G5X:last-child {
  border-bottom: none;
}
.PlogListTable_bodyText__1kW3D {
  flex: 1 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}
.PlogListTable_titleRow__3IY6m {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
}
.PlogListTable_title__16mok {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--text-primary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: 0 0 8px rgba(var(--primary-rgb), calc(var(--text-glow-intensity, 1) * 0.28));
}
.PlogListTable_summary__gcAjE {
  margin: 0;
  min-width: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-secondary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 3em;
}
.PlogListTable_foot__PirvC {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  min-width: 0;
  font-size: 12px;
  color: var(--text-secondary);
}
.PlogListTable_titleRow__3IY6m .hunt-ui-badge,
.PlogListTable_foot__PirvC .hunt-ui-badge {
  line-height: 1.2;
  min-height: 20px;
  box-sizing: border-box;
}
.PlogListTable_authorCell__K2dN4 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  max-width: 11rem;
}
.PlogListTable_authorAvatar__yKEJy {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.PlogListTable_authorName__fE0iq {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.PlogListTable_coauthorMore__Kj9Q1 {
  color: var(--text-muted);
  white-space: nowrap;
}
.PlogListTable_stats__7JUm0 {
  flex-shrink: 0;
}
.PlogListTable_dateWide__ym01T,
.PlogListTable_dateNarrow__xfzky {
  white-space: nowrap;
  color: var(--text-muted);
}
.PlogListTable_dateNarrow__xfzky {
  display: none;
}
.PlogListTable_cover__2Qz3g {
  flex-shrink: 0;
  width: 132px;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--bg-secondary);
  align-self: center;
}
.PlogListTable_coverImg__1lvZL {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .PlogListTable_row__h3G5X {
    gap: 12px;
    padding: 12px;
  }
  .PlogListTable_title__16mok {
    font-size: 14px;
  }
  .PlogListTable_authorCell__K2dN4 {
    max-width: 8rem;
  }
  .PlogListTable_dateWide__ym01T {
    display: none;
  }
  .PlogListTable_dateNarrow__xfzky {
    display: inline;
  }
  .PlogListTable_cover__2Qz3g {
    width: 72px;
  }
}
@media (max-width: 420px) {
  .PlogListTable_row__h3G5X {
    padding: 10px;
    gap: 10px;
  }
  .PlogListTable_cover__2Qz3g {
    width: 64px;
  }
  .PlogListTable_authorCell__K2dN4 {
    max-width: 6.5rem;
  }
  .PlogListTable_titleRow__3IY6m .hunt-ui-badge,
  .PlogListTable_foot__PirvC .hunt-ui-badge {
    padding: 0 4px;
    font-size: 10px;
    min-height: 16px;
    line-height: 16px;
  }
}

