/* 子比标签胶囊自定义 - 前台样式 */

.posts-item .item-tags .ztc-custom-tag {
    border: none;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

.posts-item .item-tags .ztc-custom-tag .icon,
.posts-item .item-tags .ztc-custom-tag .svg-symbol,
.posts-item .item-tags .ztc-custom-tag .svg-icon,
.posts-item .item-tags .ztc-custom-tag .fa {
    width: 1em;
    height: 1em;
    fill: currentColor;
    font-size: 0.9em;
}

/* 倒计时数字：等宽，避免每秒跳动 */
.ztc-countdown {
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum";
    white-space: nowrap;
}

/* 倒计时结束后：胶囊变灰（默认规则作用于 .meta-pay，自定义规则作用于 .ztc-custom-tag） */
.posts-item .item-tags .meta-pay.ztc-ended,
.posts-item .item-tags .ztc-custom-tag.ztc-ended {
    filter: grayscale(100%);
    opacity: 0.55;
}

/* 优惠码占位符：可点击复制 */
.posts-item .item-tags .ztc-coupon {
    cursor: pointer;
    font-weight: 600;
    text-decoration: underline dotted;
    text-underline-offset: 2px;
    white-space: nowrap;
}

.posts-item .item-tags .ztc-coupon:hover {
    opacity: 0.85;
}
