/* Business Weather — front-end widget. Scoped, theme-friendly, menu-safe. */
.bweather {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	line-height: 1;
	white-space: nowrap;
	vertical-align: middle;
}

.bweather--right {
	flex-direction: row-reverse;
}

.bweather__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--bweather-icon-color, #ffffff);
	font-size: var(--bweather-icon-size, 24px);
	line-height: 1;
}

.bweather__icon i {
	font-size: inherit;
	line-height: 1;
}

.bweather__icon svg {
	width: 1em;
	height: 1em;
	display: block;
	fill: currentColor;
}

.bweather__temp {
	color: var(--bweather-text-color, #ffffff);
	font-size: var(--bweather-font-size, 18px);
	font-weight: var(--bweather-font-weight, 700);
	line-height: 1;
}

.bweather__label {
	color: var(--bweather-text-color, #ffffff);
	font-size: 0.78em;
	font-weight: 500;
	opacity: 0.85;
}

/* When dropped into a nav menu. */
.bweather-menu-item {
	display: flex;
	align-items: center;
}

.bweather-menu-item > a {
	display: none;
}
