/*
Theme Name: Pix Child
Theme URI: https://example.com/pix-child
Description: Pix 子主题（黑白灰与专属夜间扩展）
Author: Kira
Template: pix
Version: 1.0.0
Text Domain: pix-child
*/

/* 首页卡片：点赞/分享图标与热区增强 */
.normal_content .post_footer_meta .right,
.normal_card_content .post_footer_meta .right,
.normal_grid_content .post_footer_meta .right {
  gap: 8px;
}

.normal_content .post_footer_meta .right a.up_like,
.normal_card_content .post_footer_meta .right a.up_like,
.normal_grid_content .post_footer_meta .right a.up_like,
.normal_content .post_footer_meta .right .pix_share_btn .share_btn_icon,
.normal_card_content .post_footer_meta .right .pix_share_btn .share_btn_icon,
.normal_grid_content .post_footer_meta .right .pix_share_btn .share_btn_icon {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
}

.normal_content .post_footer_meta .right a.up_like span,
.normal_card_content .post_footer_meta .right a.up_like span,
.normal_grid_content .post_footer_meta .right a.up_like span {
  font-size: 14px;
}

.normal_content .post_footer_meta .right a.up_like i,
.normal_card_content .post_footer_meta .right a.up_like i,
.normal_grid_content .post_footer_meta .right a.up_like i,
.normal_content .post_footer_meta .right .pix_share_btn .share_btn_icon i,
.normal_card_content .post_footer_meta .right .pix_share_btn .share_btn_icon i,
.normal_grid_content .post_footer_meta .right .pix_share_btn .share_btn_icon i {
  font-size: 18px;
}

/* 菜单 SVG 图标显示 */
.pix_child_nav_svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  vertical-align: middle;
}

.pix_child_nav_svg svg {
  width: 18px;
  height: 18px;
  display: block;
}

