@import url("font-settings.css?v=20260617-fontconfig3");

* {
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	background: #edf8fd;
}

body.dashboard-page {
	--panel-gap: 16px;
	min-width: 1080px;
	background: #edf8fd;
	color: #071f41;
	font-family: var(--site-font-family);
	font-size: 14px;
	line-height: 1.4;
}

body.dashboard-page input,
body.dashboard-page select,
body.dashboard-page textarea,
body.dashboard-page button,
body.dashboard-page .ui-widget,
body.dashboard-page .ui-widget input,
body.dashboard-page .ui-widget select,
body.dashboard-page .ui-widget textarea,
body.dashboard-page .ui-widget button {
	font-family: var(--site-font-family);
}

body.dashboard-page a {
	color: #006fc9;
	text-decoration: none;
}

body.dashboard-page a:hover {
	text-decoration: underline;
}

body.dashboard-page .visually-hidden {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.dashboard-page .panel-hidden {
	display: none !important;
}

body.dashboard-page #wrapper {
	position: relative;
	width: 1080px;
	margin: 0 auto;
	background: #edf8fd;
}

body.dashboard-screen {
	--panel-gap: 10px;
	height: 1920px;
	overflow-y: hidden;
}

body.dashboard-screen #wrapper {
	height: 1920px;
	min-height: 1920px;
	overflow: hidden;
}

body.site-page {
	min-width: 0;
	overflow-y: auto;
}

body.site-page #wrapper {
	width: 100%;
	max-width: 1080px;
	min-height: 100vh;
	overflow: visible;
}

body.site-page .topbar {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height: auto;
	min-height: 82px;
	padding: 18px 24px 12px;
	overflow: visible;
	border-right: 1px solid #c9dbe6;
	border-left: 1px solid #c9dbe6;
}

body.site-page .topbar::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 1px;
	pointer-events: none;
	background: rgba(7, 31, 65, 0.2);
}

body.site-page .brand {
	float: none;
	display: flex;
	align-items: center;
	height: auto;
	line-height: 1.1;
}

body.site-page #navigation {
	float: none;
	order: 3;
	width: 100%;
	height: auto;
	margin-left: 0;
}

body.site-page #navigation ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 26px;
}

body.site-page #navigation li {
	float: none;
	margin-right: 0;
}

body.site-page #navigation li a {
	height: auto;
	padding: 10px 2px 12px;
	line-height: 1.2;
}

body.site-page .status-panel {
	float: none;
	margin-top: 0;
	margin-left: auto;
}

.dashboard-page .topbar {
	height: 82px;
	padding: 0 28px;
	overflow: hidden;
	border-bottom: 1px solid #d3e2ea;
	background: #ffffff;
}

.dashboard-page .brand {
	float: left;
	height: 82px;
	color: #071f41;
	line-height: 82px;
}

.dashboard-page .brand-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-right: 14px;
	vertical-align: middle;
	flex-shrink: 0;
}

.dashboard-page .brand-mark img {
	display: block;
	width: 40px;
	height: 40px;
}

.dashboard-page .brand strong {
	display: inline-block;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
}

.dashboard-page #navigation {
	float: left;
	height: 82px;
	margin-left: 40px;
}

.dashboard-page #navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dashboard-page #navigation li {
	float: left;
	margin-right: 26px;
}

.dashboard-page #navigation li:last-child {
	margin-right: 0;
}

.dashboard-page #navigation li a {
	display: block;
	height: 82px;
	padding: 6px 2px 0;
	position: relative;
	color: #071f41;
	font-size: 1rem;
	font-weight: 600;
	line-height: 76px;
	text-decoration: none;
}

.dashboard-page #navigation .selected_li a {
	color: #006d79;
}

.dashboard-page #navigation .selected_li a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 3px;
	background: #006d79;
	border-radius: 2px 2px 0 0;
}

.dashboard-page .status-panel {
	float: right;
	display: inline-block;
	margin-top: 24px;
	padding: 10px 14px;
	border: 1px solid #d3e2ea;
	border-radius: 10px;
	background: #ffffff;
	color: #456076;
	font-size: 0.98rem;
	line-height: 1;
	white-space: nowrap;
}

.dashboard-page .status-dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 7px;
	border-radius: 50%;
	background: #009e9a;
}

