.icr-world-clocks {
	width: 100%;
}

.icr-world-clocks__list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	column-gap: 2rem;
	row-gap: 1.5rem;
	width: 100%;
}

.icr-world-clocks__item {
	display: flex;
	/*flex: 1 1 110px;*/
	flex-direction: column;
	align-items: center;
	gap: 0.875rem;
	min-width: 105px;
	text-align: center;
}

.icr-world-clocks__location {
	margin: 0;
	color: #0b4166;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.1;
	text-transform: uppercase;
}

.icr-world-clocks__time {
	margin: 0;
	color: #0b4166;
	font-size: clamp(2.25rem, 4vw, 3.625rem);
	font-variant-numeric: tabular-nums;
	font-weight: 300;
	line-height: 1;
	white-space: nowrap;
}

.icr-world-clocks__sep--hidden {
	opacity: 0;
}

@media (max-width: 1024px) {
	.icr-world-clocks__list {
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.icr-world-clocks__item {
		flex-basis: calc(50% - 1rem);
		min-width: 140px;
	}

	.icr-world-clocks__location {
		font-size: 1rem;
	}
}

@media (max-width: 479px) {
	.icr-world-clocks__item {
		flex-basis: 100%;
	}
}
