.tmb-weather-runtime-banner {
	position: fixed;
	right: 16px;
	bottom: 16px;
	z-index: 99998;
	max-width: min(420px, calc(100vw - 32px));
	padding: 12px 14px;
	border-left: 4px solid #2271b1;
	background: #fff;
	color: #1d2327;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
	font: 14px/1.45 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.tmb-weather-runtime-popup {
	position: fixed;
	right: 16px;
	bottom: 16px;
	z-index: 99999;
	width: min(420px, calc(100vw - 32px));
	padding: 16px 42px 16px 16px;
	border: 1px solid #c3c4c7;
	background: #fff;
	color: #1d2327;
	box-shadow: 0 16px 42px rgba(0, 0, 0, 0.24);
	font: 15px/1.5 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.tmb-weather-runtime-popup__close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 28px;
	height: 28px;
	border: 0;
	background: transparent;
	color: #1d2327;
	cursor: pointer;
	font-size: 22px;
	line-height: 1;
}

.tmb-weather-runtime-popup__body {
	overflow-wrap: anywhere;
}
