/* ---- 输入说明 ---- */
.cnv-tip {
    font-size: 12px;
    color: #9ca3af;
    line-height: 1.6;
    padding: 4px 2px 0;
}

.tip {
    font-size: 12px;
    color: #9ca3af;
    font-weight: 400;
}

/* 等宽数值展示 */
.summary-value,
.item-value.mono {
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
    word-break: break-all;
}

.hero-result .amount.small {
    font-size: 20px;
    word-break: break-all;
    line-height: 1.4;
}