.dashboard-page #klocka {
	color: #071f41;
	font-size: 0.98rem;
	font-weight: 700;
}

.dashboard-page #header {
	position: relative;
	height: 364px;
	margin: 0 24px;
	overflow: hidden;
	border-right: 1px solid #c9dbe6;
	border-bottom: 1px solid #c9dbe6;
	border-left: 1px solid #c9dbe6;
	border-radius: 0 0 8px 8px;
	background-color: #edf8fd;
	background-image: url("../img/weather-station-hero.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 200%;
}

.dashboard-page #comp_text {
	position: absolute;
	left: 58px;
	top: 58px;
	z-index: 3;
	width: 404px;
	height: 230px;
	color: #071f41;
	text-align: left;
}

.dashboard-page #comp_text p {
	margin: 0;
}

.dashboard-page #comp_temp,
.dashboard-page .metric-card strong,
.dashboard-page .compass-reading,
.dashboard-page #klocka {
	font-family: var(--site-font-family);
	font-variant-numeric: lining-nums tabular-nums;
}

.dashboard-page #comp_temp {
	position: absolute;
	left: 0;
	top: 26px;
	color: #071f41;
	font-size: 5.8rem;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 0.92;
	margin: 0;
	text-align: left;
	white-space: nowrap;
}

.dashboard-page .hero-location {
	position: absolute;
	left: 0;
	top: 150px;
	margin: 0;
	color: #071f41;
	font-size: 1.45rem;
	line-height: 1.18;
}

.dashboard-page #comp_vindavkylning {
	position: absolute;
	left: 0;
	top: 194px;
	margin: 0;
	color: #071f41;
	font-size: 1rem;
	line-height: 1.3;
}

.dashboard-page #comp_vindavkylning strong,
.dashboard-page .metric-card small .accent {
	color: #007b78;
	font-weight: 500;
}

.dashboard-page #kompass {
	position: absolute;
	right: 22px;
	top: 28px;
	z-index: 4;
	width: 292px;
	height: 300px;
	padding: 14px 18px 0;
}

.dashboard-page .compass-face {
	position: relative;
	width: 196px;
	height: 196px;
	margin: 20px auto;
	border: 2px solid #c8d8e2;
	border-radius: 50%;
	color: #667b8b;
	font-size: 0.92rem;
}

.dashboard-page .compass-face span {
	position: absolute;
	width: auto;
	min-width: 1ch;
	text-align: center;
	line-height: 1;
	white-space: nowrap;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.dashboard-page .compass-ticks {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	pointer-events: none;
}

.dashboard-page .compass-tick {
	position: absolute;
	width: 2px;
	height: 5px;
	margin: 0;
	padding: 0;
	border-radius: 999px;
	background: #c8d8e2;
	opacity: 1;
	transform-origin: 50% 50%;
}

.dashboard-page .compass-tick.major {
	height: 5px;
	background: #c8d8e2;
	opacity: 1;
}

.dashboard-page .compass-face .north {
	left: 50%;
	top: -8%;
	color: #071f41;
	font-size: 1rem;
	font-weight: 800;
}

.dashboard-page .compass-face .north-east {
	left: 94%;
	top: 6%;
}

.dashboard-page .compass-face .east {
	left: 108%;
	top: 50%;
	color: #071f41;
	font-size: 1rem;
	font-weight: 800;
}

.dashboard-page .compass-face .south-east {
	left: 94%;
	top: 94%;
}

.dashboard-page .compass-face .south {
	left: 50%;
	top: 108%;
	color: #071f41;
	font-size: 1rem;
	font-weight: 800;
}

.dashboard-page .compass-face .south-west {
	left: 6%;
	top: 94%;
}

.dashboard-page .compass-face .west {
	left: -8%;
	top: 50%;
	color: #071f41;
	font-size: 1rem;
	font-weight: 800;
}

.dashboard-page .compass-face .north-west {
	left: 6%;
	top: 6%;
}

.dashboard-page #needle {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.dashboard-page #needle_img {
	position: absolute;
	left: 6px;
	top: 6px;
	width: 184px;
	height: 184px;
	transform-origin: 50% 50%;
}

.dashboard-page .compass-reading {
	margin: 40px 0 0;
	color: #071f41;
	font-size: 1.85rem;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
}

