/* Nordic Minimal Theme */

.yr-weather-block--theme-nordic {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
	padding: 20px;
}

.yr-weather-block--theme-nordic .yr-weather-city {
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	border-top: 4px solid #4a90e2;
}

.yr-weather-block--theme-nordic .yr-weather-city__name {
	margin: 0 0 16px 0;
	font-size: 18px;
	font-weight: 600;
	color: #2c3e50;
}

.yr-weather-block--theme-nordic .yr-weather-current {
	display: grid;
	gap: 12px;
}

.yr-weather-block--theme-nordic .yr-weather-temp {
	font-size: 32px;
	font-weight: 300;
	color: #4a90e2;
}

.yr-weather-block--theme-nordic .yr-weather-wind {
	font-size: 14px;
	color: #666;
	display: flex;
	gap: 8px;
	align-items: center;
}

.yr-weather-block--theme-nordic .yr-weather-wind__speed {
	font-weight: 500;
}

.yr-weather-block--theme-nordic .yr-weather-wind__direction {
	background: #f0f0f0;
	padding: 2px 8px;
	border-radius: 4px;
	font-weight: 500;
}

.yr-weather-block--theme-nordic .yr-weather-symbol {
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
}

.yr-weather-block--theme-nordic .yr-weather-source-badge {
	display: inline-block;
	background: #fff3cd;
	color: #856404;
	padding: 2px 6px;
	border-radius: 3px;
	font-size: 12px;
}

.yr-weather-block--theme-nordic .yr-weather-history {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #e0e0e0;
}

.yr-weather-block--theme-nordic .yr-weather-history h4 {
	margin: 0 0 8px 0;
	font-size: 14px;
	font-weight: 600;
	color: #2c3e50;
}

.yr-weather-block--theme-nordic .yr-weather-history ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

.yr-weather-block--theme-nordic .yr-weather-history li {
	padding: 4px 0;
	color: #666;
}
