.sg-weather-bar {
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #cbd5e1;
	background: #e6f4fa;
	color: #1e293b;
	font-size: .88rem;
	line-height: 1.4;
}

.sg-weather-bar__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: .55rem;
	max-width: var(--wp--style--global--wide-size, 1200px);
	margin: 0 auto;
	padding: 8px 24px;
}

.sg-weather-bar__icon {
	font-size: 1rem;
}

.sg-weather-bar__today::before {
	margin-right: .55rem;
	content: '•';
}

.sg-weather-bar__source {
	margin-left: .15rem;
	color: #708090;
	font-size: .68rem;
	text-decoration: none;
	white-space: nowrap;
}

.sg-weather-bar__source:hover,
.sg-weather-bar__source:focus-visible {
	color: #0b4f82;
	text-decoration: underline;
}

@media (max-width: 600px) {
	.sg-weather-bar {
		font-size: .8rem;
	}

	.sg-weather-bar__inner {
		gap: .35rem;
		padding: 7px 12px;
	}

	.sg-weather-bar__source {
		margin-left: .1rem;
	}
}
