/**
 * Local Time (tw-local-time) — inline live local-time line, no dot.
 * Defaults match the Contact "The studio" line (Inter, muted, tabular numerals).
 * Controls override real properties (editor-safe).
 */

.tw-local-time {
	font-family: var(--tw-font-body, 'Inter', sans-serif);
	font-size: .9375rem;
	line-height: 1.7;
	color: var(--e-global-color-0c2c23a, #9d9a92);
	font-variant-numeric: tabular-nums;
}

/* Keep the digits from reflowing width as they tick. */
.tw-lt__time {
	font-variant-numeric: tabular-nums;
}
