.ate-wrap {
	display: flex;
	width: 100%;
}

.ate-clock {
	display: flex;
	flex: 0 1 auto;
	box-sizing: border-box;
	max-width: 100%;
	padding: 0;
	background: transparent;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	font-variant-numeric: tabular-nums;
}

.ate-layout-inline .ate-clock {
	flex-direction: row;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 28px;
}

.ate-layout-stacked .ate-clock {
	flex-direction: column;
	gap: 4px;
}

.ate-date,
.ate-time,
.ate-tz {
	color: inherit;
	white-space: nowrap;
}

.ate-tz {
	font-size: 0.75em;
	opacity: 0.8;
}
