/*
Theme Name: Jinko - Child Theme
Template: jinko
*/

/* === 全站隐藏元数据（强化版） === */
.entry-meta,
.post-meta,
.author-meta,
.footer-meta,
.entry-meta-author,
.entry-meta-date,
.entry-meta-comment-count,
.entry-meta-avatar,
.entry-meta-read-time,
.readtime,
.category-meta,
.multi-meta-items,
.has-dates .wp-block-latest-posts__post-date,
.byline,
.posted-on,
li.entry-meta-author,
li.entry-meta-date,
li.entry-meta-comment-count,
li.entry-meta-avatar,
li.entry-meta-read-time,
.entry-meta-author.visible-mobile,
.entry-meta-avatar.visible-mobile,
.entry-meta-date.visible-mobile,
.post-meta.has-avatar,
.post-meta.multi-line,
div.author-meta,
[class*="author-meta"],
[class*="entry-meta-author"],
[class*="entry-meta-avatar"],
[class*="entry-meta-date"],
[class*="entry-meta-comment"],
[class*="entry-meta-read"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

/* === 文章卡片图片 === */
.post-thumbnail img,
.entry-image img,
article .wp-post-image,
.post-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* === 隐藏汉堡菜单 === */
.toggle.toggle-menu,
.toggle-sidebar,
.toggle-sidebar-header {
  display: none !important;
}

/* Home/archive/search excerpt clamp */
body.home article .entry-content,
body.archive article .entry-content,
body.search article .entry-content,
body.home article .entry-summary,
body.archive article .entry-summary,
body.search article .entry-summary,
body.home article .post-content,
body.archive article .post-content,
body.search article .post-content {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
