/* 一秒互联公司  www.yimiaonet.com */
.community-status-filters button b {
    min-width: 18px;
    margin-left: 5px;
    padding: 1px 5px;
    border-radius: 9px;
    background: #eef2f6;
    color: #667085;
    font-size: 10px;
}

/* 一秒互联公司  www.yimiaonet.com：发布入口改为新窗口链接，保持与侧栏按钮一致。 */
.community-side-publish {
    background: #fff;
    border: 1px solid var(--cm-blue, #0052d9);
    border-radius: 4px;
    color: var(--cm-blue, #0052d9);
    display: block;
    font-size: 13px;
    min-height: 36px;
    padding: 9px 10px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.community-side-publish:hover {
    background: #e8f3ff;
}

/* 一秒互联公司  www.yimiaonet.com：无主程序授权时给出明确的购买入口。 */
.community-market-buy-core {
    align-items: center;
    background: #0052d9;
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    min-height: 40px;
    padding: 0 18px;
    text-decoration: none;
}

.community-status-filters button.is-active b {
    background: rgba(255, 255, 255, .85);
    color: inherit;
}

.community-growth-panel > div {
    border-top: 1px solid #edf0f3;
}

.community-level-step {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 7px;
    align-items: center;
    min-height: 38px;
    padding: 0 2px;
    border-bottom: 1px solid #f0f2f5;
}

.community-level-step > span {
    font-size: 11px;
    font-weight: 800;
}

.community-level-step > strong {
    color: #344054;
    font-size: 12px;
}

.community-level-step > small {
    color: #98a2b3;
    font-size: 10px;
}

.community-experience-rules {
    padding-top: 8px;
}

.community-experience-rules > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px;
    padding: 6px 2px;
}

.community-experience-rules span {
    color: #475467;
    font-size: 11px;
}

.community-experience-rules strong {
    color: var(--cm-teal);
    font-size: 11px;
}

.community-experience-rules small {
    grid-column: 1 / 3;
    color: #98a2b3;
    font-size: 9px;
}

.community-official-label {
    display: inline-flex;
    min-height: 36px;
    margin-left: auto;
    align-items: center;
    padding: 0 13px;
    border: 1px solid #b9cef5;
    border-radius: 4px;
    background: #edf4ff;
    color: var(--cm-blue);
    font-size: 12px;
    font-weight: 700;
}

.community-author-site {
    display: inline-block;
    margin-top: 7px;
    color: var(--cm-blue);
    font-size: 12px;
    text-decoration: none;
}

.community-official-intro {
    margin: 16px 20px;
    padding: 15px;
    border: 1px solid #d9e5f7;
    background: #f5f8fd;
}

.community-official-intro strong {
    color: #244a84;
    font-size: 13px;
}

.community-official-intro p {
    margin: 6px 0 0;
    color: #5f6f85;
    font-size: 13px;
    line-height: 1.7;
}

.community-market-version {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 10px;
}

.community-market-version span {
    padding: 3px 6px;
    border: 1px solid #e4e7ec;
    border-radius: 3px;
    background: #fff;
    color: #667085;
    font-size: 10px;
}

.community-market-publisher-line {
    display: flex;
    gap: 7px;
    align-items: center;
    margin-top: 10px;
    color: #475467;
    font-size: 11px;
}

.community-market-verified {
    padding: 2px 5px;
    border-radius: 3px;
    background: #ecfdf3;
    color: #067647;
    font-size: 9px;
    font-weight: 700;
}

.community-market-card-body > p {
    height: auto;
    min-height: 42px;
}

.community-toolbar form > button {
    min-width: 72px;
    white-space: nowrap;
}

@media (max-width: 800px) {
    .community-official-label {
        margin-left: 0;
    }

    .community-author-summary {
        flex-wrap: wrap;
    }

    .community-author-summary > div {
        flex: 1;
    }

    .community-author-summary .community-official-label {
        width: 100%;
        justify-content: center;
    }

    /* 一秒互联公司  www.yimiaonet.com：手机端主要操作保持清晰、可触控。 */
    .community-toolbar nav button,
    .community-toolbar form > button,
    .community-notification-toggle,
    .community-publish,
    .community-notice button,
    .community-category-panel nav button,
    .community-sort button,
    .community-status-filters button,
    .community-tag-filters button,
    .community-pagination button,
    .community-side-action button,
    .community-market-filters nav button,
    .community-market-acquire > button,
    .community-market-publisher button {
        min-height: 44px;
    }

    .community-post-item h3 button,
    .community-author-button,
    .community-post-tags .community-tag {
        min-height: 44px;
    }

    .community-post-item h3 button,
    .community-author-button {
        display: inline-flex;
        align-items: center;
    }

    .community-notice button,
    .community-pagination button {
        min-width: 44px;
    }
}
