/**
 * 博客发布者信息
 */

.hcn-post-publisher-meta {
    display: inline-flex !important;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
}

.hcn-meta-label {
    color: #71717a;
    font-weight: 500;
}

.hcn-post-publisher-meta .hcn-publisher-link,
.hcn-post-publisher-meta .hcn-publisher-name {
    color: #f47629 !important;
    text-decoration: none;
    font-weight: 600;
}

.hcn-post-publisher-meta .hcn-publisher-link:hover {
    color: #d45f1a !important;
    text-decoration: underline;
}

/* 列表页元信息行 */
.blog-feed-one .wp-block-group .wp-block-group:has(.wp-block-post-date) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

/* 详情页 */
.article-meta .meta-item--author {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.article-meta .meta-item--author .hcn-meta-label {
    color: #6b7280;
    font-size: 14px;
}

.article-meta .hcn-post-publisher-meta {
    font-size: 14px;
}

.article-meta .meta-item--author .hcn-meta-label::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 2px;
    vertical-align: -2px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23f47629'%3E%3Cpath d='M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* 侧栏最新文章 */
aside .wp-block-column .hcn-post-publisher-meta,
.wp-block-template-part .hcn-post-publisher-meta {
    margin-top: 4px;
    font-size: 12px;
    display: flex !important;
}

aside .hcn-post-publisher-meta .hcn-meta-label,
.wp-block-template-part .hcn-post-publisher-meta .hcn-meta-label {
    font-size: 12px;
}

aside .hcn-post-publisher-meta .hcn-publisher-link,
aside .hcn-post-publisher-meta .hcn-publisher-name {
    font-size: 12px;
}
