/* 补发规则卡片 */
.reissue-rule-card {
    margin-top: 16px;
    padding: 16px;
    background: #ECFDF5;
    border: 1px solid #6EE7B7;
    border-radius: 12px;
}

.reissue-rule-card.disabled {
    background: #F3F4F6;
    border-color: #D1D5DB;
}

.rule-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.rule-icon {
    font-size: 20px;
}

.rule-title {
    font-size: 16px;
    font-weight: 600;
    color: #065F46;
}

.reissue-rule-card.disabled .rule-title {
    color: #6B7280;
}

.rule-info {
    margin-bottom: 8px;
}

.rule-tip {
    font-size: 14px;
    color: #6B7280;
}

.info-value.highlight {
    color: #059669;
    font-weight: 600;
    font-size: 18px;
}

.no-remain-tip {
    margin-top: 16px;
    text-align: center;
}

.no-remain-tip .tip-text {
    font-size: 14px;
    color: #EF4444;
}
