/* 政策/法规列表页补充规则（保留少量业务差异） */

/* 法规列表：级别/分类与关键词同一行时，对齐关键词小标签 */
.law-list-tags-row .project-card-tag,
.policy-list-keyword-row .project-card-tag {
    margin-bottom: 0;
}

/* 关键词行末尾「是否有效」前的竖向分割 */
.lib-list-inline-divider {
    flex-shrink: 0;
    width: 1px;
    height: 1.15em;
    align-self: center;
    background: #94a3b8;
    border-radius: 1px;
    margin-left: 6px;
    margin-right: 2px;
    opacity: 0.65;
}

.activity-type-tag.level-national,
.activity-type-tag.level-local,
.activity-type-tag.level-industry {
    background-color: #eff6ff;
    border: 1px solid #bfdbfe;
}

.activity-type-tag.level-national {
    color: #9f1239;
}

.activity-type-tag.level-local {
    color: #1d4ed8;
}

.activity-type-tag.level-industry {
    color: #b45309;
}

.law-list-item-card {
    margin-bottom: 8px;
}

.law-list-item-card:last-child {
    margin-bottom: 0;
}

/* 卡片标题链接、list-line* 见 style.css */

.policy-card--list {
    margin-bottom: 20px;
    padding: 18px 20px;
}

.policy-card--list .row {
    align-items: flex-start;
}

.policy-card.policy-card--list .policy-tag {
    font-size: 0.78rem;
    padding-top: 2px;
    padding-bottom: 2px;
}

.list-action-btn {
    min-width: 92px;
    height: 34px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 500;
}

.list-action-col {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* 有效性胶囊：色与形见 common.css */
.validity-badge {
    font-size: var(--meta-chip-fs);
}
