.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;
}

a.logo.f451-et-logo-enhanced {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

a.logo.f451-et-logo-enhanced img {
	display: block;
}

.f451-et-header-under-logo {
	margin-top: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	white-space: nowrap;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
	text-align: center;
}

.et-fixed-header .f451-et-header,
.et-fixed-header .f451-et-header-under-logo,
.f451-et-sticky-active .f451-et-header,
.f451-et-sticky-active .f451-et-header-under-logo {
	margin-bottom: var(--f451-et-sticky-header-bottom-spacing);
}

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

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

.f451-et-weather-icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	vertical-align: middle;
}

.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;
}

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

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

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

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

.f451-et-grains-error {
	margin: 0;
	font-size: 14px;
	color: #666;
}

.f451-et-footer {
	display: block;
	font-size: 13px;
	line-height: 1.45;
	color: inherit;
}

.f451-et-footer-main,
.f451-et-footer-legal,
.f451-et-footer-contact {
	margin: 2px 0;
}

.f451-et-footer-legal,
.f451-et-footer-contact {
	font-size: 12px;
	opacity: 0.82;
}

.f451-et-footer a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

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

@media (max-width: 768px) {
	.f451-et-header-under-logo {
		font-size: 11px;
		white-space: normal;
		text-align: center;
	}

	.f451-et-header-under-logo .f451-et-weather-city {
		display: none;
	}
}