.dashboard-page .compass-reading span,
.dashboard-page #comp_vindstyrka {
	font: inherit;
}

.dashboard-page #content {
	margin: 14px 24px 0;
}

.dashboard-page .metric-grid {
	overflow: hidden;
}

.dashboard-page .metric-card {
	position: relative;
	float: left;
	width: calc((100% - var(--panel-gap)) / 2);
	height: 132px;
	margin: 0 var(--panel-gap) var(--panel-gap) 0;
	padding: 16px 18px 12px;
	overflow: hidden;
	border: 1px solid #c9dbe6;
	border-radius: 8px;
	background: #ffffff;
}

.dashboard-page .metric-grid .metric-card:nth-child(2n) {
	margin-right: 0;
}

.dashboard-page .metric-icon {
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 9px;
	text-align: center;
}

.dashboard-page .metric-icon img,
.dashboard-page .metric-icon svg {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.dashboard-page .metric-label {
	display: block;
	margin: 3px 0 8px;
	color: #071f41;
	font-size: 0.95rem;
	font-weight: 700;
}

.dashboard-page .metric-card strong {
	display: block;
	clear: both;
	color: #071f41;
	font-size: 2.3rem;
	font-weight: 400;
	line-height: 1.05;
	text-align: center;
	white-space: nowrap;
}

.dashboard-page .metric-card small {
	display: block;
	margin-top: 7px;
	color: #071f41;
	font-size: 0.78rem;
	line-height: 1.2;
	text-align: center;
}

.dashboard-page .metric-unavailable {
	border-color: #d7e3ea;
	background: #f4f8fa;
	opacity: 0.48;
}

.dashboard-page .metric-unavailable .metric-icon,
.dashboard-page .metric-unavailable .metric-label,
.dashboard-page .metric-unavailable strong,
.dashboard-page .metric-unavailable small {
	color: #6f8495;
}

.dashboard-page .page-panel,
.dashboard-page #sortable_graphs li,
.dashboard-page .record-card,
.dashboard-page .history-calendar-card {
	border: 1px solid #c9dbe6;
	border-radius: 8px;
	background: #ffffff;
}

.dashboard-page .page-panel {
	margin: 0 0 var(--panel-gap);
	padding: 20px 24px;
}

.dashboard-page .page-title {
	margin: 0;
	color: #071f41;
	font-size: 2rem;
	line-height: 1.1;
}

.dashboard-page .page-lead {
	margin: 12px 0 0;
	color: #456076;
	font-size: 1rem;
}

.dashboard-page #rorliga_grafer {
	margin-top: var(--panel-gap);
}

.dashboard-page #sortable_graphs {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dashboard-page #sortable_graphs li {
	height: 244px;
	margin: 0 0 var(--panel-gap);
	padding: 12px 16px 14px;
	overflow: hidden;
}

.dashboard-page #sortable_graphs h4 {
	margin: 0 0 8px;
	color: #071f41;
	font-size: 1rem;
	font-weight: 700;
}

.dashboard-page #sortable_graphs h4 small {
	float: right;
	color: #071f41;
	font-size: 0.74rem;
	font-weight: 700;
	opacity: 0.8;
}

.dashboard-page #sortable_graphs canvas {
	display: block;
	width: 100%;
	height: 192px;
	margin: 0;
}

.dashboard-page .history-calendars {
	margin: 0 0 var(--panel-gap);
	overflow: hidden;
}

.dashboard-page .history-calendar-card {
	float: left;
	width: calc((100% - var(--panel-gap)) / 2);
	margin-right: var(--panel-gap);
	padding: 16px;
}

.dashboard-page .history-calendar-card:last-child {
	margin-right: 0;
}

.dashboard-page .calhead {
	margin: 0 0 12px;
	color: #071f41;
	font-size: 1rem;
	font-weight: 700;
}

.dashboard-page #l_kalender,
.dashboard-page #r_kalender {
	min-height: 230px;
}

body.history-page .ui-datepicker {
	width: 100%;
	margin: 0 auto;
}

body.history-page #sortable_graphs li {
	height: auto;
	min-height: 320px;
}

body.history-page #sortable_graphs canvas {
	height: 250px;
}

body.history-page .graph-note {
	margin: 18px 0 10px;
	color: #6f8495;
	font-size: 0.95rem;
	text-align: center;
}

