/* SmartDate — one date primitive for the whole site. */

.smart-date {
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    border-bottom: 1px dotted var(--color-border, rgba(255, 255, 255, 0.2));
    cursor: help;
}

.smart-date--future {
    color: var(--color-accent, #f5a623);
}

.smart-date--invalid {
    color: var(--color-text-dim, #888);
    border-bottom: none;
    cursor: default;
}
