/* Glassmorphism Theme */

.yr-weather-block--theme-glassmorphism {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
	padding: 20px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border-radius: 8px;
}

.yr-weather-block--theme-glassmorphism .yr-weather-city {
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
}

.yr-weather-block--theme-glassmorphism .yr-weather-city__name {
	margin: 0 0 16px 0;
	font-size: 18px;
	font-weight: 600;
	color: white;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

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

.yr-weather-block--theme-glassmorphism .yr-weather-temp {
	font-size: 40px;
	font-weight: 300;
	color: white;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.yr-weather-block--theme-glassmorphism .yr-weather-wind {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.9);
	display: flex;
	gap: 12px;
	align-items: center;
}

.yr-weather-block--theme-glassmorphism .yr-weather-wind__speed,
.yr-weather-block--theme-glassmorphism .yr-weather-wind__direction {
	background: rgba(255, 255, 255, 0.2);
	padding: 4px 8px;
	border-radius: 4px;
	backdrop-filter: blur(5px);
}

.yr-weather-block--theme-glassmorphism .yr-weather-symbol {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.7);
}

.yr-weather-block--theme-glassmorphism .yr-weather-source-badge {
	display: inline-block;
	background: rgba(255, 255, 255, 0.25);
	color: white;
	padding: 3px 8px;
	border-radius: 3px;
	font-size: 12px;
	backdrop-filter: blur(5px);
}

.yr-weather-block--theme-glassmorphism .yr-weather-history {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.yr-weather-block--theme-glassmorphism .yr-weather-history h4 {
	margin: 0 0 8px 0;
	font-size: 14px;
	font-weight: 600;
	color: white;
}

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

.yr-weather-block--theme-glassmorphism .yr-weather-history li {
	padding: 4px 0;
	color: rgba(255, 255, 255, 0.8);
}