body.history-page #sortable_graphs li.graph-unavailable {
	border-color: #d7e3ea;
	background: #f4f8fa;
	opacity: 0.48;
}

body.history-page #sortable_graphs li.graph-unavailable h4,
body.history-page #sortable_graphs li.graph-unavailable h4 small,
body.history-page #sortable_graphs li.graph-unavailable .graph-note {
	color: #6f8495;
}

body.history-page #relluftfukt_graf canvas {
	display: none;
}

.dashboard-page .info-main-panel {
	overflow: hidden;
}

.dashboard-page .info-media {
	float: left;
	width: 320px;
	margin-right: 24px;
}

.dashboard-page .info-media img {
	display: block;
	width: 95%;
	border-radius: 8px;
}

.dashboard-page .info-copy {
	overflow: hidden;
}

.dashboard-page .info-copy p {
	margin: 0 0 16px;
}

.dashboard-page .info-copy ul,
.dashboard-page .info-links {
	margin: 0;
	padding-left: 20px;
}

.dashboard-page .info-copy li,
.dashboard-page .info-links li {
	margin-bottom: 10px;
}

.dashboard-page .info-links-panel h2 {
	margin: 0 0 14px;
	color: #071f41;
	font-size: 1.25rem;
}

.dashboard-page .download-card p {
	margin: 0 0 14px;
	color: #071f41;
}

.dashboard-page .download-list {
	margin: 0;
	padding-left: 22px;
	color: #456076;
}

.dashboard-page .download-list li {
	margin-bottom: 10px;
}

.dashboard-page .csv-form-panel {
	padding: 24px;
}

.dashboard-page .csv-form {
	display: grid;
	gap: var(--panel-gap);
}

.dashboard-page .csv-form fieldset {
	margin: 0;
	padding: 18px 20px;
	border: 1px solid #d6e3ec;
	border-radius: 8px;
	background: #f9fcfe;
}

.dashboard-page .csv-form legend {
	padding: 0 8px;
	color: #071f41;
	font-size: 1.05rem;
	font-weight: 700;
}

.dashboard-page .csv-form label {
	color: #071f41;
	font-size: 1rem;
	line-height: 1.3;
}

.dashboard-page .form-option,
.dashboard-page .days-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 12px;
}

.dashboard-page .days-row {
	margin-top: 18px;
}

.dashboard-page .csv-form input[type="text"] {
	min-height: 36px;
	padding: 7px 10px;
	border: 1px solid #b9cbd8;
	border-radius: 6px;
	background: #ffffff;
	color: #071f41;
	font: inherit;
}

.dashboard-page .date-input {
	width: 132px;
}

.dashboard-page .checkbox-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 18px;
}

.dashboard-page .checkbox-grid label {
	display: flex;
	align-items: center;
	gap: 9px;
}

.dashboard-page .csv-form input[type="radio"],
.dashboard-page .csv-form input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: #007b78;
}

.dashboard-page .form-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.dashboard-page .primary-action,
.dashboard-page .secondary-action {
	min-height: 40px;
	padding: 0 18px;
	border: 1px solid #006d79;
	border-radius: 8px;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.dashboard-page .primary-action {
	background: #006d79;
	color: #ffffff;
}

.dashboard-page .secondary-action {
	background: #ffffff;
	color: #006d79;
}

.dashboard-page .record-grid {
	overflow: hidden;
}

.dashboard-page .record-card {
	float: left;
	width: calc((100% - var(--panel-gap)) / 2);
	margin: 0 var(--panel-gap) var(--panel-gap) 0;
	padding: 18px 20px;
}

.dashboard-page .record-grid .record-card:nth-child(2n) {
	margin-right: 0;
}

.dashboard-page .record-card h2 {
	margin: 0;
	color: #071f41;
	font-size: 1.15rem;
	line-height: 1.25;
}

.dashboard-page .record-note {
	margin: 8px 0 0;
	color: #6f8495;
	font-size: 0.9rem;
}

.dashboard-page .rekordtabell {
	width: 100%;
	margin-top: 14px;
	border-collapse: collapse;
}

.dashboard-page .rekordtabell td {
	padding: 10px 12px;
	border-top: 1px solid #e4edf3;
	color: #071f41;
}

.dashboard-page .rekordtabell td:first-child {
	width: 58%;
	color: #456076;
}

body.dashboard-screen #footer {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 6px;
	height: 34px;
	margin: 0;
	color: #071f41;
	font-size: 0.82rem;
	line-height: 34px;
	text-align: center;
}

