.goyishun-nea-weather { font-family: inherit; width: 100%; margin: 1.5em 0; }
.goyishun-nea-weather .gnw-title { margin-bottom: .6em; }
.goyishun-nea-weather .gnw-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.goyishun-nea-weather .gnw-card {
	flex: 1 1 130px; background: #FFF6DE; border-radius: 10px; padding: 14px 12px;
	text-align: center;
}
.goyishun-nea-weather .gnw-icon { font-size: 1.8em; display: block; margin-bottom: 4px; }
.goyishun-nea-weather .gnw-icon-sm { font-size: 1.4em; }
.goyishun-nea-weather .gnw-label { font-size: .8em; text-transform: uppercase; letter-spacing: .04em; color: #7A6A47; }
.goyishun-nea-weather .gnw-value { font-size: 1.15em; font-weight: 600; margin-top: 2px; color: #1A1A1A; }
.goyishun-nea-weather .gnw-meta { font-size: .78em; color: #8C7C57; margin-top: 2px; }
.goyishun-nea-weather .gnw-outlook { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.goyishun-nea-weather .gnw-day {
	flex: 1 1 100px; background: #FFF6DE; border-radius: 10px;
	padding: 10px; text-align: center;
}
.goyishun-nea-weather .gnw-day-name { font-weight: 600; font-size: .85em; color: #1A1A1A; }
.goyishun-nea-weather .gnw-day-forecast { font-size: .78em; color: #8C7C57; margin-top: 2px; }
.goyishun-nea-weather .gnw-day-temp { font-size: .85em; margin-top: 4px; color: #1A1A1A; }
.goyishun-nea-weather .gnw-credit { font-size: .72em; color: #8C7C57; margin-top: 10px; text-align: right; }
.goyishun-nea-weather .gnw-credit a { color: #2F7A4D; text-decoration: none; }
.goyishun-nea-weather .gnw-credit a:hover { text-decoration: underline; }
.goyishun-nea-weather.gnw-error { color: #a33; font-size: .9em; }
.goyishun-nea-weather-lazy .gnw-skeleton {
	background: #FFF6DE; border-radius: 10px;
	padding: 14px 12px; text-align: center; color: #8C7C57; font-size: .85em;
	width: 100%;
}