/* ================================================================
   菜刀客在线工具页 · timeDifference.html 私有样式
   需在 /css/common.css 之后加载。
   ================================================================ */

/* ---- hero 中长文本换行 ---- */
.hero-result .amount {
    font-size: 26px;
    word-break: break-all;
}

/* ---- 日期时间输入行（输入框 + 「现在」按钮） ---- */
.datetime-row {
    display: flex;
    gap: 8px;
    align-items: center;
}

.datetime-row .form-control {
    flex: 1;
}

.datetime-row .btn {
    white-space: nowrap;
}

/* ---- 结果统计数字对齐 ---- */
.summary-row .item-value {
    font-variant-numeric: tabular-nums;
}

/* ---- 复选框 ---- */
.opt-check {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #374151;
    cursor: pointer;
    white-space: nowrap;
}

.opt-check input {
    accent-color: #667eea;
}