.f451-et-header {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.25;
	color: #fff;
	white-space: nowrap;
}

.f451-et-weather {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.f451-et-weather-city {
	font-weight: 700;
}

.f451-et-weather-icon {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
}

.f451-et-weather-icon--sun {
	border-radius: 50%;
	background: currentColor;
	transform: scale(0.6);
	box-shadow: 0 -13px 0 -6px currentColor, 0 13px 0 -6px currentColor, 13px 0 0 -6px currentColor, -13px 0 0 -6px currentColor;
}

.f451-et-weather-icon--cloud::before,
.f451-et-weather-icon--rain::before,
.f451-et-weather-icon--snow::before,
.f451-et-weather-icon--storm::before {
	position: absolute;
	left: 2px;
	top: 7px;
	width: 15px;
	height: 8px;
	border-radius: 999px;
	background: currentColor;
	content: "";
}

.f451-et-weather-icon--rain::after {
	position: absolute;
	left: 6px;
	top: 14px;
	width: 8px;
	height: 4px;
	border-left: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
}

.f451-et-weather-icon--snow::after {
	position: absolute;
	left: 6px;
	top: 14px;
	content: "* *";
	font-size: 10px;
	line-height: 1;
}

.f451-et-weather-icon--storm::after {
	position: absolute;
	left: 7px;
	top: 13px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 2px solid transparent;
	border-top: 8px solid currentColor;
	content: "";
}

.f451-et-exchange {
	width: 100%;
	max-width: 560px;
	border-collapse: collapse;
	font-size: 14px;
}

.f451-et-exchange th,
.f451-et-exchange td {
	padding: 8px 10px;
	border-bottom: 1px solid #e2e2e2;
	text-align: left;
}

.f451-et-exchange th {
	font-weight: 700;
}

.f451-et-exchange-updated {
	margin: 8px 0 0;
	font-size: 12px;
	color: #666;
}

@media (max-width: 600px) {
	.f451-et-header {
		flex-wrap: wrap;
		white-space: normal;
	}
}
