.ilgm-weather {
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
}

.ilgm-weather-content {
	display: flex;
	align-items: center;
	gap: 1.25rem;
}

.ilgm-weather-details {
	flex: 1 1 auto;
	min-width: 0;
}

.ilgm-weather-icon {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
}

.ilgm-weather-icon img {
	display: block;
	width: clamp(88px, 18vw, 128px);
	height: auto;
}

.ilgm-weather-alerts ul {
	margin: 0.35em 0 0;
	padding-inline-start: 1.25em;
}

.ilgm-weather-alerts-title {
	font-weight: 600;
}

.ilgm-weather-forecast-link {
	margin-top: 0.75rem;
	text-align: center;
}

@media (max-width: 480px) {
	.ilgm-weather-content {
		gap: 0.75rem;
	}

	.ilgm-weather-icon img {
		width: clamp(72px, 24vw, 96px);
	}
}
