/*
Theme Name: CCH Learning
Theme URI: https://cchlearningaudev.creativestate.dev
Author: Eldin Didic
Description: A clean block theme for the CCH Learning AU and NZ builds.
Requires at least: 7.0
Tested up to: 7.0
Requires PHP: 8.4
Version: 1.0.0
Text Domain: wk-cch-learning
*/

@font-face {
	ascent-override: 90.5%;
	descent-override: 22.5%;
	font-display: swap;
	font-family: "Fira Sans";
	line-gap-override: 0%;
	font-style: normal;
	font-weight: 300;
	src: url("assets/fonts/fira-sans/fira-sans-300.woff2") format("woff2");
}

@font-face {
	ascent-override: 90.5%;
	descent-override: 22.5%;
	font-display: swap;
	font-family: "Fira Sans";
	line-gap-override: 0%;
	font-style: normal;
	font-weight: 400;
	src: url("assets/fonts/fira-sans/fira-sans-400.woff2") format("woff2");
}

@font-face {
	ascent-override: 90.5%;
	descent-override: 22.5%;
	font-display: swap;
	font-family: "Fira Sans";
	line-gap-override: 0%;
	font-style: normal;
	font-weight: 500;
	src: url("assets/fonts/fira-sans/fira-sans-500.woff2") format("woff2");
}

@font-face {
	ascent-override: 90.5%;
	descent-override: 22.5%;
	font-display: swap;
	font-family: "Fira Sans";
	line-gap-override: 0%;
	font-style: normal;
	font-weight: 700;
	src: url("assets/fonts/fira-sans/fira-sans-700.woff2") format("woff2");
}

@font-face {
	ascent-override: 90.5%;
	descent-override: 22.5%;
	font-display: swap;
	font-family: "Fira Sans";
	line-gap-override: 0%;
	font-style: normal;
	font-weight: 600;
	src: url("assets/fonts/fira-sans/fira-sans-600.woff2") format("woff2");
}