body.dashboard-screen #footer p {
	margin: 0;
}

body.dashboard-screen #content {
	margin-top: 8px;
}

body.dashboard-screen .metric-card {
	float: none;
	width: auto;
	height: 104px;
	margin: 0;
	padding: 12px 14px 10px;
}

body.dashboard-screen .metric-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--panel-gap);
	margin-bottom: 0;
	overflow: visible;
}

body.dashboard-screen .metric-grid .metric-card:nth-child(2n) {
	margin-right: 0;
}

body.dashboard-screen .metric-grid .metric-card:nth-child(3n) {
	margin-right: 0;
}

body.dashboard-screen .metric-icon {
	width: 28px;
	height: 28px;
	margin-right: 8px;
}

body.dashboard-screen .metric-label {
	margin: 2px 0 7px;
	font-size: 0.88rem;
}

body.dashboard-screen .metric-card strong {
	font-size: 2rem;
}

body.dashboard-screen .metric-card small {
	margin-top: 5px;
	font-size: 0.72rem;
}

body.dashboard-screen #sortable_graphs li {
	height: 228px;
	margin-bottom: var(--panel-gap);
	padding: 10px 12px;
}

body.dashboard-screen #sortable_graphs h4 {
	margin-bottom: 4px;
}

body.dashboard-screen #sortable_graphs canvas {
	height: 192px;
}

body.site-page #footer {
	margin: 18px 24px 24px;
	padding: 12px 18px;
	border: 1px solid #c9dbe6;
	border-radius: 8px;
	background: #ffffff;
	color: #071f41;
	font-size: 0.95rem;
	text-align: center;
}

body.site-page #footer p {
	margin: 0;
}

body.site-page.home-page #header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 292px;
	align-items: center;
	column-gap: 28px;
	height: auto;
	min-height: 364px;
	padding: 44px 48px 40px;
	background-position: center top;
	background-size: cover;
}

body.site-page.home-page #comp_text {
	position: relative;
	left: auto;
	top: auto;
	width: auto;
	max-width: 560px;
	height: auto !important;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

body.site-page.home-page #comp_temp,
body.site-page.home-page .hero-location,
body.site-page.home-page #comp_vindavkylning {
	position: static !important;
	left: auto !important;
	top: auto !important;
	margin: 0 !important;
}

body.site-page.home-page #comp_temp {
	font-size: clamp(4.9rem, 8vw, 5.8rem);
}

body.site-page.home-page .hero-location {
	font-size: clamp(1.55rem, 2.8vw, 1.95rem);
	line-height: 1.15;
}

body.site-page.home-page #comp_vindavkylning {
	font-size: 1rem;
	line-height: 1.3;
}

body.site-page.home-page #kompass {
	position: relative;
	right: auto;
	top: auto;
	width: 100%;
	max-width: 292px;
	height: auto;
	padding: 6px 8px 0;
	justify-self: end;
}

body.site-page.home-page .compass-face {
	width: clamp(172px, 28vw, 196px);
	height: clamp(172px, 28vw, 196px);
	margin: 8px auto 14px;
}

body.site-page.home-page #needle_img {
	left: 6px;
	top: 6px;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
}

	body.site-page.home-page .compass-reading {
		margin-top: 24px;
		font-size: clamp(1.6rem, 3vw, 1.85rem);
	}

body.site-page .metric-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--panel-gap);
	overflow: visible;
}

body.site-page .metric-card {
	float: none;
	width: auto;
	height: 132px;
	margin: 0 !important;
	clear: none !important;
}

body.site-page .history-calendars {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--panel-gap);
	overflow: visible;
}

body.site-page .history-calendar-card {
	float: none;
	width: auto;
	margin: 0;
}

body.site-page .record-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--panel-gap);
	overflow: visible;
}

body.site-page .record-card {
	float: none;
	width: auto;
	margin: 0;
}

body.site-page .info-main-panel {
	display: flex;
	align-items: flex-start;
	gap: 24px;
}

body.site-page .info-media {
	float: none;
	flex: 0 0 320px;
	width: 320px;
	margin-right: 0;
}

