.ocn-status {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	font-weight: 600;
}

.ocn-status .ocn-dot {
	width: 0.6em;
	height: 0.6em;
	border-radius: 50%;
	display: inline-block;
	flex-shrink: 0;
}

.ocn-status.ocn-open .ocn-dot {
	background-color: #2ecc71;
}

.ocn-status.ocn-closed .ocn-dot {
	background-color: #e74c3c;
}

.ocn-status.ocn-unknown .ocn-dot {
	background-color: #95a5a6;
}

.ocn-status .ocn-next {
	font-weight: 400;
	opacity: 0.75;
	font-size: 0.9em;
}
