#monitor-stage {
	display: grid;
	grid-template-rows: auto auto minmax(0, 1fr) auto;
}

.wp-block-renew-monitor-weather.monitor-weather {
	padding: 10px 28px 24px;
	border-bottom: 3px solid #7990a8;
	color: #39546f;
}

.monitor-weather-heading {
	margin: 0 0 13px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
}

.monitor-weather-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
}

.monitor-weather-day {
	min-width: 0;
}

.monitor-weather-day-name,
.monitor-weather-condition,
.monitor-weather-details,
.monitor-weather-source {
	margin: 0;
}

.monitor-weather-day-name {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.45;
}

.monitor-weather-condition {
	display: flex;
	align-items: center;
	gap: 13px;
	min-height: 75px;
	font-weight: 700;
}

.monitor-weather-icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif;
	font-size: 68px;
	line-height: 1;
}

.monitor-weather-label {
	font-size: 28px;
	line-height: 1.35;
}

.monitor-weather-details {
	display: flex;
	align-items: baseline;
	font-size: 18px;
	font-variant-numeric: tabular-nums;
	line-height: 1.65;
	white-space: nowrap;
}

.monitor-weather-details-secondary {
	color: #48647e;
}

.monitor-weather-metric {
	display: inline-flex;
	align-items: baseline;
}

.monitor-weather-metric-value {
	margin-left: 1px;
	font-weight: 800;
}

.monitor-weather-separator {
	margin: 0 5px;
	color: #8698a9;
}

.temperature-high {
	color: #d96550;
}

.temperature-low {
	color: #3477b5;
}

.weather-precipitation {
	color: #2771ad;
}

.weather-humidity {
	color: #347e91;
}

.weather-wind {
	color: #4f6982;
}

.monitor-weather-source {
	margin-top: 5px;
	font-size: 13px;
	text-align: right;
	opacity: 0.55;
}

#monitor-stage > .monitor-title {
	margin: 22px 0 0 !important;
	padding: 0 20px;
	color: #2f72ad;
	font-size: 52px;
	font-weight: 800;
	line-height: 1.35;
	text-align: center;
}

.wp-block-renew-monitor-content-area.monitor-content-free {
	min-width: 0;
	min-height: 0;
	padding: 42px 38px 20px;
	overflow: hidden;
}

.wp-block-renew-monitor-clock.monitor-footer-block {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	min-height: 58px;
	padding: 0 36px 8px;
}

.monitor-current-time {
	color: #31475e;
	font-size: 24px;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.02em;
	white-space: nowrap;
}
