/* Retro Newspaper Theme */

.yr-weather-block--theme-retro-newspaper {
	font-family: Georgia, 'Times New Roman', serif;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
	padding: 20px;
	background: #f4e8d0;
}

.yr-weather-block--theme-retro-newspaper .yr-weather-city {
	background: #f9f6f1;
	border: 2px solid #2c2416;
	border-radius: 2px;
	padding: 16px;
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}

.yr-weather-block--theme-retro-newspaper .yr-weather-city__name {
	margin: 0 0 12px 0;
	font-size: 20px;
	font-weight: bold;
	color: #1a1410;
	border-bottom: 2px dashed #2c2416;
	padding-bottom: 8px;
}

.yr-weather-block--theme-retro-newspaper .yr-weather-current {
	display: grid;
	gap: 10px;
	font-family: Georgia, serif;
}

.yr-weather-block--theme-retro-newspaper .yr-weather-temp {
	font-size: 36px;
	font-weight: bold;
	color: #1a1410;
	line-height: 1;
}

.yr-weather-block--theme-retro-newspaper .yr-weather-wind {
	font-size: 13px;
	color: #2c2416;
	display: flex;
	gap: 8px;
	align-items: center;
}

.yr-weather-block--theme-retro-newspaper .yr-weather-wind__speed {
	font-weight: bold;
}

.yr-weather-block--theme-retro-newspaper .yr-weather-wind__direction {
	background: #e8dcc0;
	padding: 2px 6px;
	border: 1px solid #2c2416;
	font-weight: bold;
}

.yr-weather-block--theme-retro-newspaper .yr-weather-symbol {
	font-size: 11px;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.yr-weather-block--theme-retro-newspaper .yr-weather-source-badge {
	display: inline-block;
	background: #f0e6d2;
	color: #5c4828;
	padding: 2px 6px;
	border: 1px solid #2c2416;
	font-size: 11px;
	font-weight: bold;
}

.yr-weather-block--theme-retro-newspaper .yr-weather-history {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px dashed #2c2416;
}

.yr-weather-block--theme-retro-newspaper .yr-weather-history h4 {
	margin: 0 0 6px 0;
	font-size: 12px;
	font-weight: bold;
	color: #1a1410;
	text-transform: uppercase;
}

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

.yr-weather-block--theme-retro-newspaper .yr-weather-history li {
	padding: 2px 0;
	color: #2c2416;
}
