/* Generated by scripts/carlssonplanet-build-shared-shell.mjs; source 0ca96cd0962972debad18ff2569cb7d218091d90d5d921b042662a3bc62e2195. */
@font-face {
	font-display: swap;
	font-family: "CP Cabin";
	font-style: normal;
	font-weight: 400 700;
	src: url("./cabin-latin-3912b808.woff2") format("woff2");
}

.cp-shell,
.cp-shell__footer {
	--cp-black: #0a0a0a;
	--cp-brand: #d46400;
	--cp-brand-dark: #8c4200;
	--cp-cream: #ebdeca;
	--cp-cream-hover: #f7efe4;
	--cp-link: #70470c;
	--cp-muted: #b8b8b8;
	--cp-radius: 7px;
	--cp-focus: #111;
	box-sizing: border-box;
}

.cp-shell *,
.cp-shell *::before,
.cp-shell *::after,
.cp-shell__footer *,
.cp-shell__footer *::before,
.cp-shell__footer *::after {
	box-sizing: inherit;
}

.cp-shell__skip-link {
	background: #fff;
	border: 3px solid #111;
	color: #111;
	font: 700 16px/1.2 Arial, sans-serif;
	left: 12px;
	padding: 10px 14px;
	position: fixed;
	top: 10px;
	transform: translateY(-180%);
	z-index: 10000;
}

.cp-shell__skip-link:focus {
	transform: translateY(0);
}

.cp-shell__page-heading {
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.cp-shell__brand {
	align-items: center;
	background-color: #4b1e14;
	background-image: url("./masthead-f85bac5e.jpg");
	border-radius: var(--cp-radius) var(--cp-radius) 0 0;
	display: flex;
	min-height: 90px;
	padding: 12px 24px;
}

.cp-shell__brand-link {
	display: inline-flex;
	flex-direction: column;
	text-decoration: none;
}

.cp-shell__wordmark {
	color: var(--cp-brand);
	font: 700 40px/1 "CP Cabin", Arial, sans-serif;
	letter-spacing: -0.02em;
}

.cp-shell__tagline {
	color: #fff;
	font: 400 15px/1.4 "CP Cabin", Arial, sans-serif;
	margin-top: 5px;
}

.cp-shell__navigation {
	background: var(--cp-cream);
	border-radius: 0 0 var(--cp-radius) var(--cp-radius);
	color: var(--cp-link);
	min-height: 44px;
}

.cp-shell__nav-list,
.cp-shell__footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cp-shell__nav-list {
	display: flex;
	flex-wrap: wrap;
}

.cp-shell__nav-item {
	margin: 0;
	padding: 0;
}

.cp-shell__nav-link,
.cp-shell__language-link,
.cp-shell__menu-summary {
	align-items: center;
	color: var(--cp-link);
	display: flex;
	font: 600 14px/1.25 "CP Cabin", Arial, sans-serif;
	min-height: 44px;
	padding: 0 12px;
	text-decoration: none;
}

.cp-shell__nav-link:hover,
.cp-shell__language-link:hover,
.cp-shell__menu-summary:hover {
	background: var(--cp-cream-hover);
	color: #3d2606;
}

.cp-shell__nav-link[aria-current] {
	box-shadow: inset 0 -4px 0 var(--cp-brand-dark);
	color: #3d2606;
	font-weight: 700;
}

.cp-shell__language {
	margin-left: auto;
}

.cp-shell__language-link {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.cp-shell__menu {
	display: none;
}

.cp-shell__menu-summary {
	cursor: pointer;
	font-weight: 700;
	justify-content: space-between;
	list-style: none;
}

.cp-shell__menu-summary::-webkit-details-marker {
	display: none;
}

.cp-shell__menu-indicator::before {
	content: "+";
	font: 700 22px/1 Arial, sans-serif;
}

.cp-shell__menu[open] > .cp-shell__menu-summary .cp-shell__menu-indicator::before {
	content: "−";
}

.cp-shell__menu .cp-shell__nav-list {
	border-top: 1px solid rgba(112, 71, 12, 0.22);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cp-shell__menu .cp-shell__nav-link,
.cp-shell__menu .cp-shell__language-link {
	min-height: 46px;
}

.cp-shell__footer {
	background: var(--cp-black);
	color: var(--cp-muted);
	font: 400 13px/1.5 Arial, sans-serif;
	padding: 20px 24px;
}

.cp-shell__footer-inner {
	align-items: center;
	display: flex;
	gap: 12px 24px;
	justify-content: space-between;
}

.cp-shell__copyright {
	margin: 0;
}

.cp-shell__footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 16px;
}

.cp-shell__footer-link {
	align-items: center;
	color: #f2f2f2;
	display: inline-flex;
	min-height: 44px;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.cp-shell__brand-link:focus-visible,
.cp-shell__nav-link:focus-visible,
.cp-shell__language-link:focus-visible,
.cp-shell__menu-summary:focus-visible,
.cp-shell__footer-link:focus-visible {
	outline: 3px solid var(--cp-focus);
	outline-offset: -3px;
}

.cp-shell__brand-link:focus-visible,
.cp-shell__footer-link:focus-visible {
	outline-color: #fff;
	outline-offset: 4px;
}

@media (max-width: 48rem) {
	.cp-shell__brand {
		min-height: 72px;
		padding: 12px 16px;
	}

	.cp-shell__wordmark {
		font-size: 32px;
	}

	.cp-shell__tagline {
		display: none;
	}

	.cp-shell__nav--wide {
		display: none;
	}

	.cp-shell__menu {
		display: block;
	}

	.cp-shell__language {
		margin-left: 0;
	}

	.cp-shell__footer {
		padding: 18px 16px;
	}

	.cp-shell__footer-inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 22rem) {
	.cp-shell__menu .cp-shell__nav-list {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cp-shell__skip-link {
		scroll-behavior: auto;
	}
}

#inner-wrapper > .cp-shell,
#inner-wrapper > .cp-shell__footer {
	width: 100%;
}

#inner-wrapper > .cp-shell {
	margin-bottom: 0;
}

#inner-wrapper > .cp-shell__footer {
	clear: both;
	margin-top: 24px;
}

/* Canvas uses ID-scoped anchor rules. Keep this adapter more specific so the
   generated shell is visually identical to the phpBB version. */
#inner-wrapper > .cp-shell .cp-shell__nav-link,
#inner-wrapper > .cp-shell .cp-shell__language-link,
#inner-wrapper > .cp-shell .cp-shell__menu-summary {
	color: var(--cp-link);
}

#inner-wrapper > .cp-shell .cp-shell__nav-link:hover,
#inner-wrapper > .cp-shell .cp-shell__language-link:hover,
#inner-wrapper > .cp-shell .cp-shell__menu-summary:hover,
#inner-wrapper > .cp-shell .cp-shell__nav-link[aria-current] {
	color: #3d2606;
}

#inner-wrapper > .cp-shell__footer .cp-shell__footer-link {
	color: #f2f2f2;
	text-decoration: underline;
	text-underline-offset: 3px;
}
