.winterkvist-weather-card {
	--wv-blue: #4ea3d7;
	--wv-blue-strong: #22a8df;
	--wv-text: #242424;
	--wv-muted: #bdbdbd;
	--wv-link: #43381d;
	--wv-primary-size: 2.6em;
	--wv-label-size: 1.75em;
	--wv-unit-size: 1.32em;
	--wv-meta-size: 0.9em;
	--wv-small-value-size: 1.28em;

	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	color: var(--wv-text);
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	text-align: center;
	letter-spacing: 0 !important;
}

.winterkvist-weather-card *,
.winterkvist-weather-card *::before,
.winterkvist-weather-card *::after {
	box-sizing: border-box;
	font-family: inherit !important;
	letter-spacing: 0 !important;
}

.winterkvist-weather-title {
	margin: 0 0 30px;
	color: #2b2b2b;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.08;
	text-align: left;
}

.winterkvist-weather-main {
	display: grid;
	justify-items: center;
	width: 100%;
}

.winterkvist-weather-icon {
	width: 62px;
	height: 62px;
	margin: 0 auto 0.5em;
}

.winterkvist-weather-icon svg,
.winterkvist-weather-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.winterkvist-weather-place {
	margin-bottom: 0.04em;
	color: var(--wv-muted);
	font-size: var(--wv-label-size);
	font-weight: 700;
	line-height: 1.1;
}

.winterkvist-weather-observed {
	margin-top: 10px;
	color: #777;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25;
}

.winterkvist-weather-temp {
	display: block;
	margin-top: 0;
	color: var(--wv-blue);
	font-size: var(--wv-primary-size);
	font-weight: 700;
	line-height: 0.92;
	letter-spacing: 0 !important;
}

.winterkvist-weather-unit {
	display: block;
	margin-top: 0.12em;
	color: var(--wv-muted);
	font-size: var(--wv-unit-size);
	font-weight: 700;
	line-height: 1.1;
}

.winterkvist-weather-description {
	margin-top: 0.48em;
	color: var(--wv-muted);
	font-size: var(--wv-meta-size);
	font-weight: 700;
	line-height: 1.15;
}

.winterkvist-weather-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	width: 100%;
	margin: 22px 0 16px;
	padding: 0 18px;
}

.winterkvist-weather-metric {
	min-width: 0;
}

.winterkvist-weather-metric-icon {
	width: 34px;
	height: 26px;
	margin: 0 auto 6px;
	color: var(--wv-blue-strong);
}

.winterkvist-weather-metric-icon svg,
.winterkvist-weather-metric-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.winterkvist-weather-metric-label {
	color: var(--wv-muted);
	font-size: var(--wv-meta-size);
	font-weight: 700;
	line-height: 1.05;
	white-space: nowrap;
}

.winterkvist-weather-metric-value {
	margin-top: 5px;
	color: var(--wv-blue);
	font-size: var(--wv-small-value-size);
	font-weight: 700;
	line-height: 1.05;
	white-space: nowrap;
}

.winterkvist-weather-details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 22px;
	margin: 46px auto 0;
	max-width: 500px;
	color: #666;
	font-size: 18px;
	line-height: 1.35;
	text-align: left;
}

.winterkvist-weather-detail {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	padding-bottom: 8px;
}

.winterkvist-weather-detail-icon {
	flex: 0 0 26px;
	width: 26px;
	height: 26px;
	color: #21a9df;
}

.winterkvist-weather-detail-icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.winterkvist-weather-detail span {
	color: #777;
}

.winterkvist-weather-detail strong {
	margin-left: auto;
	color: #4ea2d9;
	font-weight: 800;
	text-align: right;
	white-space: nowrap;
}

.winterkvist-weather-footer {
	display: grid;
	justify-items: center;
	gap: 4px;
	margin-top: auto;
	padding-top: 1.5em;
	color: #5c5c5c;
	font-size: calc(var(--wv-meta-size) * 0.82);
	font-weight: 400;
	line-height: 1.35;
}

.winterkvist-weather-footer a {
	color: var(--wv-link);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.winterkvist-weather-card--notice {
	text-align: left;
}

.winterkvist-weather-card--notice .winterkvist-weather-title {
	margin-bottom: 24px;
}

.winterkvist-weather-card--notice p {
	margin: 0;
	color: #666;
	font-size: 18px;
	line-height: 1.5;
}

@media (max-width: 520px) {
	.winterkvist-weather-card {
		padding: 0;
	}

	.winterkvist-weather-title {
		margin-bottom: 28px;
		font-size: 30px;
	}

	.winterkvist-weather-place {
		font-size: 1.6em;
	}

	.winterkvist-weather-temp {
		font-size: 3.35em;
	}

	.winterkvist-weather-unit {
		font-size: 1.18em;
	}

	.winterkvist-weather-metrics {
		gap: 6px;
		padding: 0 4px;
	}

	.winterkvist-weather-details {
		grid-template-columns: 1fr;
	}
}
