/* LD Sokol – weather links in Creative header */
#Top_bar .top_bar_right_wrapper .ld-weather-nav {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-top: 14px;
}

#Top_bar .top_bar_right_wrapper .ld-weather-nav__title {
	margin: 0 0 4px;
	font-family: "Benne", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: .02em;
	color: #314d3e;
}

#Top_bar .top_bar_right_wrapper .ld-weather-nav a {
	display: block;
	font-family: "Benne", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 2em;
	font-weight: 500;
	letter-spacing: 0;
	text-decoration: none;
	color: #296043;
	transition: color .2s ease, opacity .2s ease;
}

#Top_bar .top_bar_right_wrapper .ld-weather-nav a:hover,
#Top_bar .top_bar_right_wrapper .ld-weather-nav a:focus,
#Top_bar .top_bar_right_wrapper .ld-weather-nav a.is-current {
	color: #a16026;
}

@media only screen and (max-width: 767px) {
	body.mobile-side-slide #Side_slide .ld-weather-nav {
		display: flex;
		flex-direction: column;
		gap: 0;
		margin: 22px 20px max(24px, env(safe-area-inset-bottom));
		padding-top: 16px;
		border-top: 1px solid rgba(255,255,255,.18);
	}

	body.mobile-side-slide #Side_slide .ld-weather-nav__title {
		margin: 0 0 4px;
		font-family: "Benne", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
		font-size: 14px;
		line-height: 1.4;
		font-weight: 600;
		letter-spacing: .02em;
		color: rgba(255,255,255,.72);
	}

	body.mobile-side-slide #Side_slide .ld-weather-nav a {
		display: block;
		font-family: "Benne", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
		font-size: 16px;
		line-height: 2em;
		font-weight: 500;
		letter-spacing: 0;
		text-decoration: none;
		color: #fff;
	}

	body.mobile-side-slide #Side_slide .ld-weather-nav a:hover,
	body.mobile-side-slide #Side_slide .ld-weather-nav a:focus,
	body.mobile-side-slide #Side_slide .ld-weather-nav a.is-current {
		color: #a16026;
	}
}
