/*
Theme Name: DC Parnter Storefront
Description: Distech Controls Partner Store child theme for Storefront.
Author: Distech Controls
Author URI: https://distech-controls.com
Template: storefront
Version: 1.0.0
Text Domain: dc-parnter-storefront
*/

:root {
	--dc-navy: #0a1f4d;
	--dc-navy-deep: #0a1430;
	--dc-paper: #fbfaf6;
	--dc-paper-2: #f3f1ea;
	--dc-paper-alt: #f3f1ea;
	--dc-text: #1a1a1a;
	--dc-text-muted: #444;
	--dc-border: #c9c5b8;
	--dc-highlight: #ffe66b;
	--dc-white: #ffffff;
	--dc-font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--dc-admin-bar-offset: 0px;
	--dc-container-max: 1440px;
	--dc-container-gutter: 32px;
}

body.admin-bar {
	--dc-admin-bar-offset: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar {
		--dc-admin-bar-offset: 46px;
	}
}

body {
	background: #ffffff;
	color: var(--dc-text);
	font-family: var(--dc-font);
	font-size: 14px;
	letter-spacing: 0;
}

body.wp-theme-storefront.wp-child-theme-dc-parnter-storefront {
	background: #ffffff;
}

.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
	padding-top: 0;
}

.page-template-template-homepage .storefront-product-section {
	display: none;
}

body.dc-login-page {
	background: var(--dc-paper);
	min-height: 100vh;
}

body.dc-login-page::before,
body.dc-login-page::after {
	content: none;
	display: none;
}

.dc-login-page .dc-login-wrap {
	background: var(--dc-paper);
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	min-height: 100vh;
}

.dc-login-panel {
	align-items: center;
	background: var(--dc-navy);
	color: var(--dc-white);
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding: 52px 60px;
	position: relative;
}