@font-face {
	ascent-override: 90.5%;
	descent-override: 22.5%;
	font-display: swap;
	font-family: "Fira Sans";
	line-gap-override: 0%;
	font-style: normal;
	font-weight: 800;
	src: url("assets/fonts/fira-sans/fira-sans-800.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "JetBrains Mono";
	font-style: normal;
	font-weight: 400;
	src: url("assets/fonts/jetbrains-mono/jetbrains-mono-400.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "JetBrains Mono";
	font-style: normal;
	font-weight: 500;
	src: url("assets/fonts/jetbrains-mono/jetbrains-mono-500.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "JetBrains Mono";
	font-style: normal;
	font-weight: 600;
	src: url("assets/fonts/jetbrains-mono/jetbrains-mono-600.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "JetBrains Mono";
	font-style: normal;
	font-weight: 700;
	src: url("assets/fonts/jetbrains-mono/jetbrains-mono-700.woff2") format("woff2");
}

:root {
	--wk-font-family: "Fira Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	--wk-font-family-mono: "JetBrains Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
	--wk-fira-micro-text-y: 1px;
	--wk-icon-arrow-right: url("assets/icons/arrow-right.svg");
	--wk-weight-light: 300;
	--wk-weight-regular: 400;
	--wk-weight-medium: 500;
	--wk-weight-semibold: 600;
	--wk-weight-bold: 700;
	--wk-weight-heavy: 800;

	--wk-color-black: #000;
	--wk-color-ink: #222;
	--wk-color-muted: #69727a;
	--wk-color-rule: #d7dadd;
	--wk-color-surface: #f4f4f4;
	--wk-color-white: #fff;
	--wk-color-blue: #007ac3;
	--wk-color-green: #7ac143;
	--wk-color-red: #ef3340;
	--wk-color-yellow: #fdb913;

	--wk-container-lg: 1280px;
	--wk-container-md: 760px;
	--wk-gap-xs: 8px;
	--wk-gap-sm: 14px;
	--wk-gap-md: 20px;
	--wk-gap-lg: 38px;
	--wk-gap-xl: 66px;
	--wk-space-0: 0;
	--wk-space-xs: var(--wk-gap-xs);
	--wk-space-sm: var(--wk-gap-sm);
	--wk-space-md: var(--wk-gap-md);
	--wk-space-lg: var(--wk-gap-lg);
	--wk-space-xl: var(--wk-gap-xl);
	--wk-space-section: 78px;
	--wk-space-section-lg: 104px;

	--wk-font-size-11: 11px;
	--wk-font-size-12: 12px;
	--wk-font-size-13: 13px;
	--wk-font-size-14: 14px;
	--wk-font-size-15: 15px;
	--wk-font-size-16: 16px;
	--wk-font-size-17: 17px;
	--wk-font-size-18: 18px;
	--wk-font-size-20: 20px;
	--wk-font-size-22: 22px;
	--wk-font-size-24: 24px;
	--wk-font-size-28: 28px;
	--wk-font-size-30: 30px;
	--wk-font-size-31: 31px;
	--wk-font-size-32: 32px;
	--wk-font-size-34: 34px;
	--wk-font-size-36: 36px;
	--wk-font-size-40: 40px;
	--wk-font-size-42: 42px;
	--wk-font-size-44: 44px;
	--wk-font-size-46: 46px;
	--wk-font-size-52: 52px;
	--wk-font-size-60: 60px;
	--wk-font-size-64: 64px;
	--wk-font-size-68: 68px;
	--wk-font-size-74: 74px;
	--wk-font-size-84: 84px;
	--wk-leading-tight: 1;
	--wk-leading-display: 0.9;
	--wk-leading-heading: 1.12;
	--wk-leading-copy: 1.48;

	--wk-button-height-sm: 38px;
	--wk-button-height-md: 44px;
	--wk-button-height-lg: 50px;
	--wk-button-padding-sm: 18px;
	--wk-button-padding-md: 22px;
	--wk-button-padding-lg: 24px;

	--wk-cch-black: var(--wk-color-black);
	--wk-cch-ink: var(--wk-color-ink);
	--wk-cch-muted: var(--wk-color-muted);
	--wk-cch-rule: var(--wk-color-rule);
	--wk-cch-surface: var(--wk-color-surface);
	--wk-cch-blue: var(--wk-color-blue);
	--wk-cch-green: var(--wk-color-green);
	--wk-cch-red: var(--wk-color-red);
	--wk-cch-yellow: var(--wk-color-yellow);
	--wk-cch-shell: var(--wk-container-lg);
	--wk-cch-gap: var(--wk-gap-md);
	--wk-header-bar-border-height: 1px;
	--wk-header-bar-height: 70px;
	--wk-header-colour-rule-height: 4px;
	--wk-mobile-menu-top: calc(var(--wk-header-bar-height) + var(--wk-header-bar-border-height) + var(--wk-header-colour-rule-height));
	--wk-scrollbar-thumb: #c8d5df;
	--wk-scrollbar-thumb-hover: #aebdca;
	--wk-scrollbar-track: #f6f8fa;
}

* {
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
	scroll-behavior: smooth;
	scrollbar-color: var(--wk-scrollbar-thumb) var(--wk-scrollbar-track);
	scrollbar-gutter: stable;
	scrollbar-width: thin;
}

html::-webkit-scrollbar {
	height: 12px;
	width: 12px;
}

html::-webkit-scrollbar-track {
	background: var(--wk-scrollbar-track);
}

html::-webkit-scrollbar-thumb {
	background: var(--wk-scrollbar-thumb);
	border: 3px solid var(--wk-scrollbar-track);
	border-radius: 999px;
}

html::-webkit-scrollbar-thumb:hover {
	background: var(--wk-scrollbar-thumb-hover);
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: var(--wk-color-white);
	color: var(--wk-cch-ink);
	font-family: var(--wk-font-family);
	font-kerning: normal;
	font-synthesis: none;
	font-synthesis-small-caps: none;
	font-synthesis-style: none;
	font-synthesis-weight: none;
	margin: 0;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-rendering: optimizeLegibility;
}

body .wp-site-blocks {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	min-height: 100dvh;
	padding-left: 0;
	padding-right: 0;
}

.wk-mt-0 { margin-block-start: var(--wk-space-0) !important; }
.wk-mt-xs { margin-block-start: var(--wk-space-xs) !important; }
.wk-mt-sm { margin-block-start: var(--wk-space-sm) !important; }
.wk-mt-md { margin-block-start: var(--wk-space-md) !important; }
.wk-mt-lg { margin-block-start: var(--wk-space-lg) !important; }
.wk-mt-xl { margin-block-start: var(--wk-space-xl) !important; }
.wk-mt-section { margin-block-start: var(--wk-space-section) !important; }

.wk-mb-0 { margin-block-end: var(--wk-space-0) !important; }
.wk-mb-xs { margin-block-end: var(--wk-space-xs) !important; }
.wk-mb-sm { margin-block-end: var(--wk-space-sm) !important; }
.wk-mb-md { margin-block-end: var(--wk-space-md) !important; }
.wk-mb-lg { margin-block-end: var(--wk-space-lg) !important; }
.wk-mb-xl { margin-block-end: var(--wk-space-xl) !important; }
.wk-mb-section { margin-block-end: var(--wk-space-section) !important; }

.wk-pt-0 { padding-block-start: var(--wk-space-0) !important; }
.wk-pt-xs { padding-block-start: var(--wk-space-xs) !important; }
.wk-pt-sm { padding-block-start: var(--wk-space-sm) !important; }
.wk-pt-md { padding-block-start: var(--wk-space-md) !important; }
.wk-pt-lg { padding-block-start: var(--wk-space-lg) !important; }
.wk-pt-xl { padding-block-start: var(--wk-space-xl) !important; }
.wk-pt-section { padding-block-start: var(--wk-space-section) !important; }

.wk-pb-0 { padding-block-end: var(--wk-space-0) !important; }
.wk-pb-xs { padding-block-end: var(--wk-space-xs) !important; }
.wk-pb-sm { padding-block-end: var(--wk-space-sm) !important; }
.wk-pb-md { padding-block-end: var(--wk-space-md) !important; }
.wk-pb-lg { padding-block-end: var(--wk-space-lg) !important; }
.wk-pb-xl { padding-block-end: var(--wk-space-xl) !important; }
.wk-pb-section { padding-block-end: var(--wk-space-section) !important; }

.wk-gap-0 { gap: var(--wk-space-0) !important; }
.wk-gap-xs { gap: var(--wk-space-xs) !important; }
.wk-gap-sm { gap: var(--wk-space-sm) !important; }
.wk-gap-md { gap: var(--wk-space-md) !important; }
.wk-gap-lg { gap: var(--wk-space-lg) !important; }
.wk-gap-xl { gap: var(--wk-space-xl) !important; }

.wk-stack {
	display: grid;
}

.wk-stack-0 { display: grid; gap: var(--wk-space-0) !important; }
.wk-stack-xs { display: grid; gap: var(--wk-space-xs) !important; }
.wk-stack-sm { display: grid; gap: var(--wk-space-sm) !important; }
.wk-stack-md { display: grid; gap: var(--wk-space-md) !important; }
.wk-stack-lg { display: grid; gap: var(--wk-space-lg) !important; }
.wk-stack-xl { display: grid; gap: var(--wk-space-xl) !important; }

body.admin-bar {
	--wk-admin-bar-height: var(--wp-admin--admin-bar--height, 32px);
}

body.admin-bar .wp-site-blocks {
	min-height: calc(100vh - var(--wk-admin-bar-height));
	min-height: calc(100dvh - var(--wk-admin-bar-height));
}

.wp-site-blocks > * {
	margin-block-start: 0;
}

.wp-site-blocks > main {
	flex: 1 0 auto;
}

.wp-site-blocks > footer {
	flex-shrink: 0;
}

.wk-flow > *+* {
	margin-block-start: var(--wk-flow-space, var(--wk-space-md));
}

.wk-flow-none > * {
	margin-block-start: 0 !important;
}

.wk-m-0 {
	margin: 0 !important;
}

.wk-mt-0,
.wk-mbs-0 {
	margin-block-start: 0 !important;
}

.wk-mb-0,
.wk-mbe-0 {
	margin-block-end: 0 !important;
}

.wk-mt-xs,
.wk-mbs-xs {
	margin-block-start: var(--wk-space-xs) !important;
}

.wk-mt-sm,
.wk-mbs-sm {
	margin-block-start: var(--wk-space-sm) !important;
}

.wk-mt-md,
.wk-mbs-md {
	margin-block-start: var(--wk-space-md) !important;
}

.wk-mt-lg,
.wk-mbs-lg {
	margin-block-start: var(--wk-space-lg) !important;
}

.wk-mt-xl,
.wk-mbs-xl {
	margin-block-start: var(--wk-space-xl) !important;
}

.wk-p-0 {
	padding: 0 !important;
}

.wk-pt-0,
.wk-pbs-0 {
	padding-block-start: 0 !important;
}

.wk-pb-0,
.wk-pbe-0 {
	padding-block-end: 0 !important;
}

.wk-py-0 {
	padding-block: 0 !important;
}

.wk-py-sm {
	padding-block: var(--wk-space-sm) !important;
}

.wk-py-md {
	padding-block: var(--wk-space-md) !important;
}

.wk-py-lg {
	padding-block: var(--wk-space-lg) !important;
}

.wk-py-xl {
	padding-block: var(--wk-space-xl) !important;
}

a {
	color: inherit;
	text-decoration: none;
	text-underline-offset: 0.18em;
}

.wk-icon {
	display: inline-block;
	flex: 0 0 auto;
	height: 20px;
	width: 20px;
}

.wk-cch-inline-icon {
	vertical-align: -0.125em;
	height: 16px;
	width: 16px;
}

.wk-container,
.wk-cch-shell {
	--wk-shell-gutter: 32px;
	margin-left: auto;
	margin-right: auto;
	max-width: calc(var(--wk-cch-shell) + (var(--wk-shell-gutter) * 2));
	padding-left: var(--wk-shell-gutter);
	padding-right: var(--wk-shell-gutter);
	width: 100%;
}

.wk-container-content {
	max-width: var(--wk-container-md);
}

.wk-stack {
	display: flex;
	flex-direction: column;
	gap: var(--wk-stack-gap, var(--wk-gap-md));
}

.wk-cluster,
.wk-cch-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: var(--wk-cluster-gap, var(--wk-gap-sm));
}

.wk-grid {
	display: grid;
	gap: var(--wk-grid-gap, var(--wk-gap-md));
}

.wk-grid-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wk-grid-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wk-grid-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wk-split {
	align-items: start;
	display: grid;
	gap: var(--wk-split-gap, var(--wk-gap-xl));
	grid-template-columns: minmax(0, 1fr) var(--wk-split-aside, 712px);
}

.wk-split-left-fixed {
	grid-template-columns: var(--wk-split-main, 440px) minmax(0, 1fr);
}

.wk-section {
	background: var(--wk-section-bg, var(--wk-color-white));
	padding: var(--wk-section-padding, var(--wk-space-section) 0);
}

.wk-section-white {
	--wk-section-bg: var(--wk-color-white);
}

.wk-section-surface {
	--wk-section-bg: var(--wk-color-surface);
}

.wk-section-flush-top {
	padding-top: 0;
}

.wk-eyebrow,
.wk-cch-kicker {
	color: #3a3a3a;
	font-size: var(--wk-font-size-12);
	font-feature-settings: "case" 1;
	font-weight: var(--wk-weight-semibold);
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-transform: uppercase;
}

.wk-heading {
	color: var(--wk-heading-color, #2b2e31);
	font-weight: var(--wk-heading-weight, var(--wk-weight-light));
	letter-spacing: 0;
	margin: 0;
}

.wk-heading-display {
	--wk-heading-color: #212428;
	font-size: var(--wk-heading-size, var(--wk-font-size-68));
	line-height: var(--wk-leading-display);
}

.wk-heading-section {
	font-size: var(--wk-heading-size, var(--wk-font-size-44));
	line-height: var(--wk-heading-leading, var(--wk-leading-heading));
}

.wk-heading-page {
	--wk-heading-color: #212428;
	font-size: var(--wk-heading-size, 55px);
	line-height: var(--wk-heading-leading, 0.98);
	max-width: var(--wk-heading-width, var(--wk-cch-shell));
}

.wk-heading-card {
	font-size: var(--wk-card-heading-size, 20px);
	font-weight: var(--wk-weight-medium);
	line-height: 1.08;
}

.wk-heading-quote {
	--wk-heading-color: #34383c;
	font-size: var(--wk-heading-size, var(--wk-font-size-40));
	line-height: var(--wk-heading-leading, var(--wk-leading-heading));
}

.wk-heading-subtle {
	--wk-heading-color: #34383c;
	font-size: var(--wk-heading-size, var(--wk-font-size-28));
	line-height: var(--wk-heading-leading, var(--wk-leading-heading));
}

.wk-text {
	color: var(--wk-text-color, var(--wk-color-muted));
	font-size: var(--wk-text-size, var(--wk-font-size-15));
	font-weight: var(--wk-text-weight, var(--wk-weight-regular));
	line-height: var(--wk-text-leading, var(--wk-leading-copy));
	margin: 0;
}

.wk-text-small {
	--wk-text-size: var(--wk-font-size-12);
}

.wk-text-medium {
	--wk-text-size: var(--wk-font-size-14);
}

.wk-text-lead {
	--wk-text-leading: 1.55;
	--wk-text-size: var(--wk-font-size-17);
	max-width: var(--wk-text-width, 660px);
}

.wk-text-strong {
	--wk-text-weight: var(--wk-weight-medium);
}

.wk-font-mono,
code,
kbd,
pre,
samp {
	font-family: var(--wk-font-family-mono);
}

pre {
	overflow-x: auto;
}

.wk-link {
	align-items: center;
	color: var(--wk-color-blue);
	display: inline-flex;
	font-size: var(--wk-font-size-14);
	font-weight: var(--wk-weight-semibold);
	gap: 4px;
	line-height: 1.2;
}

.wk-link .wk-cch-inline-icon,
.wk-link .wk-icon {
	flex: 0 0 auto;
}

.wk-card {
	background: var(--wk-card-bg, var(--wk-color-white));
	border: var(--wk-card-border, 1px solid var(--wk-color-rule));
	color: var(--wk-color-ink);
}

.wk-panel,
.wk-cch-summary-panel {
	background: var(--wk-panel-bg, var(--wk-color-white));
	border: var(--wk-panel-border, 1px solid var(--wk-color-rule));
	color: var(--wk-panel-color, var(--wk-color-ink));
	min-height: var(--wk-panel-min-height, 138px);
	padding: var(--wk-panel-padding, 24px);
}

.wk-panel-dark {
	--wk-panel-bg: var(--wk-color-black);
	--wk-panel-border: 1px solid var(--wk-color-black);
	--wk-panel-color: var(--wk-color-white);
}

.wk-panel-compact {
	--wk-panel-padding: 20px;
}

.wk-badge,
.wk-cch-session-badge {
	background: var(--wk-badge-bg, var(--wk-color-green));
	color: var(--wk-badge-color, var(--wk-color-black));
	display: inline-block;
	font-size: var(--wk-badge-size, var(--wk-font-size-12));
	font-weight: var(--wk-badge-weight, var(--wk-weight-semibold));
	letter-spacing: 0.1em;
	padding: var(--wk-badge-padding, 0.35rem 0.6rem);
	text-transform: uppercase;
}

.wk-section-head,
.wk-cch-section-head {
	align-items: var(--wk-section-head-align, end);
	display: flex;
	gap: var(--wk-section-head-gap, 24px);
	justify-content: space-between;
}

.wk-section-head > a,
.wk-cch-section-head > a:not(.wk-cch-button) {
	color: var(--wk-color-blue);
	font-size: var(--wk-font-size-14);
	font-weight: var(--wk-weight-semibold);
	margin-bottom: 8px;
}

.wk-form-field {
	border: 1px solid var(--wk-color-rule);
	border-radius: 0;
	color: var(--wk-color-ink);
	font-family: var(--wk-font-family);
	font-size: var(--wk-font-size-12);
	min-height: var(--wk-button-height-md);
	padding: 0 14px;
}

.wk-table {
	border: 1px solid var(--wk-color-rule);
	border-radius: 0;
	border-collapse: collapse;
	box-shadow: none;
	width: 100%;
}

.wk-table :is(th, td) {
	border-color: var(--wk-color-rule);
}

.wk-highlighted {
	color: var(--wk-color-blue);
}

.wk-highlighted.wk-blue {
	color: var(--wk-color-blue);
}

.wk-highlighted.wk-green {
	color: var(--wk-color-green);
}

.wk-highlighted.wk-red {
	color: var(--wk-color-red);
}

.wk-cch-header-shell {
	position: relative;
	z-index: 90;
}

.wk-cch-main-bar-inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.wk-cch-primary-nav,
.wk-cch-account-nav {
	align-items: center;
	display: flex;
}

.wk-cch-main-bar {
	background: #fff;
	border-bottom: 1px solid #e4e5e6;
	position: relative;
	z-index: 80;
}

.wk-cch-main-bar-inner {
	gap: 26px;
	min-height: var(--wk-header-bar-height);
}

.wk-cch-brand,
.wk-cch-footer-brand {
	align-items: center;
	display: inline-flex;
	font-weight: var(--wk-weight-semibold);
	gap: 10px;
	white-space: nowrap;
}

.wk-cch-brand-mark {
	align-items: center;
	border-right: 1px solid var(--wk-color-rule);
	display: inline-flex;
	height: 32px;
	padding-right: 10px;
	width: auto;
}

.wk-cch-brand-mark svg {
	display: block;
	flex: 0 0 auto;
	height: 32px;
	width: 32px;
}

.wk-cch-footer-brand-mark {
	height: 32px;
	width: 201px;
}

.wk-cch-brand-name {
	font-size: var(--wk-font-size-20);
}

.wk-cch-menu-toggle {
	align-items: center;
	background: transparent;
	border: 1px solid var(--wk-color-rule);
	border-radius: 0;
	color: var(--wk-color-black);
	display: none;
	font-family: var(--wk-font-family);
	font-size: var(--wk-font-size-13);
	font-weight: var(--wk-weight-semibold);
	gap: 10px;
	min-height: 38px;
	padding: 0 14px;
}

.wk-cch-menu-toggle-icon {
	height: 20px;
	width: 20px;
}

.wk-cch-menu-toggle-icon-close,
.wk-cch-menu-toggle[aria-expanded="true"] .wk-cch-menu-toggle-icon-open {
	display: none;
}

.wk-cch-menu-toggle[aria-expanded="true"] .wk-cch-menu-toggle-icon-close {
	display: inline-block;
}

.wk-cch-navigation {
	align-items: center;
	display: flex;
	flex: 1;
	gap: 26px;
	min-width: 0;
}

.wk-cch-primary-nav {
	flex: 1;
	gap: 26px;
}

.wk-cch-primary-nav a,
.wk-cch-account-nav a {
	color: #202327;
	font-size: var(--wk-font-size-14);
	font-weight: var(--wk-weight-regular);
}

.wk-cch-primary-nav a,
.wk-cch-account-nav a:not(.wk-cch-cart-link) {
	display: inline-flex;
	align-items: center;
	min-height: 31px;
	line-height: 1;
}

.wk-cch-primary-nav a:first-child {
	color: var(--wk-cch-black);
}

.wk-cch-primary-nav a.wk-cch-nav-link-active,
.wk-cch-account-nav a.wk-cch-nav-link-active {
	font-weight: var(--wk-weight-semibold);
}

.wk-cch-account-nav {
	gap: 22px;
}

.wk-cch-cart-link {
	align-items: center;
	border: 1px solid #b8bec4;
	display: inline-flex;
	gap: 8px;
	min-height: 36px;
	padding: 0 14px;
	position: relative;
}

.wk-cch-cart-link span {
	font-size: var(--wk-font-size-13);
}

.wk-cch-cart-link-icon {
	display: block;
	height: 16px;
	width: 16px;
}

.wk-cch-cart-link-count {
	align-items: center;
	background: var(--wk-cch-blue);
	border-radius: 999px;
	color: #fff;
	display: none;
	font-family: var(--wk-font-family);
	font-size: var(--wk-font-size-11);
	font-style: normal;
	font-weight: var(--wk-weight-semibold);
	height: 18px;
	justify-content: center;
	line-height: 1;
	min-width: 18px;
	padding: var(--wk-fira-micro-text-y) 0 0;
	text-align: center;
}

.wk-cch-cart-link-count.is-visible {
	display: inline-flex;
}

.wk-cch-colour-rule {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	height: var(--wk-header-colour-rule-height);
}

.wk-cch-colour-rule span:nth-child(1) {
	background: var(--wk-cch-red);
}

.wk-cch-colour-rule span:nth-child(2) {
	background: var(--wk-cch-green);
}

.wk-cch-colour-rule span:nth-child(3) {
	background: var(--wk-cch-blue);
}

.wk-cch-colour-rule-red-green-blue,
.is-style-red-green-blue-rule .wk-cch-colour-rule {
	grid-template-columns: 1fr 1fr 1fr;
}

.wk-cch-colour-rule-red-green-blue span:nth-child(3),
.is-style-red-green-blue-rule .wk-cch-colour-rule span:nth-child(3) {
	display: block;
}

.wk-cch-colour-rule-red-green,
.is-style-red-green-rule .wk-cch-colour-rule {
	grid-template-columns: 7fr 3fr;
}

.wk-cch-colour-rule-red-green span:nth-child(2),
.is-style-red-green-rule .wk-cch-colour-rule span:nth-child(2) {
	background: var(--wk-cch-green);
}

.wk-cch-colour-rule-red-green span:nth-child(3),
.is-style-red-green-rule .wk-cch-colour-rule span:nth-child(3) {
	display: none;
}

.wk-cch-home h1,
.wk-cch-home h2,
.wk-cch-home h3,
.wk-cch-home p {
	margin: 0;
}

.wk-cch-hero {
	--wk-section-padding: 78px 0 94px;
}

.wk-cch-hero-grid {
	--wk-split-aside: 520px;
	--wk-split-gap: 66px;
}

.wk-cch-hero-content {
	padding-top: 3px;
}

.wk-cch-actions {
	margin-top: 38px;
}

.wk-cch-hero h1 span {
	color: var(--wk-cch-blue);
}

.wk-cch-intro {
	--wk-text-leading: 1.6;
	--wk-text-size: var(--wk-font-size-18);
	--wk-text-width: 520px;
	font-weight: var(--wk-weight-regular);
}

.wk-button,
.wk-cch-button,
.wp-element-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 0;
	display: inline-flex;
	font-size: var(--wk-button-font-size, var(--wk-font-size-16));
	font-weight: var(--wk-button-weight, var(--wk-weight-regular));
	gap: 8px;
	justify-content: center;
	line-height: 1;
	min-height: var(--wk-button-height, var(--wk-button-height-lg));
	padding: 0 var(--wk-button-padding, var(--wk-button-padding-lg));
	text-decoration: none;
}

.wk-button-large,
.wk-cch-button-large {
	--wk-button-font-size: var(--wk-font-size-16);
	--wk-button-height: var(--wk-button-height-lg);
	--wk-button-padding: var(--wk-button-padding-lg);
	--wk-button-weight: var(--wk-weight-regular);
}

.wk-button-small,
.wk-cch-button-small {
	--wk-button-font-size: var(--wk-font-size-12);
	--wk-button-height: var(--wk-button-height-sm);
	--wk-button-padding: var(--wk-button-padding-sm);
	--wk-button-weight: var(--wk-weight-regular);
}

.wk-button-primary,
.wk-cch-button-primary,
.wp-element-button {
	background: var(--wk-cch-blue);
	border-color: var(--wk-cch-blue);
	color: #fff;
}

.wk-button-secondary,
.wk-cch-button-secondary,
.wk-button-outline,
.is-style-outline > .wp-element-button {
	background: #fff;
	border-color: var(--wk-cch-blue);
	color: var(--wk-cch-blue);
}

.wk-button-black-outline,
.wk-cch-button-black-outline {
	background: #fff;
	border-color: var(--wk-cch-black);
	color: var(--wk-cch-black);
}

.wk-button-black,
.wk-cch-button-black {
	background: var(--wk-cch-black);
	border-color: var(--wk-cch-black);
	color: #fff;
}

.wp-block-button.wk-button,
.wp-block-button.wk-cch-button {
	background: transparent;
	border: 0;
	display: inline-block;
	min-height: 0;
	padding: 0;
}

.wp-block-button.wk-button-black > .wp-element-button,
.wp-block-button.wk-cch-button-black > .wp-element-button {
	background: var(--wk-cch-black);
	border-color: var(--wk-cch-black);
	color: #fff;
}

.wp-block-button.wk-button-secondary > .wp-element-button,
.wp-block-button.wk-cch-button-secondary > .wp-element-button {
	background: #fff;
	border-color: var(--wk-cch-blue);
	color: var(--wk-cch-blue);
}

.wk-cch-button:hover {
	background: #111;
	border-color: #111;
	color: #fff;
}

.wk-cch-stats {
	border-top: 1px solid var(--wk-cch-rule);
	display: grid;
	gap: 38px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 44px;
	max-width: 520px;
	padding-top: 28px;
}

.wk-cch-stats strong {
	color: #33383d;
	display: block;
	font-size: var(--wk-font-size-28);
	font-weight: var(--wk-weight-light);
	line-height: 1;
}

.wk-cch-stats span {
	color: var(--wk-cch-muted);
	display: block;
	font-size: var(--wk-font-size-12);
	font-weight: var(--wk-weight-regular);
	margin-top: 10px;
}

.wk-lead-list .wk-heading {
	font-size: var(--wk-font-size-28);
}

.wk-lead-list ul {
	display: grid;
	gap: 6px;
	list-style: none;
	margin: 16px 0 16px 12px !important;
	padding: 0 !important;
}

.wk-lead-list ul li {
	color: #6a7583 !important;
	line-height: 1.5 !important;
	padding-left: 24px;
	position: relative;
	vertical-align: baseline !important;
	font-size: 14px;
}

.wk-lead-list ul li::before {
	background: var(--wk-cch-blue);
	border-radius: 50%;
	content: "";
	height: 6px;
	left: 2px;
	position: absolute;
	top: 0.75em;
	transform: translateY(-50%);
	width: 6px;
}

.wk-cch-lead-grid {
	border-top: 1px solid var(--wk-cch-rule);
	align-self: center;
	--wk-grid-gap: 12px;
	padding-top: 28px;
}

/* .wk-cch-lead-grid { */
	/* border-top: 1px solid var(--wk-cch-rule); */
	/* display: grid; */
	/* gap: 38px; */
	/* grid-template-columns: repeat(3, 1fr); */
	/* margin-top: 44px; */
	/* max-width: 520px; */
/* } */

.wk-cch-lead-grid strong {
	color: #33383d;
	display: block;
	font-size: var(--wk-font-size-28);
	font-weight: var(--wk-weight-light);
	line-height: 1;
}

.wk-cch-lead-grid span {
	color: var(--wk-cch-muted);
	display: block;
	font-size: var(--wk-font-size-12);
	font-weight: var(--wk-weight-regular);
	margin-top: 10px;
}

.wk-cch-hero-card {
	margin: 0;
	position: relative;
	width: 520px;
}

.wk-cch-hero-card-media {
	background: linear-gradient(135deg, rgba(0, 122, 195, 0.08), rgba(0, 0, 0, 0.08)), #d9e3e7;
	display: block;
	position: relative;
	width: 100%;
	min-height: 520px;
	min-width: 520px;
	place-content: center;
}

.wk-cch-hero-card-media::before,
div.wk-cch-award-media::before {
	color: #5c666d;
	content: "Asset placeholder";
	display: grid;
	font-size: var(--wk-font-size-11);
	font-weight: var(--wk-weight-semibold);
	height: 100%;
	letter-spacing: 0.08em;
	place-items: center;
	text-transform: uppercase;
}

.wk-cch-hero-card figcaption {
	background: #050505;
	bottom: -28px;
	color: #fff;
	left: -24px;
	min-height: 96px;
	padding: 20px 24px;
	position: absolute;
	width: 316px;
}

.wk-cch-hero-card figcaption span,
.wk-cch-hero-card figcaption small {
	color: #d6d6d6;
	display: block;
	font-size: var(--wk-font-size-12);
	font-weight: var(--wk-weight-semibold);
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.wk-cch-hero-card figcaption span {
	font-size: var(--wk-font-size-11);
	font-weight: var(--wk-weight-medium);
}

.wk-cch-hero-live-head {
	align-items: center;
	display: flex;
	gap: 10px;
}

.wk-cch-hero-live-chip {
	background: var(--wk-color-green);
	color: var(--wk-color-black);
	display: inline-flex;
	font-size: 10px;
	font-style: normal;
	font-weight: var(--wk-weight-semibold);
	letter-spacing: 0.08em;
	line-height: 1;
	padding: 5px 7px;
	text-transform: uppercase;
}

.wk-cch-hero-card figcaption strong {
	display: block;
	font-size: var(--wk-font-size-15);
	font-weight: var(--wk-weight-semibold);
	line-height: 1.3;
	margin-top: 10px;
}

.wk-cch-hero-card figcaption strong a {
	color: inherit;
	text-decoration: none;
}

.wk-cch-hero-card figcaption strong a:hover {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.wk-cch-hero-card figcaption small {
	margin-top: 8px;
	text-transform: none;
}

.wk-cch-topics {
	--wk-section-padding: 0 0 80px;
}

.wk-cch-section-head .wk-heading-section,
.wk-cch-subscription .wk-heading-section,
.wk-cch-awards .wk-heading-section {
	margin-top: 16px;
}

.wk-cch-topic-grid {
	--wk-grid-gap: 18px;
	margin-top: 24px;
}

.wk-cch-topic-card {
	--wk-card-bg: var(--wk-color-surface);
	--wk-card-border: 0;
	color: #25282c;
	display: grid;
	isolation: isolate;
	/* min-height: 122px; */
	/* padding: 24px 24px 80px; */
	padding: 24px 24px;
	position: relative;
	overflow: hidden;
}

.wk-cch-topic-card-accent {
	display: block;
	height: 3px;
	margin-bottom: 36px;
	width: 100%;
}

.wk-cch-topic-card.wk-cch-topic-card-blue .wk-cch-topic-card-accent {
	background-color: var(--wk-color-blue);
}

.wk-cch-topic-card.wk-cch-topic-card-green .wk-cch-topic-card-accent {
	background-color: var(--wk-color-green);
}

.wk-cch-topic-card.wk-cch-topic-card-red .wk-cch-topic-card-accent {
	background-color: var(--wk-color-red);
}

.wk-cch-topic-card.wk-cch-topic-card-black .wk-cch-topic-card-accent {
	background-color: var(--wk-color-black);
}

.wk-cch-topic-card-tax .wk-cch-topic-card-accent {
	background: var(--wk-cch-blue);
}

.wk-cch-topic-card-accounting .wk-cch-topic-card-accent {
	background: var(--wk-cch-green);
}

.wk-cch-topic-card-legal .wk-cch-topic-card-accent {
	background: var(--wk-cch-red);
}

.wk-cch-topic-card-all .wk-cch-topic-card-accent {
	background: #111;
}

.wk-cch-topic-card-media,
.wk-cch-topic-card-overlay {
	inset: 0;
	position: absolute;
}

.wk-cch-topic-card-media {
	z-index: -2;
}

.wk-cch-topic-card-image {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.wk-cch-topic-card-overlay {
	background: rgba(0, 0, 0, 0.56);
	z-index: -1;
}

.wk-cch-topic-card.has-image {
	--wk-card-bg: #111;
	align-content: start;
	color: #fff;
	min-height: 200px;
}

.wk-cch-topic-card.has-image .wk-cch-topic-card-accent {
	background: rgba(255, 255, 255, 0.78);
}

.wk-cch-topic-card strong {
	font-size: var(--wk-font-size-31);
	font-weight: var(--wk-weight-light);
	line-height: 1;
	position: relative;
}

.wk-cch-topic-card small {
	color: var(--wk-cch-muted);
	font-size: var(--wk-font-size-13);
	font-weight: var(--wk-weight-regular);
	margin-top: 12px;
}

.wk-cch-topic-card em {
	align-self: end;
	font-size: var(--wk-font-size-28);
	font-style: normal;
	font-weight: var(--wk-weight-light);
	line-height: 1;
	margin-top: 22px;
}

.wk-cch-topic-card b {
	bottom: 24px;
	font-size: var(--wk-font-size-16);
	position: absolute;
	right: 26px;
}

.wk-cch-live {
	--wk-section-padding: 70px 0 86px;
}

.wk-cch-live .wk-cch-section-head {
	--wk-section-head-align: center;
}

.wk-cch-live .wk-cch-button-secondary {
	min-height: 38px;
}

.wk-cch-event-grid {
	--wk-grid-gap: 18px;
	margin-top: 28px;
}

.wk-cch-event-card {
	--wk-card-border: 0;
	border-top: 3px solid var(--wk-cch-blue);
	display: flex;
	flex-direction: column;
	/* min-height: 204px; */
	padding: 22px 20px 19px;
	position: relative;
}

.wk-cch-event-card > a {
	color: inherit;
	display: flex;
	flex: 1;
	flex-direction: column;
	position: relative;
	text-decoration: none;
}

.wk-cch-event-card > a[data-tooltip]::after {
	background: #050505;
	color: #fff;
	content: attr(data-tooltip);
	font-size: var(--wk-font-size-12);
	font-weight: var(--wk-weight-medium);
	box-sizing: border-box;
	left: -20px;
	letter-spacing: 0;
	line-height: 1.35;
	opacity: 0;
	padding: 10px 12px;
	pointer-events: none;
	position: absolute;
	text-transform: none;
	top: calc(100% + 19px);
	transform: translateY(4px);
	transition: opacity 120ms ease, transform 120ms ease, visibility 120ms ease;
	visibility: hidden;
	width: calc(100% + 40px);
	z-index: 10;
}

.wk-cch-event-card > a[data-tooltip]:hover::after,
.wk-cch-event-card > a[data-tooltip]:focus-visible::after {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.wk-cch-event-date {
	align-items: baseline;
	display: flex;
	gap: 13px;
}

.wk-cch-event-date strong {
	color: #33383d;
	font-size: var(--wk-font-size-34);
	font-weight: var(--wk-weight-light);
	line-height: 1;
}

.wk-cch-event-date span {
	color: #7a8289;
	font-size: var(--wk-font-size-13);
	font-weight: var(--wk-weight-regular);
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.wk-cch-event-card p {
	color: var(--wk-cch-blue);
	font-size: var(--wk-font-size-11);
	font-weight: var(--wk-weight-semibold);
	margin-top: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.wk-cch-event-card h3 {
	color: #1e2225;
	display: -webkit-box;
	font-size: var(--wk-font-size-14);
	font-weight: var(--wk-weight-semibold);
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	letter-spacing: 0;
	line-height: 1.22;
	margin-bottom: 16px;
	margin-top: 9px;
	min-height: calc(2 * 1.22em);
	overflow: hidden;
}

.wk-cch-event-card:hover h3 {
	color: var(--wk-color-blue);
}

.wk-cch-event-card > div:last-child,
.wk-cch-event-card > a > div:last-child {
	border-top: 1px solid #222;
	display: flex;
	font-size: var(--wk-font-size-14);
	font-weight: var(--wk-weight-semibold);
	justify-content: space-between;
	margin-top: auto;
	padding-top: 14px;
}

.wk-cch-event-card > a > div:last-child > span:nth-child(1) {
	font-weight: var(--wk-weight-regular);
}

.wk-cch-event-card > a > div:last-child > span:nth-child(2) {
	font-weight: var(--wk-weight-medium);
}

.wk-cch-feature-grid {
	--wk-grid-gap: 38px;
	margin-top: 0;
}

.wk-cch-feature-section {
	--wk-section-padding: 0 0 86px;
}

.wk-cch-feature-grid article {
	border-top: 3px solid var(--wk-color-green);
	padding-top: 16px;
}

.wk-cch-feature-grid span {
	font-family: 'JetBrains Mono';
	color: #8a9198;
	display: block;
	font-size: var(--wk-font-size-11);
	font-weight: var(--wk-weight-semibold);
	letter-spacing: 0.12em;
	margin-bottom: 12px;
}

.wk-cch-feature-grid p {
	color: #4f565c;
	margin-top: 17px;
}

.wk-cch-subscription {
	--wk-section-padding: 74px 0 76px;
}

.wk-cch-subscription-grid {
	--wk-split-gap: 44px;
	--wk-split-main: 440px;
}

.wk-cch-subscription p:not(.wk-cch-kicker) {
	--wk-text-size: var(--wk-font-size-16);
	line-height: 1.45;
	margin-top: 22px;
}

.wk-cch-subscription .wk-cch-button {
	margin-top: 27px;
}

.wk-cch-plan-grid {
	align-self: end;
	--wk-grid-gap: 12px;
	padding-top: 40px;
}

.wk-cch-plan {
	border: 1px solid var(--wk-cch-rule);
	color: #222;
	display: block;
	/* min-height: 148px; */
	padding: 20px 20px 16px;
	position: relative;
}

.wk-cch-plan-popular {
	border: 2px solid #222;
	padding-top: 20px;
}

.wk-cch-plan i {
	background: var(--wk-color-blue);
	color: #fff;
	font-size: var(--wk-font-size-13);
	font-style: normal;
	font-weight: var(--wk-weight-medium);
	left: 20px;
	letter-spacing: 0.12em;
	padding: 3px 12px;
	position: absolute;
	text-transform: uppercase;
	top: -12px;
}

.wk-cch-plan strong {
	display: block;
	font-size: var(--wk-font-size-36);
	font-weight: var(--wk-weight-light);
	line-height: 1;
}

.wk-cch-plan span {
	color: #7b838a;
	display: block;
	font-size: var(--wk-font-size-12);
	font-weight: var(--wk-weight-medium);
	letter-spacing: 0.05em;
	margin-top: 5px;
	text-transform: uppercase;
}

.wk-cch-plan small {
	display: block;
	font-size: var(--wk-font-size-13);
	font-weight: var(--wk-weight-regular);
	margin-top: 6px;
}

.wk-cch-plan b {
	display: block;
	font-size: var(--wk-font-size-20);
	font-weight: var(--wk-weight-semibold);
	margin-top: 8px;
}

.wk-cch-awards {
	--wk-section-padding: 0 0 78px;
}

.wk-cch-awards h2 {
	margin-top: 20px;
	max-width: 1120px;
}

.wk-cch-award-grid {
	--wk-grid-gap: 14px;
	margin-top: 42px;
}

.wk-cch-award {
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: 120px 1fr;
	margin: 0;
	min-width: 0;
}

.wk-cch-award-media {
	aspect-ratio: 1;
	background: #f0f2f3;
	border: 1px solid var(--wk-cch-rule);
	width: 120px;
}

img.wk-cch-award-media {
	aspect-ratio: auto;
	background: transparent;
	border: 0;
	display: block;
	height: auto;
	max-height: 120px;
	object-fit: contain;
	width: 120px;
}

div.wk-cch-award-media::before {
	content: "Award";
	font-size: var(--wk-font-size-11);
	letter-spacing: 0.02em;
}

.wk-cch-award figcaption {
	min-width: 0;
}

.wk-cch-award strong,
.wk-cch-award span {
	display: block;
	font-size: var(--wk-font-size-13);
	line-height: 1.28;
}

.wk-cch-award strong {
	font-weight: var(--wk-weight-semibold);
	margin-bottom: 10px;
}

.wk-cch-award span {
	color: #3f464c;
	font-weight: var(--wk-weight-regular);
}

/* .wk-cch-testimonials {
	display: flex;
	gap: 3rem;
} */

.wk-cch-testimonials .wk-text {
	font-size: var(--wk-font-size-16);
}

.wk-cch-testimonial {
	--wk-section-padding: 20px 0 60px;
}

.wk-cch-testimonial .wk-cch-kicker,
.wk-cch-testimonial .wk-heading-section {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}

.wk-cch-testimonial .wk-heading-section {
	margin-top: 16px;
	/* font-size: 22px; */
}

.wk-cch-testimonial-viewport {
	display: grid;
	margin: 0;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 22px;
	width: 100%;
}

.wk-cch-testimonial-item {
	grid-area: 1 / 1;
	margin: 0;
	overflow-wrap: break-word;
}

.wk-cch-testimonial-item:not(.is-active) {
	display: none;
}

.wk-cch-testimonial.is-enhanced .wk-cch-testimonial-item {
	display: block;
	opacity: 0;
	pointer-events: none;
	transform: translateX(18px);
	transition: opacity var(--wk-testimonial-duration, 450ms) ease, transform var(--wk-testimonial-duration, 450ms) ease, visibility var(--wk-testimonial-duration, 450ms) ease;
	visibility: hidden;
}

.wk-cch-testimonial.is-enhanced .wk-cch-testimonial-item.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
	visibility: visible;
}

.wk-cch-testimonial-fade.is-enhanced .wk-cch-testimonial-item,
.wk-cch-testimonial-none.is-enhanced .wk-cch-testimonial-item {
	transform: none;
}

.wk-cch-testimonial-none.is-enhanced .wk-cch-testimonial-item {
	transition: none;
}

.wk-cch-testimonial .wk-heading-quote {
	--wk-heading-size: clamp(var(--wk-font-size-34), 4.2vw, var(--wk-font-size-30));
}

.wk-cch-testimonial cite {
	display: block;
	font-style: normal;
	margin-top: 31px;
}

.wk-cch-testimonial cite strong,
.wk-cch-testimonial cite span {
	display: block;
	font-size: var(--wk-font-size-14);
	font-weight: var(--wk-weight-semibold);
}

.wk-cch-testimonial cite span {
	font-weight: var(--wk-weight-regular);
	color: #737b82;
	margin-top: 2px;
}

.wk-cch-testimonial-nav {
	display: flex;
	gap: 8px;
	margin: 30px auto 0;
	max-width: 900px;
	width: 100%;
}

.wk-cch-testimonial-nav button {
	background: #d8dde1;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	height: 3px;
	padding: 0;
	transition: background-color 160ms ease, width 160ms ease;
	width: 28px;
}

.wk-cch-testimonial-nav button.is-active {
	background: #111;
}

.wk-cch-page {
	--wk-section-padding: 62px 0 88px;
}

.wk-cch-page-hero {
	border-bottom: 1px solid var(--wk-cch-rule);
	--wk-section-padding: 62px 0 54px;
}

.wk-cch-page-hero h1,
.wk-cch-page-title {
	margin: 14px 0 0;
}

.wk-cch-page-hero p:not(.wk-cch-kicker),
.wk-cch-page-intro {
	margin: 20px 0 0;
}

.wk-cch-content > *+* {
	margin-block-start: 1.25rem;
}

.wk-cch-about-page,
.wk-cch-contact-page {
	--wk-section-padding: 68px 0 92px;
}

.wk-cch-about-layout {
	display: grid;
	gap: 48px;
}

.wk-cch-about-header,
.wk-cch-contact-header {
	max-width: 900px;
}

.wk-cch-about-header .wk-heading-page,
.wk-cch-contact-header .wk-heading-page {
	margin-top: 14px;
}

.wk-cch-rich-text {
	color: #27313a;
	font-size: var(--wk-font-size-17);
	line-height: 1.64;
	max-width: 900px;
}

.wk-cch-rich-text > * {
	margin: 0;
}

.wk-cch-rich-text > *+* {
	margin-top: 1.15rem;
}

.wk-cch-about-content {
	align-items: start;
	display: grid;
	gap: 58px;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	max-width: 1180px;
}

.wk-cch-about-body {
	max-width: 760px;
}

.wk-cch-about-body > p:first-child {
	color: #111820;
	font-size: var(--wk-font-size-20);
	line-height: 1.52;
}

.wk-cch-about-body > p:not(:first-child) {
	font-size: var(--wk-font-size-15);
	font-weight: var(--wk-weight-light);
	line-height: 1.7;
}

.wk-cch-about-aside {
	background: #f7f8f9;
	padding: 28px;
}

.wk-cch-about-aside > .wk-cch-kicker {
	margin-bottom: 24px;
}

.wk-cch-about-points {
	display: grid;
	gap: 24px;
}

.wk-cch-about-stats,
.wk-cch-contact-options {
	--wk-grid-gap: 16px;
	margin-top: 10px;
}

.wk-cch-about-point,
.wk-cch-about-stat,
.wk-cch-contact-option,
.wk-cch-contact-note {
	border: 0;
	padding: 0;
}

.wk-cch-contact-option .wk-text,
.wk-cch-contact-note .wk-text {
	margin-top: 14px;
}

.wk-cch-about-point {
	border-top: 1px solid var(--wk-cch-rule);
	padding-top: 20px;
}

.wk-cch-about-point:first-child {
	border-top: 0;
	padding-top: 0;
}

.wk-cch-about-point .wk-text {
	margin-top: 10px;
}

.wk-cch-about-stat {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 24px;
}

.wk-cch-about-stat strong {
	color: #111;
	font-size: var(--wk-font-size-28);
	font-weight: var(--wk-weight-medium);
	line-height: 1;
}

.wk-cch-about-stat span {
	color: var(--wk-color-muted);
	font-size: var(--wk-font-size-13);
	line-height: 1.35;
}

.wk-cch-contact-options {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 44px;
	gap: 34px;
}

.wk-cch-contact-option {
	align-items: start;
	border: 0;
	display: flex;
	flex-direction: column;
	min-height: 210px;
	padding: 0;
}

.wk-cch-contact-option .wk-heading-card {
	margin-top: 24px;
}

.wk-cch-contact-option .wk-cch-kicker {
	margin-top: 3px;
}

.wk-cch-contact-links {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: auto;
	padding-top: 28px;
}

.wk-cch-contact-option .wk-cch-contact-links {
	margin-top: 28px;
	padding-top: 0;
}

.wk-cch-contact-link {
	align-items: center;
	color: var(--wk-color-blue);
	display: inline-flex;
	font-size: var(--wk-font-size-17);
	font-weight: var(--wk-weight-medium);
	gap: 10px;
	line-height: 1.25;
	width: fit-content;
}

.wk-cch-contact-link-icon {
	display: inline-flex;
	flex: 0 0 auto;
	height: 56px;
	width: 56px;
}

.wk-cch-contact-link-svg {
	display: block;
	height: 100%;
	width: 100%;
}

.wk-cch-contact-details {
	background: #f7f8f9;
	margin-top: 40px;
	padding: 28px;
}

.wk-cch-contact-detail-grid {
	--wk-grid-gap: 28px;
	margin-top: 24px;
}

.wk-cch-contact-detail-group {
	padding-top: 0;
}

.wk-cch-contact-detail-group .wk-cch-contact-links {
	margin-top: 18px;
	padding-top: 0;
}

.wk-cch-contact-note {
	background: var(--wk-color-surface);
	margin-top: 16px;
	max-width: 900px;
}

.wk-cch-utility-page {
	--wk-section-padding: 82px 0 96px;
}

.wk-cch-utility-page .wk-cch-content {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.wk-cch-utility-hero {
	--wk-split-aside: 360px;
	--wk-split-gap: 86px;
	align-items: stretch;
}

.wk-cch-utility-copy {
	--wk-stack-gap: 22px;
}

.wk-cch-utility-copy .wk-heading-page {
	--wk-heading-size: var(--wk-font-size-64);
	max-width: 900px;
}

.wk-cch-search-hero .wk-heading-page {
	--wk-heading-size: var(--wk-font-size-46);
	max-width: 760px;
	margin-top: 10px;
}

.wk-cch-utility-copy .wk-text-lead {
	--wk-text-size: var(--wk-font-size-18);
	--wk-text-width: 520px;
}

.wk-cch-search-hero .wk-text-lead {
	--wk-text-size: var(--wk-font-size-16);
	--wk-text-width: 560px;
	margin-top: 12px;
}

.wk-cch-utility-actions {
	--wk-cluster-gap: 12px;
	margin-top: 10px;
}

.wk-cch-utility-panel {
	align-self: start;
	background: var(--wk-color-white);
	border-top: 4px solid var(--wk-color-blue);
	min-height: 0;
	padding: 32px;
}

.wk-cch-utility-links {
	display: grid;
	gap: 0;
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
}

.wk-cch-utility-links a {
	align-items: center;
	border-top: 1px solid var(--wk-color-rule);
	display: flex;
	font-size: var(--wk-font-size-16);
	font-weight: var(--wk-weight-semibold);
	justify-content: space-between;
	min-height: 54px;
}

.wk-cch-utility-links a::after {
	color: var(--wk-color-blue);
	content: "";
	display: block;
	height: 16px;
	mask: var(--wk-icon-arrow-right) center / contain no-repeat;
	-webkit-mask: var(--wk-icon-arrow-right) center / contain no-repeat;
	background: currentColor;
	width: 16px;
}

.wk-cch-search-form {
	margin-top: 28px;
	width: 100%;
}

.wk-cch-search-form .wp-block-search__inside-wrapper {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.wk-cch-search-form :is(.wp-block-search__input, input[type="search"]) {
	border: 1px solid var(--wk-color-rule);
	border-radius: 0;
	color: var(--wk-color-ink);
	font-family: var(--wk-font-family);
	font-size: var(--wk-font-size-15);
	min-height: 46px;
	padding: 0 14px;
	width: 100%;
}

.wk-cch-search-form .wp-block-search__button {
	background: var(--wk-color-black);
	border: 1px solid var(--wk-color-black);
	border-radius: 0;
	color: var(--wk-color-white);
	font-family: var(--wk-font-family);
	font-size: var(--wk-font-size-12);
	font-weight: var(--wk-weight-semibold);
	margin: 0;
	min-height: 46px;
	padding: 0 22px;
}

.wk-cch-search-hero {
	background: #f7f7f7;
	border: 1px solid var(--wk-color-rule);
	padding: 34px 36px 38px;
}

.wk-cch-search-results-head {
	margin-top: 64px;
}

.wk-cch-search-results-head .wk-heading-section {
	--wk-heading-size: var(--wk-font-size-32);
	font-weight: var(--wk-weight-light);
}

.wk-cch-search-results-head p {
	color: var(--wk-color-muted);
	font-size: var(--wk-font-size-14);
	margin: 8px 0 0;
}

.wk-cch-search-results-head strong {
	color: var(--wk-color-black);
	font-weight: var(--wk-weight-semibold);
}

.wk-cch-search-results {
	margin-top: 24px;
}

.wk-cch-search-results-list {
	--wk-stack-gap: 16px;
	list-style: none;
	padding: 0;
}

.wk-cch-search-card {
	border-left: 4px solid var(--wk-color-blue);
	min-height: 0;
	padding: 26px 30px;
	transition: border-color 160ms ease, background-color 160ms ease;
}

.wk-cch-search-card:hover {
	background: var(--wk-color-surface);
	border-left-color: var(--wk-color-green);
}

.wk-cch-search-card .wp-block-post-title {
	margin: 0;
}

.wk-cch-search-card .wk-eyebrow {
	margin: 0 0 8px;
}

.wk-cch-search-card .wp-block-post-title a {
	color: var(--wk-color-black);
}

.wk-cch-search-card .wp-block-post-excerpt {
	margin: 14px 0 0;
}

.wk-cch-search-card .wp-block-post-excerpt__excerpt {
	color: var(--wk-color-muted);
	font-size: var(--wk-font-size-15);
	line-height: var(--wk-leading-copy);
	margin: 0;
	max-width: 860px;
}

.wk-cch-search-card .wp-block-post-excerpt__more-link {
	color: var(--wk-color-blue);
	display: inline-block;
	font-size: var(--wk-font-size-12);
	font-weight: var(--wk-weight-semibold);
	margin-top: 18px;
}

.wk-cch-search-empty {
	margin-top: 0;
	min-height: 0;
	padding: 0;
	border: none;
}

.wk-cch-search-empty .wk-heading-section {
	--wk-heading-size: var(--wk-font-size-30);
	font-weight: var(--wk-weight-light);
}

.wk-cch-search-empty .wk-text-lead {
	--wk-text-size: var(--wk-font-size-15);
	margin-top: 8px;
}

.wk-cch-search-pagination {
	margin-top: 28px;
}

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

.wk-support-page {
	background: var(--wk-color-white);
	color: var(--wk-color-ink);
}

.wp-site-blocks > main.wk-support-template {
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
}

.wk-cch-page:has(.wk-support-page) {
	--wk-section-padding: 0;
	display: flex;
	flex-direction: column;
	padding-bottom: 0;
	padding-top: 0;
}

.wk-cch-page:has(.wk-support-page) > .wk-cch-content {
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.wk-cch-page:has(.wk-support-page) > .wk-cch-content > .entry-content,
.wk-support-page {
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
}

.wk-support-page * {
	box-sizing: border-box;
}

.wk-support-shell {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	width: min(calc(100% - 48px), 900px);
}

.wk-support-hero {
	padding: 36px 0 30px;
	text-align: center;
}

.wk-support-kicker {
	color: #2f3336;
	font-family: var(--wk-font-family-mono);
	font-size: var(--wk-font-size-11);
	font-weight: var(--wk-weight-semibold);
	letter-spacing: 0.12em;
	line-height: 1.2;
	margin: 0 0 26px;
	text-transform: uppercase;
}

.wk-support-hero h1 {
	color: #222528;
	font-size: 48px;
	font-weight: var(--wk-weight-light);
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0;
}

.wk-support-subtitle {
	color: #222528;
	font-size: var(--wk-font-size-18);
	line-height: 1.6;
	margin: 22px auto 0;
	max-width: 660px;
}

.wk-support-search {
	margin: 26px auto 0;
	max-width: 480px;
	position: relative;
}

.wk-support-search::before {
	background: #8b9196;
	content: "";
	height: 18px;
	left: 18px;
	mask: url("assets/icons/search.svg") center / contain no-repeat;
	-webkit-mask: url("assets/icons/search.svg") center / contain no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	z-index: 1;
}

.wk-support-search input {
	background: var(--wk-color-white);
	border: 1px solid var(--wk-color-rule);
	border-radius: 0;
	color: var(--wk-color-ink);
	font-family: var(--wk-font-family);
	font-size: var(--wk-font-size-12);
	height: 48px;
	line-height: 1;
	padding: 0 18px 0 50px;
	width: 100%;
}

.wk-support-search input::placeholder {
	color: #7b8288;
	opacity: 1;
}

.wk-support-filters {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-top: 38px;
}

.wk-support-filters button {
	background: var(--wk-color-white);
	border: 1px solid var(--wk-color-rule);
	border-radius: 0;
	color: var(--wk-color-ink);
	cursor: pointer;
	font-family: var(--wk-font-family);
	font-size: var(--wk-font-size-12);
	font-weight: var(--wk-weight-semibold);
	height: 34px;
	line-height: 1;
	padding: 0 18px;
}

.wk-support-filters button.is-active,
.wk-support-filters button[aria-pressed="true"] {
	background: var(--wk-color-black);
	border-color: var(--wk-color-black);
	color: var(--wk-color-white);
}

.wk-support-faqs {
	padding: 14px 0 48px;
}

.wk-support-section+.wk-support-section {
	margin-top: 50px;
}

.wk-support-section h2 {
	color: var(--wk-color-blue);
	font-family: var(--wk-font-family-mono);
	font-size: var(--wk-font-size-11);
	font-weight: var(--wk-weight-semibold);
	letter-spacing: 0.14em;
	line-height: 1.2;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.wk-support-faq {
	border-bottom: 1px solid var(--wk-color-rule);
}

.wk-support-faq:first-of-type {
	border-top: 0;
}

.wk-support-faq summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: var(--wk-font-size-16);
	font-weight: var(--wk-weight-bold);
	gap: 20px;
	justify-content: space-between;
	line-height: 1.25;
	list-style: none;
	min-height: 60px;
	padding: 0 2px 0 0;
}

.wk-support-faq summary::-webkit-details-marker {
	display: none;
}

.wk-support-faq summary::after {
	color: #8d9499;
	content: "+";
	flex: 0 0 auto;
	font-size: var(--wk-font-size-16);
	font-weight: var(--wk-weight-regular);
	line-height: 1;
}

.wk-support-faq[open] summary::after {
	content: "-";
}

.wk-support-faq-answer {
	padding: 0 52px 24px 0;
}

.wk-support-faq-answer :is(p, ul, ol) {
	color: #535a60;
	font-size: var(--wk-font-size-15);
	font-weight: var(--wk-weight-regular);
	line-height: 1.48;
	margin: 0 0 16px 0;
}

.wk-support-faq-answer :is(p, ul, ol):last-child {
	margin-bottom: 0;
}

.wk-support-faq-answer > *+* {
	margin-top: 12px;
}

.wk-support-faq-answer :is(ul, ol) {
	list-style-position: outside;
	margin-left: 0;
	padding: 0 0 0 40px;
}

.wk-support-faq-answer :is(ul, ol) :is(ul, ol) {
	margin-top: 6px;
}

.wk-support-faq-answer li+li {
	margin-top: 6px;
}

.wk-support-faq-answer li::marker {
	color: #535a60;
	font-size: 0.8em;
}

.wk-support-faq-answer strong {
	color: var(--wk-color-ink);
	font-weight: var(--wk-weight-semibold);
}

.wk-support-faq-answer a {
	color: var(--wk-color-blue);
	font-weight: var(--wk-weight-semibold);
	overflow-wrap: anywhere;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.wk-support-empty {
	border: 1px solid var(--wk-color-rule);
	color: var(--wk-color-muted);
	font-size: var(--wk-font-size-15);
	line-height: 1.45;
	margin: 24px 0 0;
	padding: 20px;
	text-align: center;
}

.wk-support-contact {
	background: var(--wk-color-black);
	color: var(--wk-color-white);
	margin-left: 0;
	margin-right: 0;
	margin-top: auto;
	padding: 64px 0 60px;
	text-align: center;
	width: 100%;
}

.wk-support-contact h2 {
	color: #d9d9d9;
	font-size: var(--wk-font-size-28);
	font-weight: var(--wk-weight-light);
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0;
}

.wk-support-contact p {
	color: #aeb2b5;
	font-size: var(--wk-font-size-15);
	line-height: 1.45;
	margin: 18px 0 0;
}

.wk-support-contact-button {
	align-items: center;
	background: var(--wk-color-white);
	border: 1px solid var(--wk-color-white);
	color: var(--wk-color-black);
	display: inline-flex;
	font-size: var(--wk-font-size-14);
	font-weight: var(--wk-weight-semibold);
	gap: 12px;
	justify-content: center;
	line-height: 1;
	margin-top: 26px;
	min-height: 52px;
	padding: 0 24px;
	text-decoration: none;
}

.wk-support-contact-button .wk-icon {
	height: 18px;
	width: 18px;
}

.wk-support-contact-button:hover {
	background: #eceff1;
	border-color: #eceff1;
	color: var(--wk-color-black);
}

.wk-cpd-page .wk-support-hero {
	padding-bottom: 34px;
}

.wk-cch-card,
.wk-cch-summary-panel {
	--wk-card-bg: var(--wk-color-white);
	--wk-card-border: 1px solid var(--wk-cch-rule);
}

.wk-cch-card {
	padding: var(--wk-panel-padding, 20px);
}

.wk-cch-card.is-active {
	border-top: 3px solid var(--wk-cch-blue);
}

.wk-cch-eyebrow {
	color: var(--wk-cch-blue);
}

.wk-cch-product-hero {
	background: var(--wk-cch-black);
	color: #fff;
}

.wk-cch-product-hero a,
.wk-cch-product-hero .has-primary-color {
	color: var(--wk-cch-green) !important;
}

.wk-commerce-unavailable {
	padding-bottom: 82px;
	padding-top: 82px;
}

.wk-commerce-unavailable .wk-text {
	max-width: 620px;
}

.wk-commerce-unavailable .wk-button {
	margin-top: 24px;
}

.wk-cch-footer {
	--wk-footer-brand-size: var(--wk-font-size-18);
	--wk-footer-column-heading-size: var(--wk-font-size-15);
	--wk-footer-column-link-size: var(--wk-font-size-14);
	--wk-footer-legal-copy-size: var(--wk-font-size-13);
	--wk-footer-legal-link-size: var(--wk-font-size-13);
	--wk-footer-tagline-size: var(--wk-footer-legal-copy-size);
	background: #020202;
	color: #fff;
}

.wk-cch-footer-inner {
	align-items: start;
	display: grid;
	column-gap: clamp(24px, 3vw, 44px);
	row-gap: 38px;
	grid-template-columns: minmax(min(201px, 100%), 1.4fr) repeat(5, minmax(0, 1fr));
	min-height: 170px;
	padding-bottom: 36px;
	padding-top: 42px;
}

.wk-cch-footer-brand {
	align-self: start;
	font-size: var(--wk-footer-brand-size);
	font-weight: var(--wk-weight-regular);
	min-width: min(201px, 100%);
}

.wk-cch-footer nav {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.wk-cch-footer h2 {
	font-size: var(--wk-footer-column-heading-size);
	font-weight: var(--wk-weight-medium);
	margin: 0 0 5px;
}

.wk-cch-footer a {
	color: #bfbfbf;
	font-size: var(--wk-footer-column-link-size);
	font-weight: var(--wk-weight-regular);
	opacity: 0.9;
}

.wk-cch-footer-legal {
	border-top: 1px solid #2a2a2a;
	color: #9c9c9c;
	display: flex;
	flex-direction: column;
	padding-bottom: 30px;
	padding-top: 14px;
}

.wk-cch-footer-legal-row {
	align-items: flex-start;
	display: flex;
	gap: 12px 32px;
	justify-content: space-between;
	width: 100%;
}

.wk-cch-footer-legal-row p:first-child {
	flex: 1 1 auto;
	min-width: 0;
}

.wk-cch-footer-legal-row p:last-child {
	--wk-footer-legal-copy-size: var(--wk-footer-tagline-size);
	flex: 0 0 auto;
	margin-left: auto;
	text-align: right;
	white-space: nowrap;
}

.wk-cch-footer-legal p {
	font-size: var(--wk-footer-legal-copy-size);
	font-weight: var(--wk-weight-regular);
	line-height: 1.3;
	margin: 0;
}

.wk-cch-footer-legal nav {
	display: flex;
	flex-direction: row;
	gap: 20px;
	margin-top: 10px;
}

.wk-cch-footer-legal a {
	color: #bfbfbf;
	font-size: var(--wk-footer-legal-link-size);
	font-weight: var(--wk-weight-regular);
}

@media (max-width: 1240px) {

	.wk-container,
	.wk-cch-shell {
		padding-left: 32px;
		padding-right: 32px;
	}

}

@media (max-width: 1200px) {
	.wk-cch-subscription-grid {
		grid-template-columns: 1fr;
	}

	.wk-cch-subscription-grid > div:first-child {
		max-width: 620px;
	}

	.wk-cch-subscription .wk-heading-section {
		max-width: 720px;
	}

	.wk-cch-plan-grid {
		align-self: stretch;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-top: 28px;
	}

	.wk-cch-lead-grid {
		align-self: stretch;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-top: 28px;
	}

}

@media (max-width: 980px) {
	:root {
		--wk-header-bar-height: 62px;
	}

	body.wk-cch-menu-is-open {
		overflow: hidden;
	}

	.wk-cch-main-bar-inner {
		min-height: var(--wk-header-bar-height);
	}

	.wk-cch-menu-toggle {
		display: inline-flex;
		margin-left: auto;
	}

	.wk-cch-navigation {
		background: var(--wk-color-white);
		border-top: 1px solid var(--wk-color-rule);
		bottom: 0;
		display: none;
		flex-direction: column;
		gap: 0;
		left: 0;
		overflow-y: auto;
		padding: 32px;
		position: fixed;
		right: 0;
		top: calc(var(--wk-admin-bar-height, 0px) + var(--wk-mobile-menu-top));
		z-index: 70;
	}

	.wk-cch-navigation.is-open {
		display: flex;
	}

	.wk-cch-navigation .wk-cch-primary-nav,
	.wk-cch-navigation .wk-cch-account-nav {
		align-items: stretch;
		display: flex;
		flex-direction: column;
		gap: 0;
		width: 100%;
	}

	.wk-cch-navigation .wk-cch-primary-nav a,
	.wk-cch-navigation .wk-cch-account-nav a {
		align-items: center;
		border-bottom: 1px solid var(--wk-color-rule);
		color: var(--wk-color-black);
		display: flex;
		font-size: 18px;
		font-weight: var(--wk-weight-light);
		justify-content: space-between;
		line-height: 1;
		min-height: 54px;
		text-decoration: none;
		width: 100%;
	}

	.wk-cch-navigation .wk-cch-primary-nav a::after,
	.wk-cch-navigation .wk-cch-account-nav a::after {
		color: var(--wk-cch-blue);
		content: "→";
		font-size: var(--wk-font-size-16);
		line-height: 1;
		margin-left: 18px;
	}

	.wk-cch-navigation .wk-cch-account-nav {
		margin-top: 0;
	}

	.wk-cch-navigation .wk-cch-cart-link {
		border: 0;
		display: flex;
		justify-content: flex-start;
		margin-top: 0;
		min-height: 54px;
		padding: 0;
		width: 100%;
	}

	.wk-cch-navigation .wk-cch-cart-link .wk-cch-cart-link-icon {
		display: none;
	}

	.wk-cch-navigation .wk-cch-cart-link span {
		font-size: 18px;
		font-weight: var(--wk-weight-light);
	}

	.wk-cch-navigation .wk-cch-cart-link-count {
		margin-left: 0;
		margin-right: 0;
	}

	.wk-cch-primary-nav,
	.wk-cch-account-nav {
		align-items: stretch;
		display: flex;
		flex: 0 0 auto;
		flex-direction: column;
		gap: 0;
		max-width: 520px;
		width: 100%;
	}

	.wk-cch-primary-nav a,
	.wk-cch-account-nav a {
		align-items: center;
		border-bottom: 1px solid var(--wk-color-rule);
		display: flex;
		font-size: var(--wk-font-size-24);
		font-weight: var(--wk-weight-light);
		justify-content: space-between;
		min-height: 64px;
		white-space: normal;
	}

	.wk-cch-primary-nav a::after,
	.wk-cch-account-nav a::after {
		background: currentColor;
		color: var(--wk-color-blue);
		content: "";
		display: block;
		height: 16px;
		mask: var(--wk-icon-arrow-right) center / contain no-repeat;
		-webkit-mask: var(--wk-icon-arrow-right) center / contain no-repeat;
		width: 16px;
	}

	.wk-cch-account-nav {
		margin-top: 34px;
	}

	.wk-cch-account-nav a {
		font-size: var(--wk-font-size-16);
		font-weight: var(--wk-weight-semibold);
		min-height: 54px;
	}

	.wk-cch-cart-link {
		border: 0;
		justify-content: flex-start;
		margin-top: 0;
		min-height: 54px;
	}

	.wk-cch-navigation .wk-cch-account-nav a.wk-cch-cart-link {
		justify-content: flex-start;
	}

	.wk-cch-navigation .wk-cch-account-nav a.wk-cch-cart-link::after {
		margin-left: auto;
	}

	.wk-split,
	.wk-cch-hero-grid,
	.wk-cch-subscription-grid {
		grid-template-columns: 1fr;
	}

	.wk-cch-hero-card,
	.wk-cch-hero-card-media {
		min-height: unset;
		min-width: unset;
		width: auto;
		max-width: 400px;
		justify-self: center;
	}

	.wk-grid-4,
	.wk-cch-topic-grid,
	.wk-cch-event-grid,
	.wk-cch-lead-grid,
	.wk-cch-plan-grid,
	.wk-cch-award-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.wk-cch-footer-inner {
		column-gap: 34px;
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.wk-cch-footer-brand {
		grid-column: 1 / -1;
	}

	.wk-cch-footer-legal {
		gap: 0;
	}

}

@media (max-width: 720px) {
	.wk-cch-footer-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wk-cch-footer-legal-row {
		flex-wrap: wrap;
	}

	.wk-cch-footer-legal-row p:last-child {
		margin-left: 0;
		text-align: left;
		white-space: normal;
	}

}

@media (max-width: 640px) {
	body.admin-bar {
		--wk-admin-bar-height: var(--wp-admin--admin-bar--height, 46px);
	}

	.wk-container,
	.wk-cch-shell {
		padding-left: 20px;
		padding-right: 20px;
	}

	.wk-cch-navigation {
		padding: 10px 20px 40px;
	}

	.wk-cch-menu-toggle-label {
		position: absolute;
		clip: rect(1px, 1px, 1px, 1px);
		clip-path: inset(50%);
		height: 1px;
		overflow: hidden;
		white-space: nowrap;
		width: 1px;
	}

	.wk-cch-menu-toggle {
		padding: 0 12px;
	}

	.wk-cch-hero {
		--wk-section-padding: 38px 0 54px;
	}

	.wk-cch-hero-grid {
		--wk-split-gap: 42px;
	}

	.wk-cch-hero .wk-heading-display {
		--wk-heading-size: var(--wk-font-size-46);
	}

	.wk-cch-utility-page {
		--wk-section-padding: 48px 0 62px;
	}

	.wk-cch-utility-copy .wk-heading-page {
		--wk-heading-size: var(--wk-font-size-42);
	}

	.wk-cch-search-hero .wk-heading-page {
		--wk-heading-size: var(--wk-font-size-34);
	}

	.wk-cch-utility-panel,
	.wk-cch-search-hero,
	.wk-cch-search-card,
	.wk-cch-search-empty {
		padding: 22px;
	}

	.wk-cch-search-form .wp-block-search__inside-wrapper {
		grid-template-columns: 1fr;
	}

	.wk-cch-search-form .wp-block-search__button {
		width: 100%;
	}

	.wk-support-shell {
		width: min(calc(100% - 20px), 900px);
	}

	.wk-support-hero {
		padding: 31px 0 34px;
	}

	.wk-support-kicker {
		margin-bottom: 22px;
	}

	.wk-support-hero h1 {
		font-size: 36px;
		line-height: 1.02;
	}

	.wk-support-subtitle {
		font-size: var(--wk-font-size-16);
		line-height: 1.5;
		margin-top: 18px;
	}

	.wk-support-search {
		margin-top: 22px;
		max-width: none;
	}

	.wk-support-search input {
		height: 40px;
		padding-left: 44px;
	}

	.wk-support-search::before {
		left: 16px;
	}

	.wk-support-filters {
		gap: 8px;
		margin-top: 32px;
	}

	.wk-support-filters button {
		height: 32px;
		padding: 0 15px;
	}

	.wk-support-faqs {
		padding: 5px 0 74px;
	}

	.wk-support-section+.wk-support-section {
		margin-top: 44px;
	}

	.wk-support-section h2 {
		margin-bottom: 19px;
	}

	.wk-support-faq summary {
		font-size: var(--wk-font-size-16);
		min-height: 53px;
	}

	.wk-support-faq-answer {
		padding: 0 28px 20px 0;
	}

	.wk-support-faq-answer :is(p, ul, ol) {
		font-size: var(--wk-font-size-15);
		line-height: 1.5;
	}

	.wk-support-faq-answer :is(ul, ol) {
		padding-left: 21px;
	}

	.wk-support-contact {
		padding: 40px 0 38px;
	}

	.wk-support-contact h2 {
		font-size: var(--wk-font-size-24);
	}

	.wk-support-contact p {
		font-size: var(--wk-font-size-12);
		margin-top: 14px;
	}

	.wk-support-contact-button {
		font-size: var(--wk-font-size-15);
		margin-top: 22px;
		min-height: 46px;
		padding: 0 22px;
	}

	.wk-cpd-page .wk-support-hero {
		padding-bottom: 28px;
	}

	.wk-cch-about-content {
		gap: 34px;
		grid-template-columns: 1fr;
	}

	.wk-cch-about-body,
	.wk-cch-rich-text {
		max-width: none;
	}

	.wk-cch-about-body > p:first-child {
		font-size: var(--wk-font-size-18);
	}

	.wk-cch-about-aside {
		padding: 24px;
	}

	.wk-cch-contact-option {
		min-height: 0;
	}

	.wk-cch-contact-option .wk-cch-contact-links {
		margin-top: 4px;
	}

	.wk-cch-stats,
	.wk-grid-2,
	.wk-grid-3,
	.wk-grid-4,
	.wk-cch-topic-grid,
	.wk-cch-event-grid,
	.wk-cch-feature-grid,
	.wk-cch-lead-grid,
	.wk-cch-plan-grid,
	.wk-cch-award-grid {
		grid-template-columns: 1fr;
	}

	.wk-cch-footer-inner {
		column-gap: 24px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 34px;
	}

	.wk-cch-footer nav {
		gap: 7px;
	}

	.wk-cch-footer-legal nav {
		flex-wrap: wrap;
		gap: 10px 20px;
	}

	.wk-cch-hero-card-media {
		width: 100%;
	}

	.wk-cch-hero-card figcaption {
		bottom: -20px;
		left: 16px;
		width: calc(100% - 32px);
	}

	.wk-section-head,
	.wk-cch-section-head {
		--wk-section-head-align: start;
		flex-direction: column;
	}

	.wk-heading-section,
	.wk-heading-quote,
	.wk-cch-section-head h2,
	.wk-cch-subscription h2,
	.wk-cch-awards h2 {
		--wk-heading-size: var(--wk-font-size-34);
	}

	.wk-cch-feature-grid {
		margin-top: 48px;
	}

	.wk-cch-testimonial-viewport {
		max-width: 100%;
		padding-left: 0;
	}

	.wk-cch-testimonial .wk-cch-kicker {
		max-width: 100%;
	}

	.wk-cch-testimonial .wk-heading-quote {
		--wk-heading-size: var(--wk-font-size-31);
	}

}

@media (max-width: 420px) {
	.wk-cch-footer-legal-row {
		flex-wrap: wrap;
	}

}

@media (max-width: 320px) {
	.wk-cch-footer-legal-row p:last-child {
		margin-left: 0;
		text-align: left;
		white-space: normal;
	}

}
