/* ================================================================
   菜刀客在线工具页 · date-calculator.html 私有样式
   需在 /css/common.css 之后加载。
   ================================================================ */

/* ── date 输入框兼容 ───────────────────────────────── */
.form-control[type="date"] {
    min-height: 40px;
    line-height: normal;
    cursor: text;
}

.date-tip {
    font-size: 12px;
    color: #9ca3af;
}

/* ── 结果日期突出控件 ──────────────────────────────── */
.result-date {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
}

.result-date .weekday {
    font-size: 13px;
    font-weight: 600;
    color: #4338ca;
    background: #eef2ff;
    border-radius: 10px;
    padding: 2px 8px;
}

/* ── 常用间隔对照表列宽 ────────────────────────────── */
table.schedule.date-table th:first-child {
    width: 30%;
}

/* ── 知识文章美化 ──────────────────────────────────── */
.panel.extra-panel .seo-article {
    padding: 4px 6px 2px;
    line-height: 1.85;
    color: #3f4857;
}

.panel.extra-panel .seo-article h2 {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    margin: 22px 0 10px;
    padding-left: 12px;
    border-left: 4px solid #3b82f6;
    line-height: 1.4;
}

.panel.extra-panel .seo-article h2:first-child {
    margin-top: 0;
}

.panel.extra-panel .seo-article p {
    font-size: 14px;
    line-height: 1.9;
    color: #4b5563;
    text-align: justify;
    margin: 8px 0;
}

.panel.extra-panel .seo-article code {
    background: #eef2ff;
    color: #4338ca;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 13px;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

.panel.extra-panel .seo-article b {
    color: #1e3a5f;
}