.dc-login-panel::before {
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
	background-size: 56px 56px;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.dc-login-panel::after {
	background: var(--dc-highlight);
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 4px;
}

.dc-login-brand {
	align-items: center;
	display: flex;
	gap: 16px;
	position: relative;
	z-index: 1;
}

.dc-login-brand img {
	display: block;
	height: 26px;
	width: auto;
}

.dc-login-brand-divider {
	background: rgba(255, 255, 255, 0.28);
	display: block;
	height: 22px;
	width: 1px;
}

.dc-login-brand-label {
	color: var(--dc-white);
	font-family: "IBM Plex Mono", monospace;
	font-size: 11px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}

.dc-login-form-side {
	align-items: center;
	background: var(--dc-paper);
	display: flex;
	justify-content: center;
	padding: 52px 40px;
}

.dc-login-card {
	max-width: 404px;
	width: 100%;
}

.dc-login-eyebrow,
.dc-login-field label,
.dc-login-field-row a,
.dc-login-password-toggle,
.dc-login-new-partner div,
.dc-login-error strong {
	font-family: "IBM Plex Mono", monospace;
	text-transform: uppercase;
}

.dc-login-eyebrow {
	color: #888888;
	font-size: 10.5px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.dc-login-card h1 {
	color: var(--dc-text);
	font-size: 27px;
	font-weight: 700;
	letter-spacing: -0.3px;
	line-height: 1.2;
	margin: 0 0 8px;
}

.dc-login-sub {
	color: var(--dc-text-muted);
	font-size: 14px;
	line-height: 1.55;
	margin: 0 0 28px;
}

.dc-login-error {
	background: #fdf0ee;
	border: 1px solid #f0c3bd;
	border-left: 3px solid #d23b2b;
	border-radius: 3px;
	color: #8f251a;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 18px;
	padding: 11px 14px;
}

.dc-login-error strong {
	color: #d23b2b;
	display: block;
	font-size: 10.5px;
	letter-spacing: 1.2px;
	margin-bottom: 2px;
}

.dc-login-field {
	margin-bottom: 16px;
}

.dc-login-field label {
	color: var(--dc-text-muted);
	display: block;
	font-size: 10.5px;
	letter-spacing: 1.4px;
	margin-bottom: 7px;
}

.dc-login-field-row {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
	margin-bottom: 7px;
}

.dc-login-field-row label {
	margin: 0;
}

.dc-login-field-row a,
.dc-login-password-toggle {
	font-size: 10.5px;
	letter-spacing: 1.2px;
}

.dc-login-field input[type="email"],
.dc-login-field input[type="password"],
.dc-login-field input[type="text"] {
	background: var(--dc-white);
	border: 1.5px solid #d9d5c8;
	border-radius: 3px;
	box-shadow: none;
	color: var(--dc-text);
	font-family: var(--dc-font);
	font-size: 15px;
	line-height: 1.3;
	padding: 13px 14px;
	width: 100%;
}

.dc-login-field input::placeholder {
	color: #b3ae9e;
}

.dc-login-field input:focus {
	border-color: var(--dc-navy);
	box-shadow: 0 0 0 3px rgba(10, 31, 77, 0.12);
	outline: none;
}

.dc-login-password-wrap {
	position: relative;
}

.dc-login-password-wrap input {
	padding-right: 68px !important;
}

.dc-login-password-toggle {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #888888;
	cursor: pointer;
	padding: 8px;
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
}

.dc-login-password-toggle:hover {
	background: transparent;
	color: var(--dc-text);
}

.dc-login-remember {
	align-items: center;
	color: var(--dc-text-muted);
	display: flex;
	font-size: 13.5px;
	gap: 9px;
	margin: 4px 0 22px;
}

.dc-login-remember input {
	accent-color: var(--dc-navy);
	height: 15px;
	margin: 0;
	width: 15px;
}

.dc-login-submit {
	background: var(--dc-highlight);
	border: 1.5px solid var(--dc-navy-deep);
	border-radius: 3px;
	box-shadow: none;
	color: var(--dc-navy-deep);
	cursor: pointer;
	font-family: var(--dc-font);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	padding: 14px 20px;
	transition: box-shadow 0.12s, transform 0.08s;
	width: 100%;
}

.dc-login-submit:hover {
	background: var(--dc-highlight);
	box-shadow: 0 3px 0 var(--dc-navy-deep);
	color: var(--dc-navy-deep);
	transform: translateY(-1px);
}

.dc-login-submit:active {
	box-shadow: none;
	transform: translateY(0);
}

.dc-login-new-partner {
	background: var(--dc-paper-2);
	border: 1px solid #e6e3d9;
	border-left: 3px solid var(--dc-navy);
	border-radius: 3px;
	margin-top: 22px;
	padding: 16px 18px;
}

.dc-login-new-partner div {
	color: #888888;
	font-size: 10px;
	letter-spacing: 1.4px;
	margin-bottom: 6px;
}

.dc-login-new-partner p {
	color: var(--dc-text-muted);
	font-size: 13.5px;
	line-height: 1.55;
	margin: 0;
}

.dc-login-legal {
	color: #888888;
	font-size: 12px;
	line-height: 1.6;
	margin: 24px 0 0;
}

.dc-login-card a {
	color: var(--dc-navy);
	text-decoration: none;
}

.dc-login-card a:hover {
	color: #0f2a66;
	text-decoration: underline;
}

@media (max-width: 1000px) {
	.dc-login-page .dc-login-wrap {
		grid-template-columns: 1fr;
	}

	.dc-login-panel {
		min-height: 180px;
		padding: 36px 32px;
	}

	.dc-login-panel::after {
		bottom: 0;
		height: 4px;
		left: 0;
		right: 0;
		top: auto;
		width: auto;
	}

	.dc-login-form-side {
		align-items: flex-start;
		padding: 40px 24px 64px;
	}
}

a {
	color: var(--dc-navy);
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
	outline: 2px solid var(--dc-highlight);
	outline-offset: 2px;
}

.dc-utility-row .dc-utility-inner,
.site-header .dc-main-header .dc-main-header-inner,
.site-content > .col-full,
.storefront-breadcrumb .col-full,
.site-footer > .col-full {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--dc-container-max);
	padding-left: var(--dc-container-gutter);
	padding-right: var(--dc-container-gutter);
	width: 100%;
}

.site-header {
	background: var(--dc-white);
	border-bottom: 1px solid var(--dc-border);
	color: var(--dc-text);
	padding: 0;
}

.site-header,
.woocommerce-active .site-header {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.dc-portal-header {
	font-family: var(--dc-font);
}

.dc-utility-row .dc-utility-inner,
.site-header .dc-main-header .dc-main-header-inner {
	font-size: 1rem;
}

.site-header .dc-portal-header .dc-utility-row .dc-utility-inner {
	padding-left: var(--dc-container-gutter);
	padding-right: var(--dc-container-gutter);
}

.dc-utility-row {
	background: var(--dc-navy);
	color: #aab0c4;
	font-size: 11px;
	letter-spacing: 1.1px;
	text-transform: uppercase;
}

.dc-utility-inner {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding-bottom: 7px;
	padding-top: 7px;
}

.dc-utility-row-line {
	align-items: center;
	display: flex;
	font-size: 11px;
	gap: 24px;
	justify-content: space-between;
	line-height: 1.35;
	min-height: 18px;
	width: 100%;
}

.dc-account-context b {
	color: var(--dc-white);
}

.dc-account-context {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dc-util-help,
.dc-util-logout,
.dc-util-login {
	flex-shrink: 0;
	text-align: right;
	white-space: nowrap;
}

.dc-utility-row-line a {
	color: #d8dceb;
	text-decoration: none;
}

.dc-utility-row-line a:hover {
	color: var(--dc-white);
}

.dc-enrollment-deadline {
	color: var(--dc-highlight);
	font-weight: 800;
}

.dc-main-header {
	background: var(--dc-white);
}

.dc-main-header-inner {
	align-items: center;
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(190px, auto) minmax(0, 1fr) auto;
	min-height: 68px;
	padding-bottom: 14px;
	padding-top: 14px;
}

.dc-main-header-inner::before,
.dc-main-header-inner::after {
	content: none;
	display: none;
}

.dc-brand {
	align-items: center;
	color: var(--dc-text);
	display: inline-flex;
	gap: 14px;
	white-space: nowrap;
}

.dc-brand img,
.dc-brand .custom-logo {
	display: block;
	height: 34px;
	width: auto;
}

.dc-brand .custom-logo-link,
.dc-site-title {
	color: var(--dc-text);
	display: inline-flex;
	font-weight: 900;
	line-height: 1.1;
	text-decoration: none;
}

.dc-brand .custom-logo-link:hover,
.dc-site-title:hover {
	color: var(--dc-text);
	text-decoration: none;
}

.dc-site-description {
	color: var(--dc-text-muted);
	font-size: 12px;
	font-weight: 600;
}

.dc-brand-divider {
	background: var(--dc-border);
	display: block;
	height: 24px;
	width: 1px;
}

.dc-brand-label,
.dc-primary-navigation a,
.dc-funds-pill span,
.dc-product-program-label {
	font-size: 11px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

.dc-brand-label {
	color: var(--dc-text);
	font-weight: 700;
}

.dc-primary-navigation {
	align-items: center;
	clear: none;
	display: flex;
	float: none;
	justify-content: flex-end;
	margin: 0;
	max-width: none;
	width: 100%;
}

.woocommerce-active .site-header .dc-portal-header .dc-primary-navigation {
	clear: none !important;
	display: flex !important;
	float: none !important;
	margin: 0 !important;
	width: auto !important;
}

.dc-primary-navigation .menu-toggle {
	border: 1px solid var(--dc-border);
	border-radius: 3px;
	color: var(--dc-navy);
	margin: 0;
}

.dc-primary-navigation .primary-navigation {
	display: block;
	width: 100%;
}

.dc-primary-navigation ul.menu {
	display: flex;
	float: none;
	flex-wrap: nowrap;
	gap: 22px;
	justify-content: flex-end;
	line-height: 1.2;
	margin: 0;
	max-height: none;
	overflow: visible;
	padding: 0;
	width: auto;
}

.dc-primary-navigation ul.menu > li {
	display: block;
	float: none;
	margin: 0;
	position: relative;
}

.dc-primary-navigation ul.menu > li > a {
	color: var(--dc-text-muted);
	display: block;
	font-weight: 700;
	line-height: 1.2;
	padding: 8px 0 7px;
	text-decoration: none;
	white-space: nowrap;
}

.dc-primary-navigation ul.menu ul.sub-menu,
.dc-primary-navigation ul.menu ul.children {
	background: var(--dc-white);
	border: 1px solid var(--dc-border);
	border-radius: 0 0 4px 4px;
	box-shadow: 0 10px 24px rgba(10, 31, 77, .12);
	left: 0;
	margin: 0;
	min-width: 220px;
	opacity: 0;
	padding: 8px 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: translateY(-4px);
	transition: opacity .12s ease, transform .12s ease, visibility .12s ease;
	visibility: hidden;
	z-index: 999;
}

.dc-primary-navigation ul.menu > li:hover > ul.sub-menu,
.dc-primary-navigation ul.menu > li:hover > ul.children,
.dc-primary-navigation ul.menu > li.focus > ul.sub-menu,
.dc-primary-navigation ul.menu > li.focus > ul.children,
.dc-primary-navigation ul.menu > li:focus-within > ul.sub-menu,
.dc-primary-navigation ul.menu > li:focus-within > ul.children {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.dc-primary-navigation ul.menu ul.sub-menu li,
.dc-primary-navigation ul.menu ul.children li {
	display: block;
	margin: 0;
	width: 100%;
}

.dc-primary-navigation ul.menu ul.sub-menu a,
.dc-primary-navigation ul.menu ul.children a {
	color: var(--dc-text);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .7px;
	padding: 9px 14px;
	text-transform: uppercase;
	width: 100%;
}

.dc-primary-navigation ul.menu ul.sub-menu a:hover,
.dc-primary-navigation ul.menu ul.children a:hover {
	background: var(--dc-paper-2);
	color: var(--dc-navy);
	text-decoration: none;
}

.dc-primary-navigation ul.menu ul.sub-menu .current-menu-item > a,
.dc-primary-navigation ul.menu ul.sub-menu .current_page_item > a,
.dc-primary-navigation ul.menu ul.children .current-menu-item > a,
.dc-primary-navigation ul.menu ul.children .current_page_item > a {
	background: var(--dc-paper-2);
	border-left: 3px solid var(--dc-navy);
	color: var(--dc-navy);
	padding-left: 11px;
}

.dc-primary-navigation ul.menu > li.current-menu-item > a,
.dc-primary-navigation ul.menu > li.current_page_item > a,
.dc-primary-navigation ul.menu > li.current-menu-ancestor > a,
.dc-primary-navigation ul.menu > li.current-menu-parent > a,
.dc-primary-navigation ul.menu > li.menu-item-has-children:hover > a,
.dc-primary-navigation ul.menu > li.menu-item-has-children:focus-within > a,
.dc-primary-navigation ul.menu > li > a:hover {
	border-bottom: 2px solid var(--dc-navy);
	color: var(--dc-text);
}

.dc-header-actions {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	gap: 10px;
	justify-content: flex-end;
	min-width: max-content;
}

.dc-funds-pill,
.dc-cart-link {
	align-items: center;
	border: 1.5px solid var(--dc-text);
	border-radius: 3px;
	color: var(--dc-text);
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 6px;
	line-height: 1.2;
	min-height: 34px;
	padding: 7px 12px;
	text-decoration: none;
	white-space: nowrap;
}

.dc-funds-pill {
	background: var(--dc-highlight);
}

.dc-funds-pill span {
	color: var(--dc-text-muted);
	font-weight: 600;
}

.dc-cart-link {
	background: var(--dc-white);
}

.dc-funds-pill:hover,
.dc-cart-link:hover {
	color: var(--dc-text);
	text-decoration: none;
	transform: translateY(-1px);
}

.dc-home-intro {
	font-family: var(--dc-font);
	margin: 28px 0 52px;
	padding: 0;
}

.dc-home-hero {
	align-items: center;
	background: var(--dc-navy);
	border-radius: 4px;
	color: var(--dc-white);
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.85fr);
	overflow: hidden;
	padding: 44px 52px;
	position: relative;
}

.dc-home-hero::after {
	background: var(--dc-highlight);
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 4px;
}

.dc-home-eyebrow,
.dc-home-ledger-link,
.dc-home-sec-head span,
.dc-home-sec-head a,
.dc-home-action > span,
.dc-home-go,
.dc-home-product span,
.dc-home-product b,
.dc-home-news-list span,
.dc-home-news-list em,
.dc-home-help-card > span {
	font-family: "IBM Plex Mono", monospace;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

.dc-home-eyebrow {
	color: #aec5ff;
	margin-bottom: 14px;
}

.dc-home-hero h1 {
	color: var(--dc-white);
	font-family: var(--dc-font);
	font-size: 42px;
	font-weight: 800;
	letter-spacing: -0.5px;
	line-height: 1.05;
	margin: 0 0 14px;
	max-width: 620px;
}

.dc-home-hero-copy p {
	color: #d0d6e6;
	font-size: 15.5px;
	line-height: 1.55;
	margin: 0 0 22px;
	max-width: 520px;
}

.dc-home-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.dc-home-button {
	align-items: center;
	border-radius: 3px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	gap: 10px;
	justify-content: center;
	min-height: 48px;
	padding: 13px 22px;
	text-decoration: none;
}

.dc-home-button-primary {
	background: var(--dc-highlight);
	border: 1.5px solid var(--dc-highlight);
	color: var(--dc-navy-deep);
}

.dc-home-button-secondary {
	background: transparent;
	border: 1.5px solid var(--dc-white);
	color: var(--dc-white);
}

.dc-home-button:hover {
	text-decoration: none;
	transform: translateY(-1px);
}

.dc-home-button-primary:hover {
	background: #ffdf3d;
	color: var(--dc-navy-deep);
}

.dc-home-button-secondary:hover {
	background: var(--dc-white);
	color: var(--dc-navy);
}

.dc-home-funds-card {
	background: #0f2a66;
	border: 1.5px solid #2a468f;
	border-radius: 4px;
	color: var(--dc-white);
	padding: 26px 28px;
	position: relative;
	z-index: 1;
}

.dc-home-funds-amount {
	color: var(--dc-white);
	font-size: 52px;
	font-weight: 800;
	letter-spacing: -1px;
	line-height: 1;
	margin-bottom: 4px;
	white-space: nowrap;
}

.dc-home-funds-amount small {
	color: #aec5ff;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0;
}

.dc-home-funds-sub {
	color: #aec5ff;
	font-family: "IBM Plex Mono", monospace;
	font-size: 10px;
	letter-spacing: 1px;
	margin: 0;
	text-transform: uppercase;
}

.dc-home-cat-budgets {
	border-top: 1px solid #2a468f;
	display: flex;
	flex-direction: column;
	gap: 13px;
	margin-top: 20px;
	padding-top: 18px;
}

.dc-home-cat-top {
	align-items: baseline;
	display: flex;
	gap: 18px;
	justify-content: space-between;
}

.dc-home-cat-name {
	color: var(--dc-white);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
}

.dc-home-cat-name span {
	color: #8fa6d8;
	display: block;
	font-family: "IBM Plex Mono", monospace;
	font-size: 9px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-top: 2px;
	text-transform: uppercase;
}

.dc-home-cat-amount {
	color: var(--dc-white);
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

.dc-home-cat-amount small {
	color: #8fa6d8;
	font-weight: 600;
}

.dc-home-cat-bar {
	background: #1c3678;
	border-radius: 2px;
	height: 5px;
	margin-top: 7px;
	overflow: hidden;
}

.dc-home-cat-bar span {
	background: var(--dc-highlight);
	display: block;
	height: 100%;
}

.dc-home-cat-row.is-over-budget .dc-home-cat-bar span {
	background: #ffd0a8;
}

.dc-home-ledger-link {
	color: var(--dc-highlight);
	display: inline-block;
	margin-top: 18px;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.dc-home-ledger-link:hover {
	color: var(--dc-white);
}

.dc-home-sec-head {
	align-items: flex-end;
	border-bottom: 1.5px solid var(--dc-text);
	display: flex;
	justify-content: space-between;
	margin: 44px 0 20px;
	padding-bottom: 10px;
}

.dc-home-sec-head span {
	color: var(--dc-text-muted);
	display: block;
	font-size: 10px;
	margin-bottom: 4px;
}

.dc-home-sec-head h2 {
	color: var(--dc-text);
	font-size: 23px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0;
}

.dc-home-sec-head a,
.dc-home-sec-head > span {
	color: var(--dc-navy);
	text-decoration: none;
}

.dc-home-sec-head a:hover {
	text-decoration: underline;
}

.dc-home-actions-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: 1.35fr 1fr 1fr;
}

.dc-home-action {
	background: var(--dc-white);
	border: 1px solid var(--dc-border);
	border-radius: 3px;
	color: var(--dc-text);
	display: flex;
	flex-direction: column;
	min-height: 250px;
	padding: 26px;
}

.dc-home-action > span {
	color: var(--dc-text-muted);
	font-size: 10px;
}

.dc-home-action h3 {
	color: var(--dc-navy);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.18;
	margin: 7px 0 9px;
}

.dc-home-action p {
	color: var(--dc-text-muted);
	font-size: 13.5px;
	line-height: 1.55;
	margin: 0 0 16px;
}

.dc-home-action-primary {
	background: var(--dc-navy);
	border-color: var(--dc-navy);
	color: var(--dc-white);
}

.dc-home-action-primary > span {
	color: #aec5ff;
}

.dc-home-action-primary h3 {
	color: var(--dc-white);
	font-size: 26px;
}

.dc-home-action-primary p {
	color: #d0d6e6;
	font-size: 14.5px;
}

.dc-home-action-primary .dc-home-button {
	align-self: flex-start;
	margin-top: auto;
	min-height: 44px;
	padding: 11px 20px;
}

.dc-home-go {
	border-top: 1px solid var(--dc-border);
	color: var(--dc-navy);
	display: block;
	margin-top: auto;
	padding-top: 13px;
	text-decoration: none;
}

.dc-home-go + .dc-home-go {
	margin-top: 13px;
}

.dc-home-go-muted {
	color: var(--dc-text-muted);
}

.dc-home-go:hover {
	text-decoration: underline;
}

.dc-home-product-grid,
.dc-home-news-list,
.dc-home-help-grid {
	display: grid;
	gap: 18px;
}

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

.dc-home-product {
	background: var(--dc-white);
	border: 1px solid var(--dc-border);
	border-radius: 3px;
	color: var(--dc-text);
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 16px;
	text-decoration: none;
}

.dc-home-product:hover {
	border-color: var(--dc-navy);
	color: var(--dc-text);
	text-decoration: none;
}

.dc-home-product-image {
	aspect-ratio: 1 / 1;
	background: #fbfaf6;
	display: grid;
	margin-bottom: 4px;
	overflow: hidden;
	place-items: center;
}

.dc-home-product-image img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.dc-home-product span {
	color: var(--dc-text-muted);
	font-size: 10px;
}

.dc-home-product strong {
	color: var(--dc-text);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	min-height: 38px;
}

.dc-home-product > div:last-child {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 8px;
}

.dc-home-product em {
	color: var(--dc-navy);
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
}

.dc-home-product em small {
	color: #888;
	font-family: "IBM Plex Mono", monospace;
	font-size: 8.5px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-left: 5px;
	text-transform: uppercase;
}

.dc-home-product b {
	border: 1px solid var(--dc-navy);
	border-radius: 2px;
	color: var(--dc-navy);
	font-size: 10px;
	padding: 5px 9px;
}

.dc-home-news-list {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dc-home-news-list > div {
	background: repeating-linear-gradient(135deg, transparent 0 9px, rgba(0, 0, 0, 0.02) 9px 10px);
	border: 1.5px dashed var(--dc-border);
	border-radius: 3px;
	display: flex;
	flex-direction: column;
	min-height: 150px;
	padding: 20px;
}

.dc-home-news-list span,
.dc-home-news-list em {
	color: var(--dc-text-muted);
	font-size: 9px;
}

.dc-home-news-list strong {
	color: var(--dc-text-muted);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	margin-top: 10px;
}

.dc-home-news-list em {
	border-top: 1px dashed var(--dc-border);
	font-style: normal;
	margin-top: auto;
	padding-top: 10px;
}

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

.dc-home-help-card {
	background: var(--dc-white);
	border: 1px solid var(--dc-border);
	border-radius: 3px;
	padding: 24px 26px;
}

.dc-home-help-card > span {
	color: var(--dc-text-muted);
	display: block;
	font-size: 10px;
	margin-bottom: 12px;
}

.dc-home-help-card strong {
	color: var(--dc-navy);
	display: block;
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 8px;
}

.dc-home-help-card p {
	color: var(--dc-text-muted);
	font-size: 13.5px;
	line-height: 1.6;
	margin: 0 0 12px;
}

.dc-home-help-card a {
	color: var(--dc-navy);
	font-weight: 800;
	text-decoration: underline;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.added_to_cart,
.widget a.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background: var(--dc-navy);
	border: 1px solid var(--dc-navy);
	border-radius: 3px;
	color: var(--dc-white);
	font-family: var(--dc-font);
	font-weight: 800;
	letter-spacing: 0;
	text-decoration: none;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.added_to_cart:hover,
.widget a.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: var(--dc-navy-deep);
	border-color: var(--dc-navy-deep);
	color: var(--dc-white);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background: var(--dc-paper-alt);
	border-left: 4px solid var(--dc-navy);
	color: var(--dc-text);
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
	color: var(--dc-navy);
}

.storefront-breadcrumb {
	color: var(--dc-text-muted);
	display: none !important;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.woocommerce-account .storefront-breadcrumb {
		margin: 0;
	}
}

.woocommerce-products-header {
	border-bottom: 1.5px solid var(--dc-text);
	margin-bottom: 24px;
	padding-bottom: 14px;
}

.woocommerce-products-header__title.page-title,
.entry-title {
	color: var(--dc-text);
	font-family: var(--dc-font);
	font-weight: 800;
	letter-spacing: 0;
}

.storefront-sorting {
	align-items: center;
	background: var(--dc-white);
	border: 1px solid var(--dc-border);
	border-radius: 3px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 24px;
	padding: 12px;
}

.woocommerce-ordering select {
	background: var(--dc-white);
	border: 1px solid var(--dc-border);
	border-radius: 3px;
	color: var(--dc-text-muted);
	font-size: 13px;
}

ul.products {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

ul.products::before,
ul.products::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after,
.dc-shop-results ul.products::before,
.dc-shop-results ul.products::after,
.dc-pdp-related-grid.products::before,
.dc-pdp-related-grid.products::after {
	content: none !important;
	display: none !important;
}

ul.products li.product,
.wc-block-grid__product {
	background: var(--dc-white);
	border: 1px solid var(--dc-border);
	border-radius: 4px;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	margin: 0 !important;
	padding: 16px;
	text-align: left;
	transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
	width: auto !important;
}

ul.products li.product:hover,
.wc-block-grid__product:hover {
	border-color: var(--dc-navy);
	box-shadow: 0 8px 24px rgba(10, 31, 77, 0.08);
	transform: translateY(-2px);
}

ul.products li.product img,
.wc-block-grid__product img {
	aspect-ratio: 1 / 1;
	background: var(--dc-paper-alt);
	border: 1px solid var(--dc-border);
	border-radius: 3px;
	object-fit: cover;
	width: 100%;
}

.dc-product-program-label {
	color: #777;
	font-weight: 700;
	margin: 12px 0 4px;
}

ul.products li.product .woocommerce-loop-product__title,
.wc-block-grid__product-title {
	color: var(--dc-text);
	font-family: var(--dc-font);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	margin: 4px 0 8px;
	min-height: 2.7em;
	padding: 0;
}

ul.products li.product .price,
.wc-block-grid__product-price {
	color: var(--dc-navy);
	font-family: var(--dc-font);
	font-size: 20px;
	font-weight: 900;
	margin: auto 0 10px;
}

ul.products li.product .price::after,
.wc-block-grid__product-price::after {
	color: #777;
	content: " funds";
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

ul.products li.product .button,
.wc-block-grid__product .wp-block-button__link {
	align-self: flex-start;
	background: var(--dc-white);
	border: 1px solid var(--dc-navy);
	border-radius: 3px;
	color: var(--dc-navy);
	font-size: 12px;
	font-weight: 900;
	margin-top: auto;
	padding: 8px 12px;
	text-transform: none;
}

ul.products li.product .button:hover,
.wc-block-grid__product .wp-block-button__link:hover {
	background: var(--dc-navy);
	color: var(--dc-white);
}

.post-type-archive-product .content-area,
.tax-product_cat .content-area {
	float: none;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.post-type-archive-product .widget-area,
.tax-product_cat .widget-area {
	display: none;
}

.dc-shop-catalog {
	margin: 28px 0 72px;
}

.dc-shop-head {
	align-items: flex-end;
	border-bottom: 2px solid var(--dc-text);
	display: flex;
	gap: 28px;
	justify-content: space-between;
	margin-bottom: 24px;
	padding-bottom: 16px;
}

.dc-shop-head h1 {
	color: var(--dc-text);
	font-family: var(--dc-font);
	font-size: 34px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0;
}

.dc-shop-head p {
	color: #888;
	font-family: "IBM Plex Mono", monospace;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1.5px;
	margin: 8px 0 0;
	text-transform: uppercase;
}

.dc-shop-head p strong {
	color: var(--dc-navy);
}

.dc-shop-head-note {
	color: var(--dc-text-muted);
	font-size: 12.5px;
	line-height: 1.55;
	max-width: 330px;
	text-align: right;
}

.dc-shop-layout {
	align-items: start;
	display: grid;
	gap: 44px;
	grid-template-columns: 236px minmax(0, 1fr);
}

.dc-shop-sidebar {
	position: sticky;
	top: calc(122px + var(--dc-admin-bar-offset));
}

.dc-shop-sidebar h2 {
	border-bottom: 1px solid #e6e3d9;
	color: #888;
	font-family: "IBM Plex Mono", monospace;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.5px;
	margin: 0 0 6px;
	padding-bottom: 9px;
	text-transform: uppercase;
}

.dc-shop-funds-card {
	border: 1.5px solid var(--dc-navy);
	border-radius: 4px;
	margin-bottom: 28px;
	padding: 16px;
}

.dc-shop-sidebar-label {
	color: var(--dc-navy);
	font-family: "IBM Plex Mono", monospace;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.dc-shop-funds-amount {
	color: var(--dc-navy);
	font-size: 26px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 7px 0 3px;
}

.dc-shop-funds-amount small {
	color: #888;
	font-size: 12px;
	font-weight: 600;
}

.dc-shop-funds-bar {
	background: var(--dc-paper-2);
	border: 1px solid var(--dc-navy);
	border-radius: 3px;
	height: 6px;
	margin-top: 11px;
	overflow: hidden;
}

.dc-shop-funds-bar span {
	background: var(--dc-navy);
	display: block;
	height: 100%;
}

.dc-shop-funds-caption {
	color: #888;
	display: flex;
	font-family: "IBM Plex Mono", monospace;
	font-size: 9.5px;
	font-weight: 600;
	justify-content: space-between;
	letter-spacing: 0.5px;
	margin-top: 9px;
	text-transform: uppercase;
}

.dc-shop-facet-list {
	display: flex;
	flex-direction: column;
	margin-bottom: 28px;
}

.dc-shop-facet {
	align-items: center;
	color: var(--dc-text-muted);
	display: flex;
	font-size: 13.5px;
	justify-content: space-between;
	padding: 8px 0;
	text-decoration: none;
}

.dc-shop-facet:hover,
.dc-shop-facet.is-active {
	color: var(--dc-navy);
	text-decoration: none;
}

.dc-shop-facet.is-active {
	font-weight: 800;
}

.dc-shop-filter-label {
	align-items: center;
	display: inline-flex;
	gap: 10px;
	min-width: 0;
}

.dc-shop-filter-dot {
	background: #d9d5c8;
	border-radius: 50%;
	display: inline-block;
	height: 7px;
	width: 7px;
}

.dc-shop-facet.is-active .dc-shop-filter-dot {
	background: var(--dc-navy);
}

.dc-shop-filter-count {
	color: #888;
	font-family: "IBM Plex Mono", monospace;
	font-size: 10px;
	font-weight: 700;
	margin-left: 10px;
}

.dc-shop-facet.is-active .dc-shop-filter-count {
	color: var(--dc-navy);
}

.dc-shop-program-details {
	color: var(--dc-text-muted);
	font-size: 12.5px;
	line-height: 1.55;
}

.dc-shop-program-details div {
	align-items: baseline;
	border-bottom: 1px solid #e6e3d9;
	display: flex;
	justify-content: space-between;
	padding: 6px 0;
}

.dc-shop-program-details span {
	color: #888;
}

.dc-shop-program-details strong {
	color: var(--dc-text);
	font-weight: 700;
	text-align: right;
}

.dc-shop-toolbar {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 24px;
}

.dc-shop-chips {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.dc-shop-toolbar-label {
	color: #888;
	font-family: "IBM Plex Mono", monospace;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	margin-right: 4px;
	text-transform: uppercase;
}

.dc-shop-chip {
	align-items: center;
	background: var(--dc-white);
	border: 1px solid #d9d5c8;
	border-radius: 999px;
	color: var(--dc-text-muted);
	display: inline-flex;
	font-family: "IBM Plex Mono", monospace;
	font-size: 10.5px;
	font-weight: 700;
	gap: 8px;
	letter-spacing: 1px;
	line-height: 1;
	padding: 8px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.dc-shop-chip .dc-shop-filter-dot {
	display: none;
}

.dc-shop-chip:hover {
	border-color: #888;
	color: var(--dc-text);
	text-decoration: none;
}

.dc-shop-chip.is-active {
	background: var(--dc-navy);
	border-color: var(--dc-navy);
	color: var(--dc-white);
	text-decoration: none;
}

.dc-shop-chip .dc-shop-filter-count {
	color: inherit;
	font-size: inherit;
	margin-left: 0;
}

.dc-shop-toolbar-actions {
	align-items: center;
	display: flex;
	gap: 18px;
}

.dc-shop-toolbar .woocommerce-result-count {
	color: #888;
	float: none;
	font-family: "IBM Plex Mono", monospace;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0;
	text-transform: uppercase;
}

.dc-shop-sort .woocommerce-ordering {
	float: none;
	margin: 0;
	position: relative;
}

.dc-shop-sort .woocommerce-ordering::after {
	color: #888;
	content: "▾";
	font-size: 10px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}

.dc-shop-sort .woocommerce-ordering select {
	appearance: none;
	background: var(--dc-white);
	border: 1px solid #d9d5c8;
	border-radius: 3px;
	color: var(--dc-text);
	font-family: "IBM Plex Mono", monospace;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.5px;
	padding: 8px 30px 8px 13px;
	text-transform: uppercase;
}

.dc-shop-results ul.products {
	display: grid;
	grid-auto-flow: row;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
}

.dc-shop-results ul.products li.product,
.dc-pdp-related-grid.products li.product {
	clear: none !important;
	float: none !important;
	grid-column: auto !important;
	grid-row: auto !important;
	max-width: none !important;
	width: auto !important;
}

.dc-shop-results ul.products li.product.dc-catalog-product-card {
	background: var(--dc-white);
	border: 1px solid #e6e3d9;
	border-radius: 4px;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	margin: 0 !important;
	padding: 14px;
	text-align: left;
	transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
	width: auto !important;
}

.dc-shop-results ul.products li.product.dc-catalog-product-card:hover {
	border-color: #d9d5c8;
	box-shadow: 0 6px 22px rgba(10, 31, 77, 0.08);
	transform: translateY(-2px);
}

.dc-catalog-product-image-link,
.dc-catalog-product-title a {
	color: inherit;
	text-decoration: none;
}

.dc-catalog-product-image {
	aspect-ratio: 1 / 1;
	background: var(--dc-paper);
	border-radius: 3px;
	display: block;
	overflow: hidden;
	position: relative;
}

.dc-shop-results ul.products li.product.dc-catalog-product-card img {
	aspect-ratio: auto;
	background: transparent;
	border: 0;
	border-radius: 0;
	height: 100%;
	margin: 0;
	mix-blend-mode: multiply;
	object-fit: contain;
	width: 100%;
}

.dc-catalog-product-badge {
	background: var(--dc-highlight);
	border-radius: 2px;
	color: var(--dc-navy-deep);
	font-family: "IBM Plex Mono", monospace;
	font-size: 8.5px;
	font-weight: 700;
	left: 10px;
	letter-spacing: 0.5px;
	line-height: 1;
	padding: 4px 7px;
	position: absolute;
	text-transform: uppercase;
	top: 10px;
	z-index: 1;
}

.dc-catalog-product-badge.is-cobranded {
	background: var(--dc-navy);
	color: var(--dc-white);
}

.dc-catalog-product-category {
	color: #888;
	font-family: "IBM Plex Mono", monospace;
	font-size: 9.5px;
	font-weight: 700;
	letter-spacing: 1.2px;
	margin: 15px 0 5px;
	text-transform: uppercase;
}

.dc-shop-results ul.products li.product .dc-catalog-product-title {
	color: var(--dc-text);
	font-family: var(--dc-font);
	font-size: 14.5px;
	font-weight: 800;
	line-height: 1.35;
	margin: 0;
	min-height: 40px;
	padding: 0;
}

.dc-catalog-product-title a:hover {
	color: var(--dc-navy);
}

.dc-catalog-product-price-row {
	align-items: baseline;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin: 16px 0 12px;
}

.dc-shop-results ul.products li.product .price.dc-catalog-product-price {
	color: var(--dc-navy);
	font-family: var(--dc-font);
	font-size: 17px;
	font-weight: 700;
	letter-spacing: -0.3px;
	margin: 0;
}

.dc-shop-results ul.products li.product .price.dc-catalog-product-price small {
	color: #888;
	font-family: "IBM Plex Mono", monospace;
	font-size: 8.5px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-left: 5px;
	text-transform: uppercase;
}

.dc-shop-results ul.products li.product .price.dc-catalog-product-price::after {
	content: none;
}

.dc-catalog-product-swatches {
	display: flex;
	flex-shrink: 0;
	gap: 5px;
}

.dc-catalog-product-swatch {
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 50%;
	display: inline-block;
	height: 13px;
	width: 13px;
}

.dc-shop-results ul.products li.product.dc-catalog-product-card .button {
	align-self: stretch;
	background: var(--dc-white);
	border: 1.5px solid var(--dc-navy);
	border-radius: 3px;
	color: var(--dc-navy);
	font-size: 12.5px;
	font-weight: 800;
	margin-top: auto;
	padding: 9px;
	text-align: center;
}

.dc-shop-results ul.products li.product.dc-catalog-product-card:hover .button,
.dc-shop-results ul.products li.product.dc-catalog-product-card .button:hover {
	background: var(--dc-navy);
	color: var(--dc-white);
}

.dc-shop-results .woocommerce-pagination {
	margin-top: 36px;
}

.dc-shop-results .woocommerce-pagination ul.page-numbers {
	align-items: center;
	border: 0;
	display: flex;
	gap: 6px;
	justify-content: center;
	margin: 0;
}

.dc-shop-results .woocommerce-pagination ul.page-numbers li {
	border: 0;
	margin: 0;
}

.dc-shop-results .woocommerce-pagination .page-numbers {
	background: var(--dc-white);
	border: 1px solid #d9d5c8;
	border-radius: 3px;
	color: var(--dc-text-muted);
	display: inline-flex;
	font-family: "IBM Plex Mono", monospace;
	font-size: 11px;
	font-weight: 700;
	justify-content: center;
	min-width: 36px;
	padding: 8px 13px;
	text-decoration: none;
}

.dc-shop-results .woocommerce-pagination .page-numbers.current {
	background: var(--dc-navy);
	border-color: var(--dc-navy);
	color: var(--dc-white);
}

.single-product .content-area {
	float: none;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.single-product .widget-area {
	display: none;
}

.dc-pdp {
	margin: 28px 0 80px;
}

.dc-pdp-top {
	align-items: start;
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
}

.dc-pdp-gallery {
	display: grid;
	gap: 16px;
	grid-template-columns: 74px minmax(0, 1fr);
	position: sticky;
	top: calc(128px + var(--dc-admin-bar-offset));
}

.dc-pdp-thumbs {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.dc-pdp-thumb {
	aspect-ratio: 1 / 1;
	background: var(--dc-paper);
	border: 1px solid #e6e3d9;
	border-radius: 3px;
	cursor: pointer;
	overflow: hidden;
	padding: 0;
	transition: border-color 120ms ease;
}

.dc-pdp-thumb:hover,
.dc-pdp-thumb.is-active {
	border-color: var(--dc-navy);
}

.dc-pdp-thumb.is-active {
	border-width: 1.5px;
}

.dc-pdp-thumb img {
	height: 100%;
	mix-blend-mode: multiply;
	object-fit: contain;
	width: 100%;
}

.dc-pdp-stage {
	aspect-ratio: 1 / 1;
	background: var(--dc-paper);
	border: 1px solid #e6e3d9;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}

.dc-pdp-stage img {
	height: 100%;
	mix-blend-mode: multiply;
	object-fit: contain;
	padding: 24px;
	width: 100%;
}

.dc-pdp-badge {
	background: var(--dc-highlight);
	border-radius: 2px;
	color: var(--dc-navy-deep);
	font-family: "IBM Plex Mono", monospace;
	font-size: 9px;
	font-weight: 700;
	left: 16px;
	letter-spacing: 0.8px;
	line-height: 1;
	padding: 5px 9px;
	position: absolute;
	text-transform: uppercase;
	top: 16px;
	z-index: 1;
}

.dc-pdp-badge.is-cobranded {
	background: var(--dc-navy);
	color: var(--dc-white);
}

.dc-pdp-category-eyebrow {
	color: #888;
	font-family: "IBM Plex Mono", monospace;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 1.5px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.dc-pdp-buy .product_title {
	color: var(--dc-text);
	font-family: var(--dc-font);
	font-size: 33px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0 0 18px;
}

.dc-pdp-price-line {
	align-items: baseline;
	border-bottom: 1px solid #e6e3d9;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding-bottom: 22px;
}

.dc-pdp-price-line .price {
	color: var(--dc-navy);
	font-size: 27px;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0;
}

.dc-pdp-funds-tag {
	border: 1px solid var(--dc-navy);
	border-radius: 2px;
	color: var(--dc-navy);
	font-family: "IBM Plex Mono", monospace;
	font-size: 9.5px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 4px 8px;
	text-transform: uppercase;
}

.dc-pdp-stock-line {
	align-items: center;
	color: var(--dc-success, #1f7a3a);
	display: flex;
	font-family: "IBM Plex Mono", monospace;
	font-size: 10.5px;
	font-weight: 700;
	gap: 8px;
	letter-spacing: 1px;
	margin: 18px 0 24px;
	text-transform: uppercase;
}

.dc-pdp-stock-dot {
	background: currentColor;
	border-radius: 50%;
	height: 7px;
	width: 7px;
}

.dc-pdp-add-to-cart {
	margin-top: 18px;
}

.dc-pdp-add-to-cart form.cart {
	margin: 0;
}

.dc-pdp-add-to-cart table.variations {
	margin: 0 0 22px;
	width: 100%;
}

.dc-pdp-add-to-cart table.variations tr {
	display: block;
	margin-bottom: 18px;
}

.dc-pdp-add-to-cart table.variations th,
.dc-pdp-add-to-cart table.variations td {
	background: transparent;
	border: 0;
	display: block;
	padding: 0;
	text-align: left;
}

.dc-pdp-add-to-cart table.variations label {
	color: var(--dc-text-muted);
	display: block;
	font-family: "IBM Plex Mono", monospace;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 1.2px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.dc-pdp-add-to-cart table.variations select {
	background: var(--dc-white);
	border: 1.5px solid #d9d5c8;
	border-radius: 3px;
	color: var(--dc-text);
	font-size: 14px;
	font-weight: 700;
	min-height: 44px;
	padding: 10px 12px;
	width: 100%;
}

.dc-pdp-add-to-cart .reset_variations {
	color: var(--dc-navy);
	display: inline-block;
	font-family: "IBM Plex Mono", monospace;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 8px;
	text-transform: uppercase;
}

.dc-pdp-add-to-cart .woocommerce-variation {
	background: var(--dc-paper);
	border: 1px solid #e6e3d9;
	border-radius: 4px;
	margin: 0 0 16px;
	padding: 12px 14px;
}

.dc-pdp-add-to-cart .woocommerce-variation-price .price {
	color: var(--dc-navy);
	font-size: 18px;
	font-weight: 800;
}

.dc-pdp-add-to-cart .woocommerce-variation-availability p {
	margin: 4px 0 0;
}

.dc-pdp-add-to-cart .woocommerce-variation-add-to-cart {
	align-items: stretch;
	display: flex;
	gap: 12px;
}

.dc-pdp-add-to-cart .quantity {
	align-items: stretch;
	border: 1.5px solid #d9d5c8;
	border-radius: 3px;
	display: flex;
	float: none;
	margin: 0;
	overflow: hidden;
}

.dc-pdp-add-to-cart .quantity .qty {
	background: var(--dc-white);
	border: 0;
	color: var(--dc-text);
	font-family: "IBM Plex Mono", monospace;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	margin: 0;
	min-height: 48px;
	text-align: center;
	width: 64px;
}

.dc-pdp-add-to-cart .single_add_to_cart_button {
	background: var(--dc-navy);
	border: 1.5px solid var(--dc-navy);
	border-radius: 3px;
	color: var(--dc-white);
	flex: 1;
	font-family: var(--dc-font);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0;
	min-height: 48px;
	padding: 13px 18px;
	text-align: center;
	text-transform: none;
}

.dc-pdp-add-to-cart .single_add_to_cart_button:hover {
	background: var(--dc-navy-2, #0f2a66);
	border-color: var(--dc-navy-2, #0f2a66);
}

.dc-pdp-add-to-cart .single_add_to_cart_button.disabled,
.dc-pdp-add-to-cart .single_add_to_cart_button:disabled {
	background: var(--dc-white);
	border-color: #d9d5c8;
	color: #888;
	cursor: not-allowed;
}

.dc-pdp-fund-note {
	align-items: flex-start;
	background: var(--dc-paper);
	border: 1px solid #e6e3d9;
	border-radius: 4px;
	color: var(--dc-text-muted);
	display: flex;
	font-size: 12.5px;
	gap: 12px;
	line-height: 1.55;
	margin-top: 20px;
	padding: 14px 16px;
}

.dc-pdp-fund-note-tag {
	background: var(--dc-navy);
	border-radius: 2px;
	color: var(--dc-white);
	flex-shrink: 0;
	font-family: "IBM Plex Mono", monospace;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	margin-top: 2px;
	padding: 5px 7px;
	text-transform: uppercase;
}

.dc-pdp-meta-list {
	border-top: 1px solid #e6e3d9;
	margin-top: 26px;
	padding-top: 20px;
}

.dc-pdp-meta-row {
	display: flex;
	font-size: 13px;
	gap: 16px;
	padding: 7px 0;
}

.dc-pdp-meta-row span {
	color: #888;
	flex: 0 0 130px;
	font-family: "IBM Plex Mono", monospace;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	padding-top: 2px;
	text-transform: uppercase;
}

.dc-pdp-meta-row strong {
	color: var(--dc-text);
	font-weight: 700;
}

.dc-pdp-meta-row a {
	text-decoration: none;
}

.dc-pdp-meta-row a:hover {
	text-decoration: underline;
}

.dc-pdp-detail {
	align-items: start;
	display: grid;
	gap: 44px;
	grid-template-columns: 236px minmax(0, 1fr);
	margin-top: 72px;
}

.dc-pdp-tabs {
	position: sticky;
	top: calc(128px + var(--dc-admin-bar-offset));
}

.dc-pdp-tab {
	align-items: center;
	background: none;
	border: 0;
	border-bottom: 1px solid #e6e3d9;
	color: var(--dc-text-muted);
	cursor: pointer;
	display: flex;
	font-family: var(--dc-font);
	font-size: 15px;
	font-weight: 600;
	justify-content: space-between;
	padding: 16px 2px;
	text-align: left;
	width: 100%;
}

.dc-pdp-tab:hover,
.dc-pdp-tab.is-active {
	color: var(--dc-navy);
}

.dc-pdp-tab.is-active {
	font-weight: 800;
}

.dc-pdp-tab span {
	color: inherit;
	font-family: "IBM Plex Mono", monospace;
}

.dc-pdp-panel[hidden] {
	display: none;
}

.dc-pdp-panel h2 {
	color: var(--dc-text);
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 20px;
}

.dc-pdp-panel p,
.dc-pdp-description {
	color: var(--dc-text-muted);
	font-size: 15px;
	line-height: 1.7;
	max-width: 680px;
}

.dc-pdp-description ul,
.dc-pdp-feature-list {
	list-style: none;
	margin: 18px 0 0;
	max-width: 620px;
	padding: 0;
}

.dc-pdp-description li,
.dc-pdp-feature-list li {
	border-bottom: 1px solid #e6e3d9;
	color: var(--dc-text-muted);
	font-size: 14.5px;
	line-height: 1.55;
	padding: 11px 0 11px 26px;
	position: relative;
}

.dc-pdp-description li::before,
.dc-pdp-feature-list li::before {
	color: var(--dc-navy);
	content: "→";
	font-family: "IBM Plex Mono", monospace;
	left: 0;
	position: absolute;
}

.dc-pdp-spec-grid {
	display: grid;
	gap: 0 48px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 760px;
}

.dc-pdp-spec-row {
	align-items: baseline;
	border-bottom: 1px solid #e6e3d9;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	padding: 13px 0;
}

.dc-pdp-spec-row span {
	color: #888;
}

.dc-pdp-spec-row strong {
	color: var(--dc-text);
	font-weight: 700;
	text-align: right;
}

.dc-pdp-related {
	margin-top: 84px;
}

.dc-pdp-section-head {
	align-items: flex-end;
	border-bottom: 2px solid var(--dc-text);
	display: flex;
	justify-content: space-between;
	margin-bottom: 26px;
	padding-bottom: 15px;
}

.dc-pdp-section-head h2 {
	color: var(--dc-text);
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0;
}

.dc-pdp-section-head a {
	color: var(--dc-navy);
	font-family: "IBM Plex Mono", monospace;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-decoration: none;
	text-transform: uppercase;
}

.dc-pdp-section-head a:hover {
	text-decoration: underline;
}

.dc-pdp-related-grid.products {
	display: grid;
	grid-auto-flow: row;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
}

.site-footer {
	background: var(--dc-navy-deep);
	color: #d8dceb;
	padding: 0;
}

.dc-footer {
	font-family: var(--dc-font);
	padding: 34px 0 20px;
}

.dc-footer-top {
	border-bottom: 1px solid #1c2c5a;
	display: grid;
	gap: 38px;
	grid-template-columns: 1.5fr 1fr 1fr 1fr;
	padding-bottom: 26px;
}

.dc-footer-brand img {
	display: block;
	height: 32px;
	width: auto;
}

.dc-footer-brand p {
	color: #aab0c4;
	font-size: 14px;
	line-height: 1.55;
	margin: 14px 0 0;
	max-width: 320px;
}

.dc-footer h2 {
	color: #aab0c4;
	font-family: var(--dc-font);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.4px;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.dc-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dc-footer li {
	margin: 0 0 8px;
}

.dc-footer a {
	color: #e8e6dc;
	font-size: 14px;
	text-decoration: none;
}

.dc-footer a:hover {
	color: var(--dc-highlight);
	text-decoration: underline;
}

.dc-footer-legal {
	align-items: center;
	color: #aab0c4;
	display: flex;
	font-size: 12px;
	justify-content: space-between;
	padding-top: 16px;
}

.woocommerce-account .entry-content,
.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content {
	background: var(--dc-white);
	border: 1px solid var(--dc-border);
	border-radius: 4px;
	padding: 24px;
}

.woocommerce-MyAccount-navigation ul {
	border: 1px solid var(--dc-border);
	border-radius: 4px;
	list-style: none;
	margin: 0;
	overflow: hidden;
}

.woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid var(--dc-border);
}

.woocommerce-MyAccount-navigation ul li:last-child {
	border-bottom: 0;
}

.woocommerce-MyAccount-navigation ul li a {
	background: var(--dc-white);
	color: var(--dc-text-muted);
	display: block;
	font-weight: 800;
	padding: 12px 14px;
	text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
	background: var(--dc-paper-alt);
	color: var(--dc-navy);
}

.woocommerce-MyAccount-content {
	color: var(--dc-text);
}

.woocommerce-account.logged-in .content-area {
	float: none;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.woocommerce-account.logged-in .widget-area {
	display: none;
}

.woocommerce-account.logged-in .entry-content {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
}

.dc-account-layout {
	align-items: start;
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(210px, 250px) minmax(0, 1fr);
	margin: 26px 0 56px;
}

.dc-account-sidebar {
	position: sticky;
	top: calc(24px + var(--dc-admin-bar-offset));
}

.dc-account-main {
	float: none;
	min-width: 0;
	width: auto;
}

.dc-account-sidebar .woocommerce-MyAccount-navigation {
	background: var(--dc-white);
	border-right: 0;
	float: none;
	font-family: var(--dc-font);
	padding: 0;
	width: auto;
}

.dc-account-sidebar .woocommerce-MyAccount-navigation ul {
	background: var(--dc-white);
	border: 0;
	border-top: 0;
	border-radius: 0;
	list-style: none;
	margin: 0;
	overflow: visible;
	padding: 0;
}

.dc-account-sidebar .woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid var(--dc-border);
}

.dc-account-sidebar .woocommerce-MyAccount-navigation ul li:last-child {
	border-bottom: 0;
}

.dc-account-sidebar .woocommerce-MyAccount-navigation ul li a {
	align-items: center;
	background: transparent;
	color: var(--dc-text-muted);
	display: flex;
	font-size: 14px;
	font-weight: 800;
	justify-content: space-between;
	line-height: 1.2;
	min-height: 44px;
	padding: 12px;
	text-decoration: none;
}

.dc-account-sidebar .woocommerce-MyAccount-navigation ul li a::after {
	color: #9a968a;
	content: "\2192";
	font-size: 12px;
	font-weight: 700;
}

.dc-account-sidebar .woocommerce-MyAccount-navigation ul li.is-active a {
	background: var(--dc-paper-2);
	border-left: 4px solid var(--dc-navy);
	color: var(--dc-navy);
	padding-left: 12px;
}

.dc-account-sidebar .woocommerce-MyAccount-navigation ul li a:hover {
	background: var(--dc-white);
	color: var(--dc-navy);
}

.dcp-partner-funds {
	display: grid;
	gap: 24px;
}

.dcp-funds-summary-card {
	background: var(--dc-navy);
	border-radius: 4px;
	color: var(--dc-white);
	padding: 24px;
}

.dcp-funds-summary-card h2 {
	color: var(--dc-white);
	font-family: var(--dc-font);
	font-weight: 900;
	margin: 0 0 10px;
}

.dcp-funds-summary-card p {
	color: #d8dceb;
	margin-bottom: 8px;
}

.dcp-funds-summary-card strong {
	color: var(--dc-highlight);
}

.dcp-partner-funds > .dcp-funds-summary-card + .dcp-funds-summary-card {
	background: var(--dc-paper);
	border: 1px solid var(--dc-border);
	color: var(--dc-text);
}

.dcp-partner-funds > .dcp-funds-summary-card + .dcp-funds-summary-card h3 {
	border-bottom-color: var(--dc-border);
	color: var(--dc-navy);
	margin-bottom: 16px;
}

.dcp-partner-funds > .dcp-funds-summary-card + .dcp-funds-summary-card p,
.dcp-partner-funds > .dcp-funds-summary-card + .dcp-funds-summary-card td {
	color: var(--dc-text);
}

.dcp-partner-funds > .dcp-funds-summary-card + .dcp-funds-summary-card strong {
	color: var(--dc-navy);
}

.dcp-partner-funds > .dcp-funds-summary-card + .dcp-funds-summary-card .dcp-dashboard-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 18px 0;
}

.dcp-partner-funds > .dcp-funds-summary-card + .dcp-funds-summary-card .dcp-dashboard-grid > div {
	background: var(--dc-white);
	border: 1px solid var(--dc-border);
	border-radius: 4px;
	color: var(--dc-text);
	padding: 14px;
}

.dcp-partner-funds > .dcp-funds-summary-card + .dcp-funds-summary-card .dcp-funds-activity-table.shop_table {
	margin-top: 16px;
}

.dcp-partner-funds > .dcp-funds-summary-card + .dcp-funds-summary-card .dcp-funds-activity-table td,
.dcp-partner-funds > .dcp-funds-summary-card + .dcp-funds-summary-card .dcp-funds-activity-table th {
	color: var(--dc-text);
	text-align: right;
}

.dcp-partner-funds > .dcp-funds-summary-card + .dcp-funds-summary-card .dcp-funds-activity-table td:first-child,
.dcp-partner-funds > .dcp-funds-summary-card + .dcp-funds-summary-card .dcp-funds-activity-table th:first-child {
	text-align: left;
}

.dcp-partner-funds h3 {
	border-bottom: 1.5px solid var(--dc-text);
	color: var(--dc-text);
	font-family: var(--dc-font);
	font-size: 22px;
	font-weight: 900;
	margin: 0;
	padding-bottom: 10px;
}

.dcp-funds-activity-table.shop_table {
	background: var(--dc-white);
	border: 1px solid var(--dc-border);
	border-radius: 4px;
	overflow: hidden;
}

.dcp-funds-activity-table th {
	background: var(--dc-paper-alt);
	color: var(--dc-text-muted);
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.dcp-funds-activity-table td,
.dcp-funds-activity-table th {
	border-color: var(--dc-border);
}

.dcp-funds-amount-positive {
	color: #1f7a3a;
	font-weight: 900;
}

.dcp-funds-amount-negative {
	color: #b42318;
	font-weight: 900;
}

.woocommerce-account .entry-title:empty {
	display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	font-family: var(--dc-font);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	background: var(--dc-white);
	border: 0;
	border-right: 0;
	border-top: 0;
	border-radius: 0;
	overflow: visible;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid var(--dc-border);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
	border-bottom: 0;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul {
	background: var(--dc-white);
	border-top: 0;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li:last-child {
	border-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	align-items: center;
	background: transparent;
	color: var(--dc-text-muted);
	display: flex;
	font-size: 14px;
	font-weight: 800;
	justify-content: space-between;
	min-height: 44px;
	padding: 12px;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
	padding: 12px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a::after {
	color: #9a968a;
	content: "\2192";
	font-size: 12px;
	font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	background: var(--dc-paper-2);
	border-left: 4px solid var(--dc-navy);
	color: var(--dc-navy);
	padding-left: 12px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	background: var(--dc-white);
	color: var(--dc-navy);
}

.dcp-funds-page-header h1 {
	color: var(--dc-text);
	font-family: var(--dc-font);
	font-size: 30px;
	font-weight: 900;
	line-height: 1.1;
	margin: 0 0 6px;
}

.dcp-funds-page-header p,
.dcp-funds-context-note,
.dcp-funds-activity-footnote {
	color: var(--dc-text-muted);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1.4px;
	margin: 0;
	text-transform: uppercase;
}

.dcp-funds-overview-card {
	align-items: stretch;
	background: var(--dc-navy);
	border-right: 6px solid var(--dc-highlight);
	border-radius: 4px;
	color: var(--dc-white);
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.8fr) repeat(3, minmax(0, 1fr));
	padding: 28px 32px;
}

.dcp-funds-kpi {
	display: flex;
	flex-direction: column;
	gap: 7px;
	justify-content: center;
}

.dcp-funds-kpi-label {
	color: #b8c2df;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.dcp-funds-kpi strong {
	color: var(--dc-white);
	font-family: var(--dc-font);
	font-size: 22px;
	font-weight: 900;
	line-height: 1;
	white-space: nowrap;
}

.dcp-funds-kpi-balance strong {
	font-size: 48px;
}

.dcp-funds-kpi-note {
	color: #c7d0ea;
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

.dcp-funds-context-note {
	letter-spacing: 0;
	text-transform: none;
}

.dcp-funds-panel {
	background: var(--dc-white);
	border: 1px solid var(--dc-border);
	border-radius: 4px;
	padding: 22px 24px;
}

.dcp-funds-panel-heading {
	align-items: baseline;
	border-bottom: 2px solid var(--dc-text);
	display: flex;
	justify-content: space-between;
	margin-bottom: 14px;
	padding-bottom: 10px;
}

.dcp-funds-panel-heading h2 {
	color: var(--dc-text);
	font-family: var(--dc-font);
	font-size: 22px;
	font-weight: 900;
	margin: 0;
}

.dcp-funds-panel-heading span {
	color: var(--dc-text-muted);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}

.dcp-category-budget-table.shop_table,
.dcp-funds-activity-table.shop_table {
	border: 0;
	border-radius: 0;
	margin: 0;
	overflow: visible;
}

.dcp-category-budget-table th,
.dcp-funds-activity-table th {
	background: transparent;
	border-bottom: 1px solid var(--dc-border);
	color: #8b887e;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 1.6px;
	padding: 10px 12px 10px 0;
	text-transform: uppercase;
}

.dcp-category-budget-table td,
.dcp-funds-activity-table td {
	border-bottom: 1px dashed var(--dc-border);
	color: var(--dc-text);
	padding: 14px 12px 14px 0;
	vertical-align: middle;
}

.dcp-category-budget-table th:not(:first-child),
.dcp-category-budget-table td:not(:first-child),
.dcp-funds-activity-table th:nth-child(3),
.dcp-funds-activity-table td:nth-child(3),
.dcp-funds-activity-table th:nth-child(5),
.dcp-funds-activity-table td:nth-child(5) {
	text-align: right;
}

.dcp-budget-progress {
	--dcp-budget-color: var(--dc-navy);
	align-items: center;
	background: conic-gradient(var(--dcp-budget-color) var(--dcp-budget-percent), var(--dc-paper-alt) 0);
	border-radius: 50%;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	min-width: 34px;
	position: relative;
	width: 34px;
}

.dcp-budget-progress::after {
	background: var(--dc-white);
	border-radius: 50%;
	content: "";
	height: 20px;
	width: 20px;
}

.dcp-budget-progress span {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.dcp-budget-row.is-low .dcp-budget-progress {
	--dcp-budget-color: #a56b00;
}

.dcp-budget-row.is-over .dcp-budget-progress {
	--dcp-budget-color: #b42318;
}

.dcp-budget-row td:last-child strong {
	color: var(--dc-navy);
}

.dcp-budget-row.is-low td:last-child strong {
	color: #a56b00;
}

.dcp-budget-row.is-over td:last-child strong {
	color: #b42318;
}

.dcp-budget-status {
	color: #b42318;
	display: block;
	font-size: 11px;
	font-weight: 800;
	margin-top: 4px;
	text-transform: uppercase;
}

#fund-activity {
	scroll-margin-top: 120px;
}

.dcp-funds-filter-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 16px;
}

.dcp-funds-filter-chips a,
.dcp-funds-filter-chips span {
	background: var(--dc-white);
	border: 1px solid var(--dc-border);
	border-radius: 999px;
	color: var(--dc-text-muted);
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 1px;
	padding: 6px 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.hentry .entry-content .dcp-funds-filter-chips a {
	text-decoration: none;
}

.hentry .entry-content .dcp-funds-filter-chips a:hover,
.hentry .entry-content .dcp-funds-filter-chips a:focus {
	text-decoration: underline;
}

.dcp-funds-filter-chips a:hover,
.dcp-funds-filter-chips a:focus {
	border-color: var(--dc-navy);
	color: var(--dc-navy);
	outline: none;
}

.dcp-funds-filter-chips .is-active {
	background: var(--dc-navy);
	border-color: var(--dc-navy);
	color: var(--dc-white);
}

.dcp-funds-filter-chips .is-active:hover,
.dcp-funds-filter-chips .is-active:focus {
	color: var(--dc-white);
}

.dcp-system-sync-summary {
	background: var(--dc-paper);
	border: 1px dashed var(--dc-border);
	border-radius: 4px;
	margin: 0 0 16px;
	padding: 0;
}

.dcp-system-sync-summary summary {
	align-items: center;
	color: var(--dc-text);
	cursor: pointer;
	display: flex;
	font-size: 12px;
	font-weight: 900;
	justify-content: space-between;
	letter-spacing: 1.1px;
	padding: 10px 12px;
	text-transform: uppercase;
}

.dcp-system-sync-summary summary span:last-child {
	color: var(--dc-navy);
	text-decoration: underline;
}

.dcp-system-sync-summary .dcp-funds-activity-table {
	padding: 0 12px 12px;
}

.dcp-activity-badge {
	border: 1px solid var(--dc-border);
	border-radius: 3px;
	display: inline-block;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 1;
	padding: 5px 8px;
	text-transform: uppercase;
	white-space: nowrap;
}

.dcp-activity-badge-order {
	background: #eef4ff;
	border-color: #b8caef;
	color: var(--dc-navy);
}

.dcp-activity-badge-refund {
	background: #eaf7ef;
	border-color: #b8dec5;
	color: #1f7a3a;
}

.dcp-activity-badge-funding {
	background: #eef4ff;
	border-color: #b8caef;
	color: var(--dc-navy);
}

.dcp-activity-badge-adjustment {
	background: var(--dc-paper-alt);
	border-color: var(--dc-border);
	color: var(--dc-text-muted);
}

.dcp-activity-badge-system {
	background: var(--dc-paper);
	border-color: var(--dc-border);
	color: #77736a;
}

.dcp-activity-group-row {
	background: var(--dc-paper);
}

.dcp-inline-activity-group summary {
	color: var(--dc-text);
	cursor: pointer;
	font-weight: 800;
}

.dcp-inline-activity-group ul {
	display: grid;
	gap: 6px;
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}

.dcp-inline-activity-group li {
	color: var(--dc-text-muted);
	font-size: 12px;
	line-height: 1.35;
}

.dcp-inline-activity-group li span {
	color: var(--dc-text);
	font-weight: 800;
	margin: 0 6px;
	white-space: nowrap;
}

.dcp-funds-activity-table td:nth-child(4) {
	color: var(--dc-text-muted);
}

.dcp-funds-activity-panel .dcp-funds-amount-positive,
.dcp-funds-activity-panel .dcp-funds-amount-negative {
	white-space: nowrap;
}

table.shop_table,
.cart_totals,
.woocommerce-checkout-review-order {
	background: var(--dc-white);
	border-color: var(--dc-border);
	border-radius: 4px;
}

.dcp-checkout-budget-context {
	background: var(--dc-paper);
	border: 1px solid var(--dc-border);
	border-left: 4px solid var(--dc-navy);
	border-radius: 4px;
	margin: 0 0 20px;
	padding: 16px;
}

.dcp-checkout-budget-context h3 {
	color: var(--dc-navy);
	font-family: var(--dc-font);
	font-size: 18px;
	margin: 0 0 8px;
}

.dcp-checkout-budget-context p {
	color: var(--dc-text-muted);
	font-size: 14px;
	margin: 0 0 12px;
}

.dcp-checkout-budget-unavailable {
	background: var(--dc-white);
	border: 1px dashed var(--dc-border);
	padding: 10px 12px;
}

.dcp-checkout-budget-list {
	display: grid;
	gap: 10px;
}

.dcp-checkout-budget-card {
	background: var(--dc-white);
	border: 1px solid var(--dc-border);
	border-radius: 4px;
	padding: 12px;
}

.dcp-checkout-budget-card h4 {
	color: var(--dc-text);
	font-family: var(--dc-font);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.25;
	margin: 0 0 10px;
}

.dcp-checkout-budget-card dl {
	display: grid;
	gap: 7px;
	margin: 0;
}

.dcp-checkout-budget-card dl div {
	align-items: baseline;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.dcp-checkout-budget-card dt,
.dcp-checkout-budget-card dd {
	font-size: 13px;
	line-height: 1.25;
	margin: 0;
}

.dcp-checkout-budget-card dt {
	color: var(--dc-text-muted);
	font-weight: 700;
}

.dcp-checkout-budget-card dd {
	color: var(--dc-navy);
	font-weight: 900;
	text-align: right;
	white-space: normal;
}

.dcp-checkout-budget-card.is-over-budget {
	border-color: #d92d20;
}

.dcp-checkout-budget-card.is-over-budget dd:last-child {
	color: #b42318;
}

#payment .dcp-checkout-budget-context,
#payment .payment_box .dcp-checkout-budget-context {
	margin: 14px 0 0;
}

#payment .payment_box .dcp-checkout-budget-context {
	background: var(--dc-white);
}

#payment .payment_box .dcp-checkout-budget-context h3,
#payment .payment_box .dcp-checkout-budget-context p {
	margin-left: 0;
	margin-right: 0;
}

.dcp-cobranded-logo-checkout {
	background: var(--dc-paper);
	border: 1px solid var(--dc-border);
	border-left: 4px solid var(--dc-navy);
	border-radius: 4px;
	margin: 16px 0;
	padding: 16px;
}

.dcp-cobranded-logo-checkout h3 {
	color: var(--dc-navy);
	font-family: var(--dc-font);
	font-size: 16px;
	margin: 0 0 8px;
}

.dcp-cobranded-logo-checkout p {
	color: var(--dc-text-muted);
	font-size: 13px;
	line-height: 1.45;
	margin: 0 0 10px;
}

.dcp-cobranded-logo-choice {
	display: grid;
	gap: 8px;
	margin: 12px 0;
}

.dcp-cobranded-logo-choice label,
.dcp-cobranded-logo-upload {
	background: var(--dc-white);
	border: 1px solid var(--dc-border);
	border-radius: 4px;
	color: var(--dc-text);
	display: block;
	font-size: 13px;
	font-weight: 700;
	padding: 10px 12px;
}

.dcp-cobranded-logo-choice input {
	margin-right: 8px;
}

.dcp-cobranded-logo-upload span {
	display: block;
	font-weight: 900;
	margin-bottom: 8px;
}

.dcp-cobranded-logo-upload input {
	background: var(--dc-white);
	border: 0;
	padding: 0;
	width: 100%;
}

.dcp-cobranded-logo-required {
	background: #fef3f2;
	border: 1px solid #fecdca;
	border-radius: 4px;
	color: #912018 !important;
	font-weight: 800;
	padding: 10px 12px;
}

.dcp-cobranded-logo-upload-status {
	color: var(--dc-navy);
	font-size: 12px;
	font-weight: 800;
	margin-top: 8px;
}

.dcp-cobranded-logo-upload-status.is-error {
	color: #b42318;
}

.dcp-order-logo-details,
.dcp-organization-logo-summary {
	background: var(--dc-paper);
	border: 1px solid var(--dc-border);
	border-left: 4px solid var(--dc-navy);
	border-radius: 4px;
	margin: 18px 0;
	padding: 14px 16px;
}

.dcp-order-logo-details h2 {
	color: var(--dc-navy);
	font-size: 18px;
	margin: 0 0 10px;
}

.dcp-order-logo-details p,
.dcp-organization-logo-summary p {
	color: var(--dc-text);
	font-size: 13px;
	margin: 0 0 8px;
}

.dcp-order-logo-details p:last-child,
.dcp-organization-logo-summary p:last-child {
	margin-bottom: 0;
}

.woocommerce-cart .dcp-checkout-budget-context {
	background: transparent;
	border: 0;
	border-radius: 0;
	margin: 0 0 16px;
	padding: 0;
	text-align: left;
}

.dcp-notification {
	align-items: center;
	border-radius: 4px;
	display: flex;
	gap: 18px;
	margin: 0 0 22px;
	padding: 22px 28px;
	text-align: left;
}

.dcp-notification__icon {
	align-items: center;
	border-radius: 999px;
	color: var(--dc-white);
	display: inline-flex;
	flex: 0 0 28px;
	font-size: 18px;
	font-weight: 900;
	height: 28px;
	justify-content: center;
	line-height: 1;
	width: 28px;
}

.dcp-notification__message {
	color: var(--dc-text);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.35;
	margin: 0;
}

.dcp-notification--info {
	background: #c8ecfb;
}

.dcp-notification--info .dcp-notification__icon {
	background: #006b9f;
}

.dcp-notification--success {
	background: #e9f6ef;
}

.dcp-notification--success .dcp-notification__icon {
	background: #278f0f;
}

.dcp-notification--warning {
	background: #fff1d1;
}

.dcp-notification--warning .dcp-notification__icon {
	background: #c85f10;
}

.dcp-notification--error {
	background: #f5c9c7;
}

.dcp-notification--error .dcp-notification__icon {
	background: #d4233b;
}

.dcp-cart-checkout-blocked {
	margin-bottom: 24px;
}

.dcp-cart-line-budget {
	border-radius: 4px;
	display: grid;
	gap: 4px;
	margin-top: 10px;
	padding: 8px 10px;
}

.dcp-cart-line-budget__category {
	color: var(--dc-navy);
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

.dcp-cart-line-budget__warning {
	color: #b42318;
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
}

.dcp-cart-line-budget--valid {
	background: var(--dc-paper);
	border: 1px solid var(--dc-border);
}

.dcp-cart-line-budget--over {
	background: #fff5f5;
	border: 1px solid #f5b5ad;
}

.dcp-funding-page {
	display: grid;
	gap: 22px;
}

.dcp-fund-request-hero {
	border-bottom: 1px solid var(--dc-border);
	display: grid;
	gap: 6px;
	padding-bottom: 18px;
}

.dcp-fund-request-hero h2 {
	color: var(--dc-text);
	font-size: 34px;
	line-height: 1.1;
	margin: 0;
}

.dcp-fund-request-hero p {
	color: var(--dc-text-muted);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.45;
	margin: 0;
	max-width: 760px;
}

.dcp-fund-request-eyebrow {
	color: var(--dc-navy) !important;
	font-size: 11px !important;
	font-weight: 900 !important;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.dcp-fund-request-intro,
.dcp-funding-requests-toolbar {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
}

.dcp-fund-request-intro p,
.dcp-funding-requests-toolbar p {
	color: var(--dc-text-muted);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.45;
	margin: 0;
	max-width: 780px;
}

.dcp-funding-request-cta {
	background: var(--dc-navy);
	border: 2px solid var(--dc-navy);
	border-radius: 4px;
	color: var(--dc-white);
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 1px;
	line-height: 1.2;
	padding: 14px 22px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.dcp-funding-request-cta--secondary {
	background: var(--dc-white);
	color: var(--dc-navy);
}

.dcp-funding-request-cta:hover,
.dcp-funding-request-cta:focus {
	background: var(--dc-navy-deep);
	border-color: var(--dc-navy-deep);
	color: var(--dc-white);
	text-decoration: none;
}

.hentry .entry-content a.dcp-funding-request-cta,
.hentry .entry-content a.dcp-funding-request-cta:hover,
.hentry .entry-content a.dcp-funding-request-cta:focus {
	color: var(--dc-white);
	text-decoration: none;
}

.hentry .entry-content a.dcp-funding-request-cta--secondary {
	color: var(--dc-navy);
}

.hentry .entry-content a.dcp-funding-request-cta--secondary:hover,
.hentry .entry-content a.dcp-funding-request-cta--secondary:focus {
	color: var(--dc-white);
}

.dcp-fund-request-form__form {
	display: grid;
	gap: 18px;
}

.dcp-fund-request-section,
.dcp-funding-requests-list,
.dcp-funding-requests-empty {
	background: var(--dc-white);
	border: 1px solid var(--dc-border);
	border-radius: 4px;
	padding: 22px;
}

.dcp-fund-request-section h3 {
	border-bottom: 1px solid var(--dc-border);
	color: var(--dc-text);
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 18px;
	padding-bottom: 12px;
}

.dcp-fund-request-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dcp-fund-request-field {
	display: grid;
	gap: 7px;
	margin: 0;
}

.dcp-fund-request-field--wide {
	grid-column: 1 / -1;
}

.dcp-fund-request-field label {
	color: var(--dc-text);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
}

.dcp-fund-request-field input,
.dcp-fund-request-field select,
.dcp-fund-request-field textarea {
	background: #f7f7f7;
	border: 1px solid transparent;
	border-left: 3px solid #2fb06f;
	border-radius: 0;
	box-shadow: none;
	color: var(--dc-text);
	font-size: 15px;
	line-height: 1.35;
	margin: 0;
	max-width: none;
	padding: 11px 12px;
	width: 100%;
}

.dcp-fund-request-field textarea {
	min-height: 110px;
	resize: vertical;
}

.dcp-fund-request-help {
	color: var(--dc-text-muted);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
}

.dcp-fund-request-budget-context p,
.dcp-funding-requests-empty p {
	color: var(--dc-text-muted);
	font-weight: 500;
	margin: 0 0 16px;
}

.dcp-fund-request-table-wrap,
.dcp-funding-requests-list {
	overflow-x: auto;
}

.dcp-fund-request-budget-context table,
.dcp-funding-requests-table {
	border: 0;
	border-collapse: collapse;
	font-size: 14px;
	margin: 0;
	min-width: 760px;
	width: 100%;
}

.dcp-fund-request-budget-context table {
	min-width: 460px;
}

.dcp-fund-request-budget-context th,
.dcp-fund-request-budget-context td,
.dcp-funding-requests-table th,
.dcp-funding-requests-table td {
	background: transparent;
	border-bottom: 1px solid #dedbd2;
	color: var(--dc-text);
	padding: 12px 14px 12px 0;
	text-align: left;
	vertical-align: middle;
}

.dcp-fund-request-budget-context th,
.dcp-funding-requests-table th {
	color: #777;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.dcp-fund-request-budget-context td:not(:first-child),
.dcp-funding-requests-table td:nth-child(4),
.dcp-funding-requests-table td:nth-child(5) {
	font-weight: 800;
	white-space: nowrap;
}

.dcp-funding-request-link {
	font-weight: 800;
}

.dcp-funding-requests-pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
	margin-top: 16px;
}

.dcp-funding-requests-pagination .page-numbers {
	border: 1px solid var(--dc-border);
	border-radius: 4px;
	color: var(--dc-navy);
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	padding: 9px 11px;
	text-decoration: none;
	text-transform: uppercase;
}

.dcp-funding-requests-pagination .page-numbers.current {
	background: var(--dc-navy);
	border-color: var(--dc-navy);
	color: var(--dc-white);
}

.dcp-organization-account {
	display: grid;
	gap: 22px;
}

.dcp-organization-header h1 {
	font-size: clamp(32px, 5vw, 52px);
	line-height: 1;
	margin: 0 0 10px;
}

.dcp-organization-header p {
	color: var(--dc-text-muted);
	font-weight: 500;
	line-height: 1.45;
	margin: 0;
	max-width: 760px;
}

.dcp-organization-card {
	background: var(--dc-white);
	border: 1px solid var(--dc-border);
	border-radius: 4px;
	padding: 22px;
}

.dcp-organization-card h2 {
	border-bottom: 1px solid var(--dc-border);
	font-size: 22px;
	line-height: 1.2;
	margin: 0 0 18px;
	padding-bottom: 12px;
}

.dcp-organization-readonly-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dcp-organization-field {
	background: var(--dc-paper);
	border-left: 3px solid var(--dc-navy);
	display: grid;
	gap: 5px;
	padding: 12px;
}

.dcp-organization-field span {
	color: var(--dc-text-muted);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.dcp-organization-field strong {
	color: var(--dc-text);
	font-size: 15px;
	line-height: 1.25;
}

.dcp-linked-users-list {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.dcp-linked-users-list li {
	align-items: center;
	background: var(--dc-paper);
	display: grid;
	gap: 6px 14px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr) minmax(120px, auto);
	padding: 12px;
}

.dcp-linked-users-list strong,
.dcp-linked-users-list span,
.dcp-linked-users-list em {
	min-width: 0;
	overflow-wrap: anywhere;
}

.dcp-linked-users-list em {
	color: var(--dc-text-muted);
	font-style: normal;
	font-weight: 700;
}

.dcp-funding-request-detail-card {
	background: var(--dc-white);
	border: 1px solid var(--dc-border);
	border-radius: 4px;
	padding: 22px;
}

.dcp-funding-request-detail-heading {
	align-items: flex-start;
	border-bottom: 1px solid var(--dc-border);
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 18px;
	padding-bottom: 18px;
}

.dcp-funding-request-detail-heading h2 {
	color: var(--dc-text);
	font-size: 28px;
	line-height: 1.15;
	margin: 0 0 6px;
}

.dcp-funding-request-detail-heading p {
	color: var(--dc-text-muted);
	font-weight: 600;
	margin: 0;
}

.dcp-funding-request-detail-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dcp-funding-request-detail-item {
	background: #f7f7f7;
	border-left: 3px solid var(--dc-navy);
	display: grid;
	gap: 6px;
	padding: 12px;
}

.dcp-funding-request-detail-item.is-wide {
	grid-column: 1 / -1;
}

.dcp-funding-request-detail-item span {
	color: #777;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.dcp-funding-request-detail-item strong {
	color: var(--dc-text);
	font-size: 15px;
	line-height: 1.35;
}

.dcp-funding-request-admin-link {
	margin: 18px 0 0;
}

.dcp-fund-request-actions {
	align-items: center;
	display: flex;
	justify-content: flex-end;
}

.dcp-fund-request-actions button {
	background: var(--dc-navy);
	border: 0;
	border-radius: 4px;
	color: var(--dc-white);
	font-size: 16px;
	font-weight: 900;
	padding: 14px 22px;
}

.dcp-notice {
	border-radius: 4px;
	margin: 0 0 18px;
	padding: 16px 18px;
}

.dcp-notice p,
.dcp-notice ul {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}

.dcp-notice-error {
	background: #f5c9c7;
	color: var(--dc-text);
}

.dcp-notice-warning {
	background: #fff1d1;
	color: var(--dc-text);
}

.dcp-notice-success {
	background: #e9f6ef;
	color: var(--dc-text);
}

.dcp-notice-notice {
	background: #c8ecfb;
	color: var(--dc-text);
}

.dcp-request-status-badge {
	border: 1px solid var(--dc-border);
	border-radius: 999px;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .4px;
	line-height: 1;
	padding: 7px 10px;
	text-transform: uppercase;
	white-space: nowrap;
}

.dcp-request-status-badge--submitted,
.dcp-request-status-badge--needs_info {
	background: #fff1d1;
	border-color: #e4c573;
	color: #7a4a00;
}

.dcp-request-status-badge--approved,
.dcp-request-status-badge--approved_with_changes,
.dcp-request-status-badge--completed {
	background: #e9f6ef;
	border-color: #9bd2ae;
	color: #176a31;
}

.dcp-request-status-badge--rejected,
.dcp-request-status-badge--cancelled {
	background: #f5c9c7;
	border-color: #e59c99;
	color: #8a1620;
}

.dcp-request-status-badge--draft {
	background: var(--dc-paper-2);
	color: var(--dc-text-muted);
}

@media (max-width: 1024px) {
	.dc-home-hero {
		gap: 28px;
		grid-template-columns: 1fr;
		padding: 40px;
	}

	.dc-home-actions-grid,
	.dc-home-product-grid,
	.dc-home-news-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	ul.products,
	.dc-footer-top {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dc-shop-layout {
		gap: 28px;
		grid-template-columns: 1fr;
	}

	.dc-shop-sidebar {
		position: static;
	}

	.dc-shop-results ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dc-pdp-top,
	.dc-pdp-detail {
		gap: 32px;
		grid-template-columns: 1fr;
	}

	.dc-pdp-gallery,
	.dc-pdp-tabs {
		position: static;
	}

	.dc-pdp-tabs {
		display: flex;
		overflow-x: auto;
	}

	.dc-pdp-tab {
		border-bottom-width: 2px;
		flex: 0 0 auto;
		min-width: 190px;
	}

	.dc-pdp-related-grid.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dcp-funds-overview-card {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dc-account-layout {
		gap: 26px;
		grid-template-columns: minmax(190px, 220px) minmax(0, 1fr);
	}
}

@media (max-width: 900px) {
	.dc-main-header-inner {
		grid-template-columns: 1fr;
	}

	.dc-brand,
	.dc-header-actions {
		justify-content: center;
	}

	.dc-primary-navigation ul.menu {
		flex-wrap: wrap;
		justify-content: center;
	}

	.dcp-funds-overview-card {
		grid-template-columns: 1fr;
		padding: 24px;
	}

	.dcp-funds-kpi-balance strong {
		font-size: 38px;
	}

	.dcp-funds-panel {
		padding: 18px;
	}

	.dc-account-layout {
		grid-template-columns: 1fr;
		margin-top: 18px;
	}

	.dc-account-sidebar {
		position: static;
	}

	.dc-account-sidebar .woocommerce-MyAccount-navigation {
		border-right: 0;
	}

	.dcp-organization-readonly-grid,
	.dcp-linked-users-list li {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.dc-home-intro {
		margin-top: 22px;
	}

	.dc-home-hero {
		padding: 28px;
	}

	.dc-home-hero h1 {
		font-size: 38px;
	}

	.dc-home-hero-copy p {
		font-size: 17px;
	}

	.dc-home-funds-amount {
		font-size: 42px;
	}

	.dc-home-actions-grid,
	.dc-home-product-grid,
	.dc-home-news-list,
	.dc-home-help-grid {
		grid-template-columns: 1fr;
	}

	.dc-utility-inner,
	.dc-footer-legal {
		align-items: flex-start;
		flex-direction: column;
	}

	.dc-utility-row-line {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
		justify-content: flex-start;
		text-align: left;
	}

	.dc-account-context {
		white-space: normal;
	}

	.dc-brand {
		white-space: normal;
	}

	.dc-primary-navigation {
		display: block;
	}

	.dc-primary-navigation .menu-toggle {
		display: block;
		width: 100%;
	}

	.dc-primary-navigation .primary-navigation {
		display: none;
	}

	.toggled .dc-primary-navigation .primary-navigation,
	.dc-primary-navigation.toggled .primary-navigation {
		display: block;
	}

	.dc-primary-navigation ul.menu {
		align-items: stretch;
		display: flex;
		flex-direction: column;
		gap: 0;
		margin-top: 10px;
	}

	.dc-header-actions {
		flex-wrap: wrap;
	}

	ul.products,
	.dc-footer-top {
		grid-template-columns: 1fr;
	}

	.dc-shop-catalog {
		margin-top: 18px;
	}

	.dc-shop-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.dc-shop-head-note {
		max-width: none;
		text-align: left;
	}

	.dc-shop-toolbar,
	.dc-shop-toolbar-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.dc-shop-sort .woocommerce-ordering,
	.dc-shop-sort .woocommerce-ordering select {
		width: 100%;
	}

	.dc-shop-results ul.products {
		grid-template-columns: 1fr;
	}

	.dc-pdp {
		margin-top: 18px;
	}

	.dc-pdp-gallery {
		grid-template-columns: 58px minmax(0, 1fr);
	}

	.dc-pdp-buy .product_title {
		font-size: 29px;
	}

	.dc-pdp-price-line .price {
		font-size: 24px;
	}

	.dc-pdp-add-to-cart .woocommerce-variation-add-to-cart {
		flex-direction: column;
	}

	.dc-pdp-add-to-cart .quantity,
	.dc-pdp-add-to-cart .single_add_to_cart_button {
		width: 100%;
	}

	.dc-pdp-spec-grid,
	.dc-pdp-related-grid.products {
		grid-template-columns: 1fr;
	}

	.dc-pdp-section-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.woocommerce-account .entry-content,
	.woocommerce-cart .entry-content,
	.woocommerce-checkout .entry-content {
		padding: 16px;
	}

	.dcp-fund-request-hero h2 {
		font-size: 28px;
	}

	.dcp-fund-request-intro,
	.dcp-funding-requests-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.dcp-funding-request-cta {
		width: 100%;
	}

	.dcp-fund-request-grid {
		grid-template-columns: 1fr;
	}

	.dcp-funding-request-detail-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.dcp-funding-request-detail-grid {
		grid-template-columns: 1fr;
	}

	.dcp-fund-request-section,
	.dcp-funding-requests-list,
	.dcp-funding-requests-empty {
		padding: 18px;
	}

	.dcp-fund-request-actions {
		align-items: stretch;
	}

	.dcp-fund-request-actions button {
		width: 100%;
	}
}
