/* ================================================================
   菜刀客在线工具页 · wuxianyijin.html 私有样式
   需在 /css/common.css 之后加载。
   ================================================================ */

/* ---- 五险一金明细表：个人/单位 双列金额 ---- */
table.five-detail {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    min-width: 560px;
}

table.five-detail th {
    background: #f9fafb;
    color: #374151;
    font-weight: 600;
    padding: 10px 12px;
    text-align: right;
    position: sticky;
    top: 0;
    border-bottom: 1px solid #e5e7eb;
    z-index: 1;
}

table.five-detail th:first-child,
table.five-detail td:first-child {
    text-align: center;
}

table.five-detail td {
    padding: 8px 12px;
    border-bottom: 1px solid #f3f4f6;
    text-align: right;
    color: #4b5563;
    font-variant-numeric: tabular-nums;
}

table.five-detail tr:hover td {
    background: #fafbff;
}

table.five-detail tr:last-child td {
    border-bottom: none;
}

table.five-detail td .rate-note {
    display: block;
    font-size: 11px;
    color: #9ca3af;
    font-weight: 400;
}

table.five-detail tr.total-row td {
    background: #eef2ff;
    color: #4338ca;
    font-weight: 600;
    border-top: 2px solid #c7d2fe;
}

table.five-detail td.warn {
    color: #9ca3af;
    font-style: italic;
}

/* ---- 城市预设提示 ---- */
.city-tip {
    font-size: 12px;
    color: #9ca3af;
    line-height: 1.6;
    padding: 8px 10px;
    background: #f9fafb;
    border: 1px dashed #e5e7eb;
    border-radius: 6px;
}

/* ---- 共享基数开关行 ---- */
.base-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.base-row .input-wrap {
    flex: 1;
}

.base-auto-note {
    font-size: 12px;
    color: #9ca3af;
}
