﻿.ºclock{
	display: flex;
	height: var(--control-height);
	align-items: center;
}
	.ºclock .digit,
	.ºclock .separator{
		font-size: 22px;
		font-weight: 900;
	}
	
	.ºclock .separator{
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		height: 50%;
		padding: 2px 2px;
	}
		.ºclock .separator:after,
		.ºclock .separator:before{
			content: '';
			display: block;
			width: 4px;
			height: 4px;
			background: var(--color-text);
			border-radius: 100%;
		}