/* 工作日推算专属样式 */

.tui-dir-row {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.5rem 0;
}

.tui-radio-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 0.95rem;
    color: #444;
}

.tui-result {
    margin-top: 1.5rem;
}

.tui-main {
    text-align: center;
    padding: 1.5rem;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.tui-res-label {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.tui-res-date {
    font-size: 2.2rem;
    font-weight: 800;
    color: #2563eb;
    font-family: 'Fira Code', monospace;
}

.tui-res-week {
    font-size: 1rem;
    color: #666;
    margin-top: 0.3rem;
}

.tui-detail {
    padding: 0.75rem 1rem;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.7;
}

/* 参考表 */
.tz-table-wrap { overflow-x: auto; }
.tz-ref-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.tz-ref-table th { background: #f5f5f5; padding: 0.6rem 0.8rem; text-align: left; border-bottom: 2px solid #e0e0e0; font-weight: 600; }
.tz-ref-table td { padding: 0.6rem 0.8rem; border-bottom: 1px solid #f0f0f0; color: #444; }
.tz-ref-table tr:hover td { background: #fafafa; }
