.simple-weather {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}

.simple-weather .separator {
	opacity: 0.6;
}