body.site-page .info-copy {
	flex: 1 1 auto;
	overflow: visible;
}

@media (max-width: 980px) {
	body.site-page .topbar {
		padding: 16px 18px 10px;
	}

	body.site-page #content {
		margin: 14px 18px 0;
	}

	body.site-page #footer {
		margin: 18px 18px 22px;
	}

	body.site-page.home-page #header {
		grid-template-columns: 1fr;
		row-gap: 28px;
		margin: 0 18px;
		padding: 34px 28px 42px;
		overflow: visible;
		min-height: auto;
		background-image: none;
		background-color: #ffffff;
		background-size: auto;
		background-position: center;
	}

	body.site-page.home-page #comp_text {
		max-width: none;
		gap: 12px;
		align-items: center;
		text-align: center;
	}

	body.site-page.home-page #comp_temp {
		font-size: clamp(4.2rem, 12vw, 5.2rem);
	}

	body.site-page.home-page #kompass {
		justify-self: center;
		max-width: 260px;
		padding: 8px 4px 18px;
	}

	body.site-page .history-calendars,
	body.site-page .record-grid {
		grid-template-columns: 1fr;
	}

	body.site-page .info-main-panel {
		flex-direction: column;
	}

	body.site-page .info-media {
		flex-basis: auto;
		width: min(100%, 420px);
	}
}

@media (max-width: 760px) {
	body.site-page {
		font-size: 15px;
	}

	body.site-page .topbar {
		padding: 14px 14px 8px;
		gap: 10px 14px;
	}

	body.site-page .brand-mark {
		width: 34px;
		height: 34px;
		margin-right: 10px;
	}

	body.site-page .brand-mark img {
		width: 34px;
		height: 34px;
	}

	body.site-page .brand strong {
		font-size: 1.55rem;
	}

	body.site-page #navigation ul {
		gap: 0 18px;
	}

	body.site-page #navigation li a {
		padding: 8px 0 12px;
		font-size: 0.98rem;
	}

	body.site-page .status-panel {
		padding: 8px 10px;
		font-size: 0.84rem;
	}

	body.site-page .status-dot {
		display: none;
	}

	body.site-page #content {
		margin: 12px 14px 0;
	}

	body.site-page #footer {
		margin: 16px 14px 20px;
		padding: 12px 14px;
	}

	body.site-page.home-page #header {
		margin: 0 14px;
		padding: 30px 18px 42px;
		row-gap: 26px;
		overflow: visible;
		min-height: auto;
		background-image: none;
		background-color: #ffffff;
		background-size: auto;
		background-position: center;
	}

	body.site-page.home-page #comp_temp {
		font-size: clamp(3.3rem, 18vw, 4.5rem);
		line-height: 0.95;
	}

	body.site-page.home-page .hero-location {
		font-size: 1.25rem;
	}

	body.site-page.home-page #comp_vindavkylning {
		font-size: 0.96rem;
	}

	body.site-page.home-page #comp_text {
		gap: 10px;
		align-items: center;
		text-align: center;
	}

	body.site-page.home-page #kompass {
		max-width: 220px;
		padding: 8px 4px 18px;
	}

	body.site-page.home-page .compass-face {
		width: 164px;
		height: 164px;
		margin: 0 auto 14px;
	}

	body.site-page.home-page .compass-reading {
		margin-top: 24px;
		font-size: 1.45rem;
		line-height: 1.05;
	}

	body.site-page .metric-grid {
		grid-template-columns: 1fr;
		gap: var(--panel-gap);
	}

	body.site-page .checkbox-grid {
		grid-template-columns: 1fr;
	}

	body.site-page .csv-form-panel {
		padding: 18px;
	}

	body.site-page .metric-card {
		height: auto;
		min-height: 124px;
	}

	body.site-page #sortable_graphs li {
		height: auto;
		min-height: 200px;
		padding: 12px 14px;
	}

	body.site-page #sortable_graphs canvas {
		height: 180px;
	}

	body.history-page #sortable_graphs canvas {
		height: 210px;
	}

	body.site-page .page-panel {
		padding: 18px 18px;
	}

	body.site-page .page-title {
		font-size: 1.6rem;
	}

	body.site-page .record-card,
	body.site-page .history-calendar-card {
		padding: 16px;
	}
}
