.cc-wrap,
.cc-portal {
	max-width: 1180px;
	margin: 0 auto;
	padding: 18px;
	color: #20262e;
}

.cc-hero,
.cc-public-hero,
.cc-page-head,
.cc-panel {
	background: #fff;
	border: 1px solid #dce3ea;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(20, 32, 45, .06);
}

.cc-hero,
.cc-public-hero,
.cc-page-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 22px;
	margin-bottom: 18px;
}

.cc-public-hero {
	align-items: flex-start;
	background: linear-gradient(135deg, #f2faf6, #fff);
}

.cc-eyebrow {
	margin: 0 0 8px;
	color: #209780;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.cc-hero h2,
.cc-public-hero h1,
.cc-page-head h2 {
	margin: 0;
	font-size: clamp(26px, 3vw, 40px);
	line-height: 1.1;
}

.cc-hero p,
.cc-public-hero p {
	max-width: 680px;
	margin: 10px 0 0;
	color: #647181;
	font-size: 15px;
}

.cc-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	gap: 14px;
	margin-bottom: 18px;
}

.cc-card {
	display: block;
	padding: 18px;
	background: #fff;
	border: 1px solid #dce3ea;
	border-radius: 8px;
	text-decoration: none;
	color: inherit;
}

.cc-card span {
	display: block;
	color: #647181;
	font-size: 13px;
}

.cc-card strong {
	display: block;
	margin-top: 8px;
	font-size: 28px;
	line-height: 1;
}

.cc-panel {
	padding: 18px;
	margin-bottom: 18px;
	overflow-x: auto;
}

.cc-panel h2,
.cc-panel h3 {
	margin: 0 0 14px;
	font-size: 20px;
}

.cc-two-col {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 18px;
}

.cc-list {
	display: grid;
	gap: 12px;
}

.cc-list article {
	padding: 14px;
	border: 1px solid #e5ebf0;
	border-radius: 8px;
	background: #fbfcfd;
}

.cc-list strong,
.cc-list span {
	display: block;
}

.cc-list span {
	margin-top: 5px;
	color: #647181;
	font-size: 13px;
}

.cc-list progress {
	width: 100%;
	height: 9px;
	margin-top: 12px;
	accent-color: #209780;
}

.cc-role-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.cc-role-tabs a {
	padding: 8px 11px;
	border: 1px solid #cfd8e3;
	border-radius: 999px;
	color: #394454;
	text-decoration: none;
	font-size: 13px;
	background: #fff;
}

.cc-role-tabs a.is-active {
	border-color: #209780;
	background: #e9f8f6;
	color: #157a6c;
}

.cc-admin-form {
	margin-top: 12px;
}

.cc-panel.cc-admin-form {
	padding: 0;
	overflow: hidden;
}

.cc-form-section {
	padding: 24px;
	border-bottom: 1px solid #e4ebf0;
}

.cc-form-section h3 {
	margin: 0 0 14px;
	color: #202936;
	font-size: 22px;
}

.cc-form-note {
	margin: -4px 0 18px;
	color: #647181;
	font-size: 14px;
}

.cc-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 18px;
}

.cc-form-grid label {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-weight: 700;
	color: #22313f;
}

.cc-form-grid label.full {
	grid-column: 1 / -1;
}

.cc-form-grid span {
	color: #627282;
	font-size: 12px;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.cc-form-grid input,
.cc-form-grid select,
.cc-form-grid textarea {
	width: 100%;
	border: 1px solid #d8e1e8;
	border-radius: 10px;
	padding: 10px 12px;
	background: #fff;
	color: #14212b;
}

.cc-form-grid textarea {
	min-height: 90px;
	resize: vertical;
}

.cc-form-actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	padding: 18px 24px;
	background: #f7fafb;
}

.cc-section-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.cc-section-heading h3,
.cc-section-heading .cc-form-note {
	margin-bottom: 0;
}

.cc-permission-badge {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 12px;
	border: 1px solid #d0eadc;
	border-radius: 999px;
	background: #e9f8f6;
	color: #157a6c;
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

.cc-permission-grid {
	display: grid;
	gap: 16px;
}

.cc-permission-role-card {
	border: 1px solid #dbe7eb;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
}

.cc-permission-role-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 18px 20px;
	background: linear-gradient(135deg, #f2faf6, #fff);
	border-bottom: 1px solid #e3edf1;
}

.cc-permission-role-head h4 {
	margin: 0;
	color: #17313a;
	font-size: 18px;
}

.cc-permission-role-head p {
	margin: 5px 0 0;
	color: #647181;
	font-size: 13px;
}

.cc-permission-role-head > span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 11px;
	border-radius: 999px;
	background: #e9f8f6;
	color: #209780;
	font-size: 12px;
	font-weight: 800;
}

.cc-permission-table-wrap {
	overflow-x: auto;
}

.cc-wrap table.cc-permission-table {
	min-width: 850px;
	border: 0;
}

.cc-wrap table.cc-permission-table th,
.cc-wrap table.cc-permission-table td {
	text-align: center;
}

.cc-wrap table.cc-permission-table th:first-child,
.cc-wrap table.cc-permission-table td:first-child {
	width: 32%;
	text-align: left;
}

.cc-wrap table.cc-permission-table td strong,
.cc-wrap table.cc-permission-table td small {
	display: block;
}

.cc-wrap table.cc-permission-table td small {
	margin-top: 4px;
	color: #738390;
	font-size: 12px;
	line-height: 1.35;
}

.cc-admin-switch {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 28px;
	margin: 0;
	cursor: pointer;
}

.cc-admin-switch input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.cc-admin-switch span {
	position: relative;
	display: block;
	width: 42px;
	height: 24px;
	border-radius: 999px;
	background: #dfe9ed;
	box-shadow: inset 0 0 0 1px #cfdce2;
	transition: background .15s ease, box-shadow .15s ease;
}

.cc-admin-switch span::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 2px 8px rgba(16, 34, 42, .18);
	transition: transform .15s ease;
}

.cc-admin-switch input:checked + span {
	background: #209780;
	box-shadow: inset 0 0 0 1px #209780;
}

.cc-admin-switch input:checked + span::after {
	transform: translateX(18px);
}

.cc-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.cc-actions form {
	margin: 0;
}

.cc-actions .button {
	min-width: 72px;
	text-align: center;
}

.cc-wrap .button-danger {
	background: #c94a4a;
	border-color: #c94a4a;
	color: #fff;
}

.cc-wrap table th:last-child,
.cc-wrap table td:last-child {
	white-space: nowrap;
}

.cc-wrap table.table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	background: #fff;
	color: #202936;
}

.cc-wrap table.table th {
	background: #f5f8fa;
	color: #627282;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.cc-wrap table.table th,
.cc-wrap table.table td {
	padding: 14px 16px;
	border-bottom: 1px solid #e4ebf0;
	vertical-align: middle;
}

.cc-wrap table.table tbody tr:hover {
	background: #f9fcfc;
}

@media (max-width: 760px) {
	.cc-hero,
	.cc-public-hero,
	.cc-page-head {
		display: block;
	}

	.cc-role-tabs {
		justify-content: flex-start;
		margin-top: 18px;
	}

	.cc-two-col {
		grid-template-columns: 1fr;
	}

	.cc-form-grid {
		grid-template-columns: 1fr;
	}

	.cc-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.cc-section-heading,
	.cc-permission-role-head {
		display: block;
	}

	.cc-permission-badge,
	.cc-permission-role-head > span {
		margin-top: 12px;
	}
}

.cc-owner-dashboard {
	--cc-ink: #20262e;
	--cc-muted: #718592;
	--cc-border: #dbe8ec;
	--cc-soft: #f4f8f9;
	--cc-sidebar: #0d3339;
	--cc-sidebar-active: #157a6c;
	--cc-teal: #209780;
	--cc-teal-dark: #157a6c;
	--cc-blue: #2f8edb;
	--cc-amber: #a36909;
	position: fixed;
	inset: 0;
	z-index: 2147483000;
	display: grid;
	grid-template-columns: 265px minmax(0, 1fr);
	width: 100vw;
	height: 100vh;
	margin: 0;
	overflow: hidden;
	background: var(--cc-soft);
	color: var(--cc-ink);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.cc-owner-app-active {
	overflow: hidden !important;
}

.cc-owner-dashboard svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.cc-owner-sidebar {
	background: var(--cc-sidebar);
	color: #cfe1d8;
}

.cc-owner-brand {
	display: flex;
	align-items: center;
	gap: 14px;
	height: 76px;
	padding: 0 24px;
	background: #fff;
	border-right: 1px solid var(--cc-border);
	color: var(--cc-ink);
}

.cc-owner-logo,
.cc-owner-ws-logo {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: linear-gradient(135deg, #209780, #157a6c);
	color: #fff;
	font-weight: 800;
}

.cc-owner-ws-logo {
	background: #e9f8f6;
	color: #157a6c;
}

.cc-owner-brand strong,
.cc-owner-workspace strong {
	display: block;
	font-size: 16px;
}

.cc-owner-brand span,
.cc-owner-workspace span,
.cc-owner-profile span {
	display: block;
	margin-top: 3px;
	color: var(--cc-muted);
	font-size: 12px;
	font-weight: 600;
}

.cc-owner-sidebar nav {
	height: calc(100vh - 76px);
	padding: 24px 16px;
	overflow-y: auto;
}

.cc-owner-nav-section {
	margin-bottom: 25px;
}

.cc-owner-nav-label {
	display: block;
	margin: 0 0 10px 10px;
	color: #94b4a8;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.cc-owner-nav-link {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 44px;
	padding: 0 11px;
	border-radius: 10px;
	color: #d5e6de;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
}

.cc-owner-nav-link.is-active {
	background: var(--cc-sidebar-active);
	box-shadow: inset 4px 0 0 #4ac49a;
	color: #fff;
}

.cc-owner-nav-link b {
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	margin-left: auto;
	border-radius: 50%;
	background: #f1a042;
	color: #0e3440;
	font-size: 12px;
}

.cc-owner-main {
	min-width: 0;
	height: 100vh;
	overflow-y: auto;
}

.cc-owner-topbar {
	position: sticky;
	top: 0;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 76px;
	padding: 0 32px;
	background: #fff;
	border-bottom: 1px solid var(--cc-border);
}

.cc-owner-workspace,
.cc-owner-top-actions,
.cc-owner-profile,
.cc-owner-actions {
	display: flex;
	align-items: center;
}

.cc-owner-workspace {
	gap: 12px;
	min-width: 330px;
}

.cc-owner-workspace > svg {
	width: 16px;
	margin-left: auto;
}

.cc-owner-top-actions {
	gap: 18px;
}

.cc-owner-home {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 16px;
	border: 1px solid var(--cc-border);
	border-radius: 999px;
	background: #fff;
	color: var(--cc-ink);
	text-decoration: none;
	font-size: 13px;
	font-weight: 800;
	box-shadow: 0 4px 14px rgba(24, 50, 60, .07);
}

.cc-owner-home:hover,
.cc-owner-home:focus {
	color: var(--cc-teal-dark);
	text-decoration: none;
}

.cc-owner-top-actions button {
	position: relative;
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--cc-ink);
}

.cc-owner-top-actions .has-dot::after {
	content: "";
	position: absolute;
	top: 6px;
	right: 6px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #d75c55;
}

.cc-owner-profile {
	display: grid;
	grid-template-columns: 42px auto;
	column-gap: 11px;
}

.cc-owner-profile div {
	grid-row: span 2;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #0e3440;
	color: #fff;
	font-weight: 800;
}

.cc-owner-content {
	padding: 30px 34px 48px;
}

.cc-owner-page-head {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 26px;
}

.cc-owner-page-head h1 {
	margin: 0;
	font-size: 31px;
	line-height: 1.1;
	letter-spacing: 0;
}

.cc-owner-page-head p,
.cc-owner-banner p,
.cc-owner-card-head p {
	margin: 8px 0 0;
	color: var(--cc-muted);
	font-size: 14px;
	font-weight: 600;
}

.cc-owner-actions {
	gap: 12px;
}

.cc-owner-actions button,
.cc-owner-card-head button,
.cc-owner-campaign-progress button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 58px;
	padding: 0 22px;
	border: 1px solid var(--cc-border);
	border-radius: 9px;
	background: #fff;
	color: var(--cc-ink);
	box-shadow: 0 4px 14px rgba(24, 50, 60, .08);
	font-weight: 800;
	line-height: 1.1;
}

.cc-owner-actions button svg {
	width: 29px;
	height: 29px;
}

.cc-owner-actions button.is-primary {
	min-width: 150px;
	background: var(--cc-teal);
	border-color: var(--cc-teal);
	color: #fff;
}

.cc-owner-action-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 0 22px;
	border: 1px solid var(--cc-border);
	border-radius: 9px;
	background: #fff;
	color: var(--cc-ink);
	text-decoration: none;
	box-shadow: 0 4px 14px rgba(24, 50, 60, .08);
	font-weight: 800;
}

.cc-owner-action-link:hover,
.cc-owner-action-link:focus {
	color: var(--cc-teal-dark);
	text-decoration: none;
}

.cc-owner-banner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	padding: 24px;
	overflow: hidden;
	border-radius: 17px;
	background: #0e3440;
	color: #fff;
}

.cc-owner-banner::after {
	content: "";
	position: absolute;
	inset: -60px -45px auto auto;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .08);
}

.cc-owner-banner h2 {
	margin: 0;
	font-size: 22px;
}

.cc-owner-banner p {
	color: #c9dce0;
	font-size: 12px;
}

.cc-owner-banner span {
	position: relative;
	z-index: 1;
	padding: 9px 15px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .13);
	font-size: 11px;
	font-weight: 800;
}

.cc-owner-kpis {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 22px;
}

.cc-owner-kpi,
.cc-owner-card {
	background: #fff;
	border: 1px solid var(--cc-border);
	border-radius: 14px;
	box-shadow: 0 5px 18px rgba(24, 50, 60, .06);
}

.cc-owner-kpi {
	display: flex;
	justify-content: space-between;
	min-height: 115px;
	padding: 21px;
}

.cc-owner-kpi span {
	color: var(--cc-muted);
	font-size: 13px;
	font-weight: 800;
}

.cc-owner-kpi strong {
	display: block;
	margin-top: 10px;
	font-size: 32px;
	line-height: 1;
}

.cc-owner-kpi small {
	display: block;
	margin-top: 8px;
	color: var(--cc-muted);
	font-size: 12px;
	font-weight: 700;
}

.cc-owner-kpi small::first-letter {
	color: var(--cc-teal);
}

.cc-owner-kpi i {
	color: var(--cc-teal);
	font-style: normal;
}

.cc-owner-kpi i.blue {
	color: var(--cc-blue);
}

.cc-owner-kpi i.amber {
	color: var(--cc-amber);
}

.cc-owner-kpi i svg {
	width: 39px;
	height: 39px;
}

.cc-owner-layout {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(330px, .95fr);
	gap: 22px;
}

.cc-owner-left,
.cc-owner-right {
	display: grid;
	gap: 22px;
	align-content: start;
}

.cc-owner-card {
	overflow: hidden;
}

.cc-owner-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 20px 22px;
	border-bottom: 1px solid #edf2f4;
}

.cc-owner-card-head h3 {
	margin: 0;
	font-size: 18px;
}

.cc-owner-card-head button {
	min-height: 42px;
	padding: 0 16px;
	box-shadow: none;
	color: var(--cc-muted);
	font-size: 12px;
}

.cc-owner-chart {
	position: relative;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	align-items: end;
	height: 285px;
	padding: 42px 22px 28px;
	background: linear-gradient(to bottom, transparent 32%, #e7eff2 32%, #e7eff2 calc(32% + 1px), transparent calc(32% + 1px), transparent 65%, #e7eff2 65%, #e7eff2 calc(65% + 1px), transparent calc(65% + 1px));
}

.cc-owner-chart div {
	display: grid;
	justify-items: center;
	align-items: end;
	height: 100%;
}

.cc-owner-chart span {
	display: block;
	width: 37px;
	min-height: 50px;
	border-radius: 8px 8px 3px 3px;
	background: linear-gradient(180deg, #4ac49a, #209780);
}

.cc-owner-chart small {
	margin-top: 12px;
	color: var(--cc-muted);
	font-size: 11px;
	font-weight: 700;
}

.cc-owner-card-foot {
	display: flex;
	justify-content: space-between;
	padding: 0 22px 18px;
	color: var(--cc-muted);
	font-size: 12px;
	font-weight: 700;
}

.cc-owner-card-foot strong {
	color: var(--cc-teal-dark);
}

.cc-owner-reservations article {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	padding: 14px 22px;
	border-bottom: 1px solid #edf2f4;
}

.cc-owner-reservations article:last-child {
	border-bottom: 0;
}

.cc-owner-reservations time {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 10px;
	background: #f2faf6;
	font-size: 13px;
	font-weight: 800;
}

.cc-owner-reservations strong,
.cc-owner-pending strong,
.cc-owner-quick strong {
	display: block;
	font-size: 14px;
}

.cc-owner-reservations span,
.cc-owner-pending small,
.cc-owner-quick span {
	display: block;
	margin-top: 4px;
	color: var(--cc-muted);
	font-size: 12px;
	font-weight: 600;
}

.cc-owner-reservations aside {
	text-align: right;
}

.cc-owner-reservations em {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	padding: 0 10px;
	border-radius: 999px;
	background: #e9f8f6;
	color: var(--cc-teal-dark);
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
}

.cc-owner-reservations em::before {
	content: "";
	width: 6px;
	height: 6px;
	margin-right: 6px;
	border-radius: 50%;
	background: currentColor;
}

.cc-owner-reservations .status-pending {
	background: #fff5df;
	color: #ad720e;
}

.cc-owner-reservations .status-checked-in {
	background: #eaf4ff;
	color: #2c82cf;
}

.cc-owner-pending a {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr) 20px;
	gap: 14px;
	align-items: center;
	padding: 17px 22px;
	border-bottom: 1px solid #edf2f4;
	color: inherit;
	text-decoration: none;
}

.cc-owner-pending a:last-child {
	border-bottom: 0;
}

.cc-owner-pending b {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 11px;
	background: #fff6e7;
	color: var(--cc-amber);
}

.cc-owner-pending svg {
	width: 17px;
	color: var(--cc-muted);
}

.cc-owner-quick {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	padding: 18px;
}

.cc-owner-quick a {
	min-height: 105px;
	padding: 17px;
	border: 1px solid var(--cc-border);
	border-radius: 11px;
	color: inherit;
	text-decoration: none;
}

.cc-owner-quick svg {
	margin-bottom: 14px;
	color: var(--cc-teal);
}

.cc-owner-campaign-progress {
	padding-bottom: 20px;
}

.cc-owner-campaign-progress > div:not(.cc-owner-card-head),
.cc-owner-campaign-progress > p,
.cc-owner-campaign-progress > progress,
.cc-owner-campaign-progress > button,
.cc-owner-campaign-progress > .cc-owner-action-link {
	margin-left: 22px;
	margin-right: 22px;
}

.cc-owner-campaign-progress > div:not(.cc-owner-card-head) {
	display: flex;
	align-items: end;
	gap: 8px;
	margin-top: 20px;
}

.cc-owner-campaign-progress > div strong {
	font-size: 30px;
	line-height: 1;
}

.cc-owner-campaign-progress > div span {
	color: var(--cc-muted);
	font-size: 12px;
	font-weight: 700;
}

.cc-owner-campaign-progress progress {
	display: block;
	width: calc(100% - 44px);
	height: 9px;
	margin-top: 17px;
	border: 0;
	accent-color: #209780;
}

.cc-owner-campaign-progress p {
	display: flex;
	justify-content: space-between;
	color: var(--cc-muted);
	font-size: 12px;
	font-weight: 700;
}

.cc-owner-campaign-progress button {
	width: calc(100% - 44px);
	min-height: 38px;
	margin-top: 10px;
	box-shadow: none;
}

.cc-owner-campaign-progress > .cc-owner-action-link {
	width: calc(100% - 44px);
	min-height: 38px;
	margin-top: 10px;
	padding: 0;
	box-shadow: none;
}

.cc-owner-module-banner {
	margin-bottom: 22px;
}

.cc-owner-info-grid,
.cc-owner-card-grid,
.cc-owner-role-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 18px;
}

.cc-owner-info-tile {
	min-height: 124px;
	padding: 22px;
	background: #fff;
	border: 1px solid var(--cc-border);
	border-radius: 14px;
	box-shadow: 0 5px 18px rgba(24, 50, 60, .06);
}

.cc-owner-info-tile span {
	display: block;
	color: var(--cc-muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.cc-owner-info-tile strong {
	display: block;
	margin-top: 10px;
	font-size: 24px;
	line-height: 1.1;
}

.cc-owner-info-tile p,
.cc-owner-role-grid p,
.cc-owner-review-card p {
	margin: 10px 0 0;
	color: var(--cc-muted);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.55;
}

.cc-owner-table-wrap {
	overflow-x: auto;
}

.cc-owner-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 760px;
}

.cc-owner-table th,
.cc-owner-table td {
	padding: 16px 20px;
	border-bottom: 1px solid #edf2f4;
	text-align: left;
	vertical-align: middle;
	font-size: 13px;
}

.cc-owner-table th {
	color: var(--cc-muted);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.cc-owner-table td {
	color: #29444e;
	font-weight: 650;
}

.cc-owner-table tr:last-child td {
	border-bottom: 0;
}

.cc-owner-status {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0 10px;
	border-radius: 999px;
	background: #e9f8f6;
	color: var(--cc-teal-dark);
	font-size: 11px;
	font-style: normal;
	font-weight: 900;
	white-space: nowrap;
}

.cc-owner-status::before {
	content: "";
	width: 6px;
	height: 6px;
	margin-right: 6px;
	border-radius: 50%;
	background: currentColor;
}

.cc-owner-status.status-pending,
.cc-owner-status.status-applied,
.cc-owner-status.status-invited,
.cc-owner-status.status-submitted {
	background: #fff5df;
	color: #ad720e;
}

.cc-owner-status.status-checked-in,
.cc-owner-status.status-under-review {
	background: #eaf4ff;
	color: #2c82cf;
}

.cc-owner-status.status-absent,
.cc-owner-status.status-rejected,
.cc-owner-status.status-failed {
	background: #fff0ef;
	color: #c34c43;
}

.cc-owner-campaign-card,
.cc-owner-review-card,
.cc-owner-role-grid article {
	padding: 22px;
}

.cc-owner-campaign-card h3,
.cc-owner-review-card h3,
.cc-owner-role-grid h3 {
	margin: 0;
	font-size: 18px;
}

.cc-owner-campaign-card > span,
.cc-owner-review-card > span {
	display: block;
	margin-top: 8px;
	color: var(--cc-muted);
	font-size: 12px;
	font-weight: 800;
}

.cc-owner-campaign-card div {
	display: flex;
	align-items: end;
	gap: 8px;
	margin-top: 20px;
}

.cc-owner-campaign-card div strong {
	font-size: 26px;
	line-height: 1;
}

.cc-owner-campaign-card div small {
	color: var(--cc-muted);
	font-weight: 800;
}

.cc-owner-campaign-card progress {
	width: 100%;
	height: 9px;
	margin: 16px 0;
	accent-color: #209780;
}

.cc-owner-role-grid article {
	background: #fff;
	border: 1px solid var(--cc-border);
	border-radius: 14px;
	box-shadow: 0 5px 18px rgba(24, 50, 60, .06);
}

.cc-owner-role-grid .cc-owner-status {
	margin-top: 18px;
}

.cc-owner-review-card strong {
	display: block;
	margin-top: 18px;
	color: var(--cc-amber);
	font-size: 13px;
}

.cc-owner-timeline {
	padding: 22px;
}

.cc-owner-timeline article {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 14px;
	padding: 0 0 22px;
	position: relative;
}

.cc-owner-timeline article:last-child {
	padding-bottom: 0;
}

.cc-owner-timeline article::before {
	content: "";
	position: absolute;
	top: 18px;
	bottom: 0;
	left: 6px;
	width: 2px;
	background: #dce8ec;
}

.cc-owner-timeline article:last-child::before {
	display: none;
}

.cc-owner-timeline i {
	width: 14px;
	height: 14px;
	margin-top: 2px;
	border-radius: 50%;
	background: var(--cc-teal);
	box-shadow: 0 0 0 4px #e9f8f6;
}

.cc-owner-timeline strong,
.cc-owner-timeline span,
.cc-owner-timeline small {
	display: block;
}

.cc-owner-timeline span {
	margin-top: 5px;
	color: var(--cc-muted);
	font-size: 13px;
	font-weight: 650;
}

.cc-owner-timeline small {
	margin-top: 5px;
	color: #8da0aa;
	font-size: 12px;
}

@media (max-width: 1180px) {
	.cc-owner-dashboard {
		grid-template-columns: 86px minmax(0, 1fr);
	}

	.cc-owner-brand {
		justify-content: center;
		padding: 0;
	}

	.cc-owner-brand div:last-child,
	.cc-owner-nav-link span,
	.cc-owner-nav-label {
		display: none;
	}

	.cc-owner-nav-link {
		justify-content: center;
	}

	.cc-owner-nav-link b {
		position: absolute;
		margin-left: 24px;
		margin-top: -22px;
	}

	.cc-owner-layout,
	.cc-owner-kpis {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 820px) {
	.cc-owner-dashboard {
		display: block;
		margin: 0;
		overflow-y: auto;
	}

	.cc-owner-sidebar {
		display: none;
	}

	.cc-owner-topbar,
	.cc-owner-page-head,
	.cc-owner-banner {
		display: block;
	}

	.cc-owner-content {
		padding: 22px 16px;
	}

	.cc-owner-actions {
		margin-top: 18px;
		overflow-x: auto;
	}

	.cc-owner-kpis,
	.cc-owner-layout,
	.cc-owner-quick {
		grid-template-columns: 1fr;
	}

	.cc-owner-workspace {
		min-width: 0;
	}

	.cc-owner-top-actions {
		margin-top: 14px;
		justify-content: space-between;
	}

	.cc-owner-home {
		min-width: 74px;
	}
}

.cc-public-fundraising {
	max-width: 1320px;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: #101828;
}

.cc-donation-hero {
	border-radius: 24px;
	border-color: #E7ECE7;
	background: #fff;
	box-shadow: 0 6px 24px rgba(16,24,40,.06);
}

.cc-public-filters,
.cc-public-campaign-card,
.cc-campaign-landing-card,
.cc-donation-card,
.cc-donation-flow,
.cc-success-card {
	background: #fff;
	border: 1px solid #E7ECE7;
	border-radius: 24px;
	box-shadow: 0 6px 24px rgba(16,24,40,.06);
}

.cc-public-filters {
	display: grid;
	grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(180px, .8fr)) auto;
	gap: 14px;
	align-items: end;
	padding: 22px;
	margin-bottom: 24px;
}

.cc-public-filters label,
.cc-public-form label {
	display: grid;
	gap: 7px;
	margin: 0;
	color: #667085;
	font-weight: 800;
}

.cc-public-filters span,
.cc-public-form span {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.cc-public-filters input,
.cc-public-filters select,
.cc-public-form input,
.cc-public-form select,
.cc-public-form textarea {
	width: 100%;
	min-height: 48px;
	border: 1px solid #E7ECE7;
	border-radius: 999px;
	padding: 0 18px;
	background: #fff;
	color: #101828;
	font: inherit;
	outline: none;
}

.cc-public-form textarea {
	min-height: 118px;
	border-radius: 20px;
	padding: 16px 18px;
}

.cc-public-filters input:focus,
.cc-public-filters select:focus,
.cc-public-form input:focus,
.cc-public-form select:focus,
.cc-public-form textarea:focus {
	border-color: #0F6B3E;
	box-shadow: 0 0 0 4px rgba(15,107,62,.12);
}

.cc-public-campaign-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 22px;
}

.cc-public-campaign-card {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.cc-card-image,
.cc-campaign-cover {
	background: linear-gradient(135deg, #0F6B3E, #1A8D59);
	background-position: center;
	background-size: cover;
}

.cc-card-image {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	min-height: 210px;
	padding: 16px;
	color: #fff;
	text-decoration: none;
}

.cc-card-image span {
	margin: auto;
	font-weight: 900;
}

.cc-card-image em,
.cc-campaign-cover-badges em {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(16,24,40,.78);
	color: #fff;
	font-style: normal;
	font-size: 12px;
	font-weight: 900;
}

.cc-public-card-body {
	display: grid;
	gap: 12px;
	padding: 20px;
	flex: 1;
}

.cc-public-card-body > span,
.cc-card-meta,
.cc-donation-card > span,
.cc-donation-stats,
.cc-flow-head p,
.cc-review-grid span,
.cc-receipt-card span {
	color: #667085;
}

.cc-public-card-body h3 {
	margin: 0;
	font-size: 22px;
	line-height: 1.15;
}

.cc-public-card-body h3 a {
	color: inherit;
	text-decoration: none;
}

.cc-public-card-body p {
	margin: 0;
	color: #667085;
	line-height: 1.55;
}

.cc-progress-row,
.cc-card-meta,
.cc-donation-stats,
.cc-card-actions,
.cc-review-actions,
.cc-check-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.cc-card-meta {
	flex-wrap: wrap;
	font-size: 13px;
	font-weight: 800;
}

.cc-public-fundraising progress {
	width: 100%;
	height: 10px;
	border: 0;
	border-radius: 999px;
	overflow: hidden;
	background: #EEF4EF;
}

.cc-public-fundraising progress::-webkit-progress-bar {
	background: #EEF4EF;
}

.cc-public-fundraising progress::-webkit-progress-value {
	background: #0F6B3E;
	border-radius: 999px;
}

.cc-public-fundraising progress::-moz-progress-bar {
	background: #0F6B3E;
	border-radius: 999px;
}

.cc-card-actions {
	padding: 0 20px 20px;
	justify-content: flex-start;
}

.cc-primary-pill,
.cc-secondary-pill,
.cc-link-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 28px;
	border-radius: 999px;
	border: 1px solid #0F6B3E;
	text-decoration: none;
	font-weight: 900;
	letter-spacing: .01em;
	cursor: pointer;
}

.cc-primary-pill {
	background: #0F6B3E;
	color: #fff;
	box-shadow: 0 16px 30px rgba(15,107,62,.16);
}

.cc-secondary-pill,
.cc-link-pill {
	background: #fff;
	color: #0F6B3E;
}

.cc-campaign-detail-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 24px;
	align-items: start;
}

.cc-campaign-landing-card {
	overflow: hidden;
	margin-bottom: 24px;
}

.cc-campaign-cover {
	position: relative;
	min-height: clamp(260px, 36vw, 430px);
	padding: 22px;
}

.cc-campaign-cover > span {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	color: #fff;
	font-size: 42px;
	font-weight: 900;
}

.cc-campaign-cover-badges {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.cc-campaign-detail-body {
	padding: 28px;
}

.cc-campaign-detail-body h2 {
	margin: 0 0 12px;
	font-size: clamp(32px, 4vw, 56px);
	line-height: 1;
}

.cc-campaign-detail-body p,
.cc-campaign-story p,
.cc-update-list p,
.cc-material-card p {
	color: #667085;
	font-size: 16px;
	line-height: 1.7;
}

.cc-campaign-type-row,
.cc-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.cc-campaign-type-row {
	justify-content: flex-start;
	margin-bottom: 14px;
	color: #667085;
	font-weight: 800;
}

.cc-status-soft {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 34px;
	padding: 7px 14px;
	border-radius: 999px;
	background: #E4F8EC;
	color: #0F6B3E;
	font-size: 13px;
	font-weight: 900;
}

.cc-donation-card {
	position: sticky;
	top: 22px;
	display: grid;
	gap: 14px;
	padding: 24px;
}

.cc-donation-card > strong {
	font-size: 34px;
	line-height: 1;
}

.cc-amount-chips {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.cc-amount-chips a {
	display: grid;
	place-items: center;
	min-height: 44px;
	border-radius: 999px;
	background: #F6F7F5;
	color: #0F6B3E;
	text-decoration: none;
	font-weight: 900;
}

.cc-info-grid,
.cc-review-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px;
}

.cc-info-grid > div,
.cc-receipt-card {
	display: grid;
	gap: 8px;
	padding: 18px;
	border: 1px solid #E7ECE7;
	border-radius: 18px;
	background: #FDFEFD;
}

.cc-campaign-facts .cc-info-grid > div {
	background: #F6F7F5;
}

.cc-info-grid span {
	color: #667085;
	font-size: 13px;
	font-weight: 800;
}

.cc-info-grid strong,
.cc-material-card strong,
.cc-material-card p {
	min-width: 0;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.cc-compact-grid {
	grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}

.cc-material-section progress,
.cc-action-card progress {
	width: 100%;
	margin: 10px 0 18px;
}

.cc-material-grid,
.cc-material-select-list,
.cc-document-list {
	display: grid;
	gap: 14px;
}

.cc-material-card {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	gap: 18px;
	padding: 18px;
	border: 1px solid #E7ECE7;
	border-radius: 20px;
	background: #FDFEFD;
}

.cc-material-card img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 16px;
	border: 1px solid #E7ECE7;
	background: #F6F7F5;
}

.cc-material-card h4 {
	margin: 0 0 10px;
	font-size: 22px;
}

.cc-material-card .cc-info-grid {
	margin: 14px 0;
}

.cc-document-list a {
	display: flex;
	align-items: center;
	min-height: 46px;
	padding: 10px 14px;
	border: 1px solid #E7ECE7;
	border-radius: 14px;
	background: #FDFEFD;
	color: #0F6B3E;
	font-weight: 900;
	text-decoration: none;
}

.cc-update-list {
	display: grid;
	gap: 14px;
}

.cc-update-list article {
	padding: 18px;
	border: 1px solid #E7ECE7;
	border-radius: 18px;
	background: #FDFEFD;
}

.cc-update-list time {
	display: block;
	margin-bottom: 8px;
	color: #667085;
	font-size: 13px;
	font-weight: 800;
}

.cc-donation-flow,
.cc-success-card {
	max-width: 980px;
	margin: 0 auto;
	padding: 30px;
}

.cc-flow-head {
	margin-bottom: 24px;
}

.cc-flow-head a {
	color: #0F6B3E;
	font-weight: 900;
	text-decoration: none;
}

.cc-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.cc-form-grid .full {
	grid-column: 1 / -1;
}

.cc-check-row {
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 18px;
}

.cc-check-row label {
	display: flex;
	align-items: center;
	gap: 9px;
	color: #344054;
	font-weight: 800;
}

.cc-check-row input {
	width: 18px;
	height: 18px;
	accent-color: #0F6B3E;
}

.cc-material-select-row {
	display: grid !important;
	grid-template-columns: 22px minmax(0, 1fr) 180px;
	align-items: center;
	gap: 14px;
	padding: 16px;
	border: 1px solid #E7ECE7;
	border-radius: 18px;
	background: #FDFEFD;
}

.cc-material-select-row > input[type="checkbox"] {
	width: 20px;
	height: 20px;
	accent-color: #0F6B3E;
}

.cc-material-select-row span {
	display: grid;
	gap: 4px;
	color: #101828;
}

.cc-material-select-row small {
	color: #667085;
	font-weight: 800;
}

.cc-review-grid .cc-panel {
	margin: 0;
}

.cc-review-grid strong {
	display: block;
	margin-bottom: 8px;
	font-size: 22px;
	overflow-wrap: anywhere;
}

.cc-review-actions {
	justify-content: flex-end;
	margin-top: 22px;
}

.cc-success-card {
	text-align: center;
}

.cc-success-mark {
	width: 80px;
	height: 80px;
	display: grid;
	place-items: center;
	margin: 0 auto 16px;
	border-radius: 50%;
	background: #E4F8EC;
	color: #0F6B3E;
	font-size: 42px;
	font-weight: 900;
}

.cc-receipt-card {
	max-width: 520px;
	margin: 24px auto;
	text-align: left;
	grid-template-columns: 1fr 1.4fr;
}

.cc-receipt-card strong {
	overflow-wrap: anywhere;
}

.cc-public-pagination {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 24px 0 0;
}

.cc-public-pagination a {
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border: 1px solid #E7ECE7;
	border-radius: 50%;
	background: #fff;
	color: #0F6B3E;
	text-decoration: none;
	font-weight: 900;
}

.cc-public-pagination a.is-active {
	background: #0F6B3E;
	color: #fff;
}

.cc-empty-state {
	padding: 28px;
	border: 1px dashed #D0DAD0;
	border-radius: 20px;
	background: #F6F7F5;
	color: #667085;
	font-weight: 800;
}

@media (max-width: 980px) {
	.cc-public-filters,
	.cc-campaign-detail-layout {
		grid-template-columns: 1fr;
	}

	.cc-donation-card {
		position: static;
	}
}

@media (max-width: 640px) {
	.cc-public-fundraising {
		padding: 12px;
	}

	.cc-form-grid,
	.cc-receipt-card {
		grid-template-columns: 1fr;
	}

	.cc-review-actions,
	.cc-card-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.cc-material-card,
	.cc-material-select-row {
		grid-template-columns: 1fr;
	}
}

/* Responsive audit hardening: public pages, campaign flows and embedded modules. */
.cc-portal,
.cc-public-fundraising,
.cc-portal *,
.cc-public-fundraising * {
	min-width: 0;
}

.cc-portal img,
.cc-public-fundraising img,
.cc-portal video,
.cc-public-fundraising video,
.cc-portal iframe,
.cc-public-fundraising iframe {
	max-width: 100%;
}

.cc-portal img,
.cc-public-fundraising img {
	height: auto;
}

.cc-portal table,
.cc-public-fundraising table {
	width: 100%;
	max-width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

.cc-portal table,
.cc-public-fundraising table,
.cc-portal .table-responsive,
.cc-public-fundraising .table-responsive {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

.cc-portal th,
.cc-portal td,
.cc-public-fundraising th,
.cc-public-fundraising td {
	max-width: min(360px, 48vw);
	overflow-wrap: anywhere;
	vertical-align: middle;
}

.cc-portal input,
.cc-portal select,
.cc-portal textarea,
.cc-public-fundraising input,
.cc-public-fundraising select,
.cc-public-fundraising textarea {
	max-width: 100%;
}

.cc-primary-pill,
.cc-secondary-pill,
.cc-link-pill,
.cc-card-actions a,
.cc-card-actions button,
.cc-form-actions button,
.cc-form-actions a {
	max-width: 100%;
	text-align: center;
	white-space: normal;
}

.cc-donation-card,
.cc-action-card,
.cc-panel,
.cc-campaign-landing-card,
.cc-donation-flow,
.cc-success-card {
	overflow-wrap: anywhere;
}

.cc-public-campaign-grid,
.cc-public-filters,
.cc-campaign-detail-layout,
.cc-info-grid,
.cc-review-grid,
.cc-form-grid,
.cc-material-grid {
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
}

.cc-campaign-cover {
	background-position: center;
	background-size: cover;
}

.cc-public-pagination {
	flex-wrap: wrap;
}

@media (min-width: 1440px) {
	.cc-public-fundraising,
	.cc-portal {
		max-width: 1600px;
		margin-inline: auto;
	}
}

@media (max-width: 820px) {
	.cc-public-hero,
	.cc-donation-hero,
	.cc-campaign-landing-card,
	.cc-panel,
	.cc-donation-flow,
	.cc-success-card,
	.cc-donation-card {
		border-radius: 20px;
	}

	.cc-public-filters,
	.cc-form-grid,
	.cc-review-grid,
	.cc-info-grid {
		grid-template-columns: 1fr;
	}

	.cc-campaign-detail-body,
	.cc-panel,
	.cc-donation-card,
	.cc-donation-flow,
	.cc-success-card {
		padding: 20px;
	}

	.cc-campaign-cover {
		min-height: clamp(180px, 52vw, 280px);
	}

	.cc-material-select-row {
		grid-template-columns: 24px minmax(0, 1fr);
	}

	.cc-material-select-row input[type="number"] {
		grid-column: 1 / -1;
		width: 100%;
	}
}

@media (max-width: 520px) {
	.cc-public-fundraising,
	.cc-portal {
		padding-inline: 10px;
	}

	.cc-public-hero h1,
	.cc-donation-hero h1,
	.cc-campaign-detail-body h2 {
		font-size: clamp(30px, 11vw, 42px);
	}

	.cc-card-actions,
	.cc-form-actions,
	.cc-review-actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		width: 100%;
	}

	.cc-primary-pill,
	.cc-secondary-pill,
	.cc-link-pill,
	.cc-card-actions a,
	.cc-card-actions button {
		width: 100%;
	}

	.cc-material-card img {
		aspect-ratio: 16 / 10;
	}

	.cc-public-pagination a {
		width: 40px;
		height: 40px;
	}
}

/* ===================================================================
   CC Charity Campaigns Redesigned Styles (Appended overrides)
   =================================================================== */

.cc-campaign-module {
	--cc-accent: #c8e632;
	--cc-accent-dark: #a8c420;
	--cc-green-dark: #1a2e05;
	--cc-bg: #ffffff;
	--cc-card-bg: #ffffff;
	--cc-text: #1a1a2e;
	--cc-text-secondary: #6b7280;
	--cc-border: #e1e8e5;
	--cc-border-light: #f0f0f0;
	--cc-red: #ef4444;
	--cc-radius: 16px;
	--cc-radius-sm: 12px;
	--cc-radius-xs: 8px;
	--cc-shadow: 0 14px 38px rgba(6, 45, 41, 0.07);
	--cc-shadow-hover: 0 18px 46px rgba(6, 45, 41, 0.12);
	--cc-transition: .25s cubic-bezier(.4, 0, .2, 1);
	background: var(--cc-bg);
	color: var(--cc-text);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	padding: clamp(20px, 4vw, 48px);
}

.cc-campaign-module *,
.cc-campaign-module *::before,
.cc-campaign-module *::after {
	box-sizing: border-box;
}

/* HERO / HEADER – Listing page */
.cc-campaign-module-hero {
	margin-bottom: 32px;
	padding: 0;
	background: none;
	border: none;
	box-shadow: none;
}

.cc-campaign-module-hero p {
	color: #7b8e15;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.cc-campaign-module-hero h2 {
	color: var(--cc-text);
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 800;
	line-height: 1.15;
	margin: 0 0 10px;
	display: inline-block;
	border-bottom: 3px solid #00a8e8;
	padding-bottom: 4px;
}

.cc-campaign-module-hero span {
	color: var(--cc-text-secondary);
	display: block;
	font-size: 15px;
	line-height: 1.6;
	max-width: 520px;
}

/* SEARCH / FILTER BAR */
.cc-cm-filter-bar {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 28px;
}

.cc-cm-filter-bar .cc-cm-search-wrap {
	background: var(--cc-card-bg);
	border: 1px solid var(--cc-border);
	border-radius: 999px;
	display: flex;
	align-items: center;
	flex: 1 1 240px;
	min-width: 200px;
	overflow: hidden;
	transition: border-color var(--cc-transition);
}

.cc-cm-filter-bar .cc-cm-search-wrap:focus-within {
	border-color: var(--cc-accent-dark);
}

.cc-cm-filter-bar .cc-cm-search-wrap input {
	background: transparent;
	border: 0;
	color: var(--cc-text);
	font: inherit;
	font-size: 14px;
	min-height: 44px;
	outline: none;
	padding: 0 16px;
	width: 100%;
}

.cc-cm-filter-bar .cc-cm-search-wrap button {
	align-items: center;
	background: var(--cc-accent);
	border: 0;
	border-radius: 50%;
	color: var(--cc-green-dark);
	cursor: pointer;
	display: flex;
	flex: 0 0 36px;
	height: 36px;
	justify-content: center;
	margin-right: 4px;
	width: 36px;
}

.cc-cm-filter-bar select {
	appearance: none;
	background: var(--cc-card-bg) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%236b7280'/%3E%3C/svg%3E") no-repeat right 14px center;
	border: 1px solid var(--cc-border);
	border-radius: 999px;
	color: var(--cc-text);
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	min-height: 44px;
	padding: 0 36px 0 16px;
	transition: border-color var(--cc-transition);
}

.cc-cm-filter-bar select:focus {
	border-color: var(--cc-accent-dark);
	outline: none;
}

/* CARD GRID – Listing page */
.cc-cm-grid-list {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, 1fr);
}

/* CAMPAIGN CARD – Listing */
.cc-cm-card {
	background: var(--cc-card-bg);
	border: 1px solid var(--cc-border);
	border-radius: 0px;
	box-shadow: var(--cc-shadow);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: box-shadow var(--cc-transition), transform var(--cc-transition);
}

.cc-cm-card:hover {
	box-shadow: var(--cc-shadow-hover);
	transform: translateY(-2px);
}

/* Card image */
.cc-cm-card-image {
	background: linear-gradient(135deg, #e0e7d0, #f5f5f5);
	background-position: center;
	background-size: cover;
	display: block;
	min-height: 200px;
	position: relative;
	text-decoration: none;
	overflow: hidden;
	border-radius: 0px;
}

.cc-cm-card-image::after {
	content: '';
	inset: 0;
	position: absolute;
	background: linear-gradient(to bottom, rgba(0,0,0,.02), rgba(0,0,0,.08));
	pointer-events: none;
}

/* Category badge – top-left of card image */
.cc-cm-badge-category {
	background: rgba(26, 26, 46, .82);
	border-radius: 999px;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	left: 14px;
	letter-spacing: .02em;
	padding: 5px 12px;
	position: absolute;
	top: 14px;
	z-index: 2;
}

/* Status badge – top-right of card image */
.cc-cm-badge-status {
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	padding: 5px 12px;
	position: absolute;
	right: 14px;
	top: 14px;
	z-index: 2;
}

.cc-cm-badge-status[data-status="active"],
.cc-cm-badge-status[data-status="published"] {
	background: var(--cc-accent);
	color: var(--cc-green-dark);
}

.cc-cm-badge-status[data-status="closed"],
.cc-cm-badge-status[data-status="completed"],
.cc-cm-badge-status[data-status="ended"] {
	background: var(--cc-red);
	color: #fff;
}

.cc-cm-badge-status[data-status="paused"] {
	background: #f59e0b;
	color: #fff;
}

/* Card body */
.cc-cm-card-body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 18px 18px 0;
}

.cc-cm-card-body > span {
	color: var(--cc-text-secondary);
	font-size: 12px;
	font-weight: 600;
}

.cc-cm-card h3 {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
	margin: 6px 0 8px;
}

.cc-cm-card-body > p {
	color: var(--cc-text-secondary);
	font-size: 13px;
	line-height: 1.55;
	margin: 0 0 12px;
	flex: 1;
}

/* Progress section inside card */
.cc-cm-card-progress {
	padding: 0 18px;
}

.cc-cm-card-progress-label {
	align-items: baseline;
	display: flex;
	font-size: 13px;
	gap: 6px;
	justify-content: space-between;
}

.cc-cm-card-progress-label strong {
	color: var(--cc-text);
	font-weight: 700;
}

.cc-cm-card-progress-label span {
	color: var(--cc-text-secondary);
	font-size: 12px;
	font-weight: 600;
}

.cc-cm-card-progress-label em {
	color: var(--cc-text-secondary);
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
}

/* Progress bar */
.cc-campaign-module progress {
	appearance: none;
	background: #eef0eb;
	border: 0;
	border-radius: 999px;
	display: block;
	height: 8px;
	margin: 8px 0 0;
	overflow: hidden;
	width: 100%;
}

.cc-campaign-module progress::-webkit-progress-bar {
	background: #eef0eb;
	border-radius: 999px;
}

.cc-campaign-module progress::-webkit-progress-value {
	background: var(--cc-accent);
	border-radius: 999px;
}

.cc-campaign-module progress::-moz-progress-bar {
	background: var(--cc-accent);
	border-radius: 999px;
}

/* Card stats row */
.cc-cm-card-stats {
	border-top: 1px solid var(--cc-border-light);
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 14px;
}

.cc-cm-card-stats > div {
	padding: 12px 18px;
}

.cc-cm-card-stats > div + div {
	border-left: 1px solid var(--cc-border-light);
}

.cc-cm-card-stats label {
	color: var(--cc-text-secondary);
	display: block;
	font-size: 11px;
	font-weight: 600;
	margin-bottom: 2px;
}

.cc-cm-card-stats strong {
	color: var(--cc-text);
	font-size: 15px;
	font-weight: 700;
}

/* Card actions */
.cc-cm-actions {
	align-items: center;
	border-top: 1px solid var(--cc-border-light);
	display: flex;
	gap: 10px;
	justify-content: space-between;
	padding: 14px 18px;
}

/* Buttons shared */
.cc-cm-primary,
.cc-cm-secondary {
	align-items: center;
	border-radius: 999px;
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 6px;
	justify-content: center;
	min-height: 40px;
	padding: 0 20px;
	text-decoration: none;
	transition: all var(--cc-transition);
	white-space: nowrap;
}

.cc-cm-primary {
	background: var(--cc-accent);
	border: 1px solid var(--cc-accent);
	color: var(--cc-green-dark);
}

.cc-cm-primary:hover {
	background: var(--cc-accent-dark);
	border-color: var(--cc-accent-dark);
}

.cc-cm-primary::before {
	content: '♡';
	font-size: 14px;
}

.cc-cm-secondary {
	background: transparent;
	border: none;
	color: var(--cc-text);
	font-weight: 600;
	padding: 0 4px;
}

.cc-cm-secondary::after {
	content: '→';
	font-size: 14px;
	transition: transform var(--cc-transition);
}

.cc-cm-secondary:hover::after {
	transform: translateX(3px);
}

/* "Campaign Closed" button */
.cc-cm-closed-btn {
	align-items: center;
	background: var(--cc-bg);
	border: 1px solid var(--cc-border);
	border-radius: 999px;
	color: var(--cc-text-secondary);
	cursor: default;
	display: flex;
	font-size: 13px;
	font-weight: 600;
	justify-content: center;
	min-height: 40px;
	padding: 0 24px;
	width: 100%;
}

/* PAGINATION */
.cc-cm-pagination {
	align-items: center;
	display: flex;
	gap: 6px;
	justify-content: center;
	margin-top: 36px;
}

.cc-cm-pagination a,
.cc-cm-pagination span {
	align-items: center;
	border-radius: 50%;
	color: var(--cc-text-secondary);
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	height: 36px;
	justify-content: center;
	text-decoration: none;
	transition: all var(--cc-transition);
	width: 36px;
}

.cc-cm-pagination a:hover {
	background: var(--cc-card-bg);
}

.cc-cm-pagination .is-active {
	background: var(--cc-accent);
	color: var(--cc-green-dark);
	font-weight: 700;
}

.cc-cm-pagination .cc-cm-page-arrow {
	background: var(--cc-card-bg);
	border: 1px solid var(--cc-border);
}

.cc-cm-pagination .cc-cm-page-arrow:hover {
	border-color: var(--cc-accent);
}

/* EMPTY STATE */
.cc-cm-empty {
	background: var(--cc-card-bg);
	border: 1px solid var(--cc-border);
	border-radius: var(--cc-radius);
	color: var(--cc-text-secondary);
	font-size: 15px;
	grid-column: 1 / -1;
	padding: 48px 32px;
	text-align: center;
}

/* DETAIL PAGE LAYOUT */
.cc-cm-back-link {
	align-items: center;
	color: var(--cc-text);
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	gap: 6px;
	margin-bottom: 24px;
	text-decoration: none;
	transition: color var(--cc-transition);
}

.cc-cm-back-link::before {
	content: '←';
}

.cc-cm-back-link:hover {
	color: var(--cc-accent-dark);
}

.cc-cm-detail {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
}

/* Detail left – Feature card with image */
.cc-cm-feature {
	background: var(--cc-card-bg);
	border: 1px solid var(--cc-border);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
	overflow: hidden;
}

.cc-cm-cover {
	background: linear-gradient(135deg, #e0e7d0, #f5f5f5);
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 380px;
	padding: 28px;
	position: relative;
}

.cc-cm-cover::before {
	background: linear-gradient(to top, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .25) 50%, transparent 100%);
	content: '';
	inset: 0;
	position: absolute;
	z-index: 1;
}

.cc-cm-cover .cc-cm-badge-category {
	z-index: 3;
}

.cc-cm-cover-content {
	position: relative;
	z-index: 2;
}

.cc-cm-cover-content h3 {
	color: #fff;
	font-size: clamp(22px, 3vw, 30px);
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 10px;
}

.cc-cm-cover-content p {
	color: rgba(255, 255, 255, .78);
	font-size: 13px;
	line-height: 1.6;
	margin: 0;
	max-width: 420px;
}

/* Detail body (below image) */
.cc-cm-body {
	padding: clamp(20px, 3vw, 28px);
}

.cc-cm-body > p {
	color: var(--cc-text-secondary);
	font-weight: 600;
}

.cc-cm-body h3 {
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
	margin: 8px 0 10px;
}

.cc-cm-body div {
	color: var(--cc-text-secondary);
	font-size: 14px;
	line-height: 1.7;
}

.cc-cm-type {
	background: rgba(200, 230, 50, .15);
	border-radius: 999px;
	color: var(--cc-accent-dark);
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 12px;
	padding: 5px 12px;
}

/* DETAIL RIGHT – Donate / Action Card */
.cc-cm-donate-card {
	align-self: start;
	background: var(--cc-card-bg);
	border: 1px solid var(--cc-border);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
	padding: 0;
	position: sticky;
	top: 20px;
}

/* Stat grid (2x2) inside donate card */
.cc-cm-stat-grid {
	display: grid;
	gap: 0;
	grid-template-columns: 1fr 1fr;
}

.cc-cm-stat-grid > div {
	border-bottom: 1px solid var(--cc-border-light);
	padding: 18px 20px;
}

.cc-cm-stat-grid > div:nth-child(odd) {
	border-right: 1px solid var(--cc-border-light);
}

.cc-cm-stat-grid label {
	align-items: center;
	color: var(--cc-text-secondary);
	display: flex;
	font-size: 12px;
	font-weight: 600;
	gap: 5px;
	margin-bottom: 6px;
}

.cc-cm-stat-grid label::before {
	background: var(--cc-accent);
	border-radius: 50%;
	content: '';
	display: inline-block;
	height: 8px;
	width: 8px;
}

.cc-cm-stat-grid strong {
	color: var(--cc-text);
	display: block;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
}

/* Progress + donate section */
.cc-cm-donate-progress {
	padding: 18px 20px;
}

.cc-cm-donate-progress-header {
	align-items: baseline;
	display: flex;
	font-size: 13px;
	justify-content: space-between;
}

.cc-cm-donate-progress-header span {
	color: var(--cc-text-secondary);
	font-weight: 600;
}

.cc-cm-donate-cta {
	padding: 0 20px 20px;
}

.cc-cm-donate-cta .cc-cm-primary {
	font-size: 15px;
	min-height: 48px;
	width: 100%;
}

.cc-cm-donate-cta .cc-cm-secure-note {
	align-items: center;
	color: var(--cc-text-secondary);
	display: flex;
	font-size: 12px;
	gap: 6px;
	justify-content: center;
	margin-top: 10px;
}

.cc-cm-donate-cta .cc-cm-secure-note::before {
	content: '🔒';
	font-size: 12px;
}

/* Category tags + like/dislike row */
.cc-cm-tags-row {
	border-top: 1px solid var(--cc-border-light);
	padding: 16px 20px;
}

.cc-cm-tags-row-label {
	color: var(--cc-text-secondary);
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.cc-cm-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.cc-cm-tags span {
	background: var(--cc-bg);
	border-radius: 999px;
	color: var(--cc-text);
	font-size: 12px;
	font-weight: 600;
	padding: 5px 12px;
}

.cc-cm-social-row {
	align-items: center;
	border-top: 1px solid var(--cc-border-light);
	display: flex;
	gap: 12px;
	padding: 14px 20px;
}

.cc-cm-social-btn {
	align-items: center;
	background: var(--cc-bg);
	border: 1px solid var(--cc-border);
	border-radius: 999px;
	color: var(--cc-text-secondary);
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 600;
	gap: 5px;
	min-height: 36px;
	padding: 0 16px;
	text-decoration: none;
	transition: all var(--cc-transition);
}

.cc-cm-social-btn:hover {
	border-color: var(--cc-accent);
	color: var(--cc-text);
}

.cc-cm-donate-card .cc-cm-secondary {
	border-top: 1px solid var(--cc-border-light);
	border-radius: 0;
	display: flex;
	font-size: 14px;
	justify-content: center;
	min-height: 48px;
	width: 100%;
}

/* ABOUT SECTION (Below detail) */
.cc-cm-about-section {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr);
	margin-top: 24px;
}

.cc-cm-panel {
	background: var(--cc-card-bg);
	border: 1px solid var(--cc-border);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
	padding: clamp(22px, 3vw, 32px);
}

.cc-cm-panel .cc-cm-eyebrow {
	color: var(--cc-accent-dark);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .14em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.cc-cm-panel h3 {
	font-size: 22px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 14px;
}

.cc-cm-panel p {
	color: var(--cc-text-secondary);
	font-size: 14px;
	line-height: 1.75;
	margin: 0 0 12px;
}

.cc-cm-panel p:last-child {
	margin-bottom: 0;
}

/* Feature icons row */
.cc-cm-feature-icons {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 24px;
}

.cc-cm-feature-icon {
	background: var(--cc-bg);
	border: 1px solid var(--cc-border-light);
	border-radius: var(--cc-radius-sm);
	padding: 20px 16px;
	text-align: center;
}

.cc-cm-feature-icon-dot {
	align-items: center;
	background: rgba(200, 230, 50, .15);
	border-radius: 50%;
	display: inline-flex;
	height: 40px;
	justify-content: center;
	margin-bottom: 12px;
	width: 40px;
}

.cc-cm-feature-icon-dot::after {
	background: var(--cc-accent);
	border-radius: 50%;
	content: '';
	height: 14px;
	width: 14px;
}

.cc-cm-feature-icon h4 {
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 4px;
}

.cc-cm-feature-icon p {
	color: var(--cc-text-secondary);
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
}

/* PROMOTER CARD */
.cc-cm-promoter-card {
	background: var(--cc-card-bg);
	border: 1px solid var(--cc-border);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
	padding: 24px;
	text-align: center;
}

.cc-cm-promoter-card h4 {
	color: var(--cc-text-secondary);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.cc-cm-promoter-avatar {
	align-items: center;
	background: var(--cc-bg);
	border: 3px solid var(--cc-border);
	border-radius: 50%;
	display: inline-flex;
	height: 56px;
	justify-content: center;
	margin-bottom: 10px;
	width: 56px;
}

.cc-cm-promoter-avatar::after {
	color: var(--cc-text-secondary);
	content: '👤';
	font-size: 24px;
}

.cc-cm-promoter-name {
	display: block;
	font-size: 16px;
	font-weight: 700;
}

.cc-cm-promoter-badge {
	color: var(--cc-text-secondary);
	display: block;
	font-size: 12px;
	margin: 4px 0 14px;
}

.cc-cm-promoter-meta {
	display: grid;
	gap: 8px;
	margin-bottom: 16px;
}

.cc-cm-promoter-meta span {
	align-items: center;
	color: var(--cc-text-secondary);
	display: flex;
	font-size: 12px;
	font-weight: 600;
	gap: 6px;
	justify-content: center;
}

.cc-cm-promoter-meta span::before {
	content: '✓';
	color: var(--cc-accent-dark);
	font-weight: 800;
}

.cc-cm-promoter-card .cc-cm-view-profile {
	background: transparent;
	border: 1px solid var(--cc-border);
	border-radius: 999px;
	color: var(--cc-text);
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	min-height: 38px;
	padding: 0 20px;
	text-decoration: none;
	transition: all var(--cc-transition);
}

.cc-cm-promoter-card .cc-cm-view-profile:hover {
	border-color: var(--cc-accent);
}

/* INFO GRID */
.cc-cm-info-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
	margin-top: 16px;
}

.cc-cm-info-grid div {
	background: var(--cc-bg);
	border: 1px solid var(--cc-border-light);
	border-radius: var(--cc-radius-sm);
	padding: 16px;
}

.cc-cm-info-grid span {
	color: var(--cc-text-secondary);
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .06em;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.cc-cm-info-grid strong {
	color: var(--cc-text);
	display: block;
	font-size: 15px;
	font-weight: 700;
	overflow-wrap: anywhere;
}

/* MATERIALS & SERVICE SECTIONS */
.cc-cm-material-list {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
	margin-top: 16px;
}

.cc-cm-material-list article {
	background: var(--cc-bg);
	border: 1px solid var(--cc-border-light);
	border-radius: var(--cc-radius-sm);
	padding: 16px;
}

.cc-cm-material-list strong {
	display: block;
	font-size: 16px;
	margin-bottom: 6px;
}

.cc-cm-material-list span {
	color: var(--cc-text-secondary);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.cc-cm-material-list p {
	color: var(--cc-text-secondary);
	font-size: 13px;
	line-height: 1.55;
	margin: 6px 0 0;
}

.cc-cm-material-stats {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 10px;
}

.cc-cm-material-stats b {
	background: var(--cc-card-bg);
	border: 1px solid var(--cc-border);
	border-radius: var(--cc-radius-xs);
	color: var(--cc-text);
	display: block;
	font-size: 12px;
	padding: 8px;
}

/* UPDATES */
.cc-cm-update {
	border-bottom: 1px solid var(--cc-border-light);
	padding: 14px 0;
}

.cc-cm-update:last-child {
	border-bottom: 0;
}

.cc-cm-update time {
	color: var(--cc-text-secondary);
	display: block;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 4px;
}

.cc-cm-update strong {
	display: block;
	font-size: 15px;
	margin-bottom: 4px;
}

.cc-cm-update p {
	color: var(--cc-text-secondary);
	font-size: 13px;
	line-height: 1.6;
	margin: 0;
}

/* MINI PROGRESS (Sidebar) */
.cc-cm-mini-progress {
	background: var(--cc-bg);
	border: 1px solid var(--cc-border-light);
	border-radius: var(--cc-radius-sm);
	margin-top: 14px;
	padding: 14px 20px;
}

.cc-cm-mini-progress span {
	color: var(--cc-text-secondary);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.cc-cm-mini-progress strong {
	display: block;
	font-size: 16px;
	margin-top: 4px;
}

/* FORMS */
.cc-cm-flow {
	background: var(--cc-card-bg);
	border: 1px solid var(--cc-border);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
	padding: clamp(22px, 4vw, 36px);
}

.cc-cm-back {
	align-items: center;
	border: none;
	color: var(--cc-text);
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	gap: 6px;
	padding: 0;
	text-decoration: none;
}

.cc-cm-back::before {
	content: '←';
}

.cc-cm-back:hover {
	color: var(--cc-accent-dark);
}

.cc-cm-step-head {
	margin: 18px 0 24px;
}

.cc-cm-step-head p {
	color: var(--cc-accent-dark);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14em;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.cc-cm-step-head h3 {
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 8px;
}

.cc-cm-step-head span {
	color: var(--cc-text-secondary);
	display: block;
	font-size: 14px;
	line-height: 1.6;
}

.cc-cm-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cc-cm-grid .full {
	grid-column: 1 / -1;
}

.cc-cm-form label span {
	color: var(--cc-text-secondary);
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.cc-cm-form input,
.cc-cm-form textarea,
.cc-cm-form select {
	background: var(--cc-card-bg);
	border: 1px solid var(--cc-border);
	border-radius: var(--cc-radius-sm);
	color: var(--cc-text);
	font: inherit;
	font-size: 14px;
	min-height: 46px;
	padding: 0 14px;
	transition: border-color var(--cc-transition);
	width: 100%;
}

.cc-cm-form input:focus,
.cc-cm-form textarea:focus,
.cc-cm-form select:focus {
	border-color: var(--cc-accent-dark);
	outline: none;
}

.cc-cm-form select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%236b7280'/%3E%3C/svg%3E");
	background-position: right 14px center;
	background-repeat: no-repeat;
	padding-right: 36px;
}

.cc-cm-form textarea {
	border-radius: var(--cc-radius-sm);
	min-height: 100px;
	padding: 12px 14px;
}

.cc-cm-flow form > .cc-cm-primary {
	margin-top: 8px;
	min-height: 48px;
	width: 100%;
}

/* PAYMENT LAYOUT */
.cc-cm-payment-layout {
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.cc-cm-review-card,
.cc-cm-payment-card,
.cc-cm-receipt {
	background: var(--cc-bg);
	border: 1px solid var(--cc-border);
	border-radius: var(--cc-radius-sm);
	padding: 22px;
}

.cc-cm-review-card h4,
.cc-cm-payment-card h4 {
	font-size: 20px;
	font-weight: 800;
	margin: 0 0 16px;
}

.cc-cm-review-card dl {
	display: grid;
	gap: 10px;
	margin: 0 0 18px;
}

.cc-cm-review-card dl div {
	background: var(--cc-card-bg);
	border: 1px solid var(--cc-border-light);
	border-radius: var(--cc-radius-xs);
	padding: 14px;
}

.cc-cm-review-card dt {
	color: var(--cc-text-secondary);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.cc-cm-review-card dd {
	font-size: 15px;
	font-weight: 700;
	margin: 0;
	overflow-wrap: anywhere;
}

.cc-cm-review-card > strong {
	color: var(--cc-accent-dark);
	display: block;
	font-size: clamp(30px, 4vw, 46px);
	line-height: 1;
}

.cc-cm-payment-methods {
	display: grid;
	gap: 10px;
	margin-bottom: 16px;
}

.cc-cm-method {
	align-items: center;
	background: var(--cc-card-bg);
	border: 1px solid var(--cc-border);
	border-radius: var(--cc-radius-sm);
	cursor: pointer;
	display: flex;
	gap: 10px;
	min-height: 52px;
	padding: 12px 14px;
	transition: border-color var(--cc-transition), box-shadow var(--cc-transition);
}

.cc-cm-method:hover,
.cc-cm-method:has(input:checked) {
	border-color: var(--cc-accent);
	box-shadow: 0 0 0 2px rgba(200, 230, 50, .15);
}

.cc-cm-method input {
	accent-color: var(--cc-accent-dark);
	height: 16px;
	width: 16px;
}

.cc-cm-method span {
	color: var(--cc-text);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0;
	text-transform: none;
}

.cc-cm-payment-card .cc-cm-primary {
	margin-top: 16px;
	width: 100%;
}

.cc-cm-note {
	color: var(--cc-text-secondary);
	display: block;
	font-size: 13px;
	line-height: 1.55;
}

/* CHECK / AGREEMENT */
.cc-cm-check {
	align-items: center;
	display: flex;
	font-size: 13px;
	gap: 8px;
	margin: 14px 0;
}

.cc-cm-check input {
	accent-color: var(--cc-accent-dark);
	flex: 0 0 auto;
	height: 16px;
	min-height: 16px;
	padding: 0;
	width: 16px;
}

/* SUCCESS / RECEIPT */
.cc-cm-success {
	background: var(--cc-card-bg);
	border: 1px solid var(--cc-border);
	border-radius: var(--cc-radius);
	box-shadow: var(--cc-shadow);
	padding: clamp(28px, 4vw, 48px);
	text-align: center;
}

.cc-cm-success strong {
	display: block;
	font-size: 22px;
	margin-bottom: 8px;
}

.cc-cm-success p {
	color: var(--cc-text-secondary);
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 8px;
}

.cc-cm-success .cc-cm-primary {
	margin-top: 20px;
}

.cc-cm-receipt {
	display: grid;
	gap: 6px;
	margin: 18px auto 22px;
	max-width: 560px;
}

.cc-cm-receipt span {
	color: var(--cc-text-secondary);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.cc-cm-receipt b {
	font-size: 24px;
}

.cc-cm-receipt p {
	margin: 0;
	text-align: left;
}

.cc-cm-receipt small {
	color: var(--cc-text-secondary);
	font-weight: 600;
}

/* TIMELINE STRIP */
.cc-cm-timeline-strip {
	background: var(--cc-bg);
	border: 1px solid var(--cc-border);
	border-radius: var(--cc-radius-sm);
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	margin: 18px 0 22px;
	padding: 14px;
}

.cc-cm-timeline-strip div {
	background: var(--cc-card-bg);
	border: 1px solid var(--cc-border-light);
	border-radius: var(--cc-radius-xs);
	padding: 14px;
}

.cc-cm-timeline-strip span {
	color: var(--cc-text-secondary);
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .06em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.cc-cm-timeline-strip strong {
	color: var(--cc-text);
	display: block;
	font-size: 14px;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

/* MATERIAL PICKER (form) */
.cc-cm-material-picker {
	background: var(--cc-bg);
	border: 1px solid var(--cc-border);
	border-radius: var(--cc-radius-sm);
	padding: 16px;
}

.cc-cm-material-picker > span {
	color: var(--cc-text-secondary);
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.cc-cm-material-row {
	align-items: center;
	background: var(--cc-card-bg);
	border: 1px solid var(--cc-border-light);
	border-radius: var(--cc-radius-sm);
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr) minmax(130px, 200px);
	padding: 14px;
}

.cc-cm-material-row + .cc-cm-material-row {
	margin-top: 10px;
}

.cc-cm-material-row strong {
	display: block;
	font-size: 16px;
	margin-bottom: 4px;
	overflow-wrap: anywhere;
}

.cc-cm-material-row small {
	color: var(--cc-text-secondary);
	display: block;
	font-weight: 600;
	line-height: 1.5;
}

.cc-cm-material-row label span {
	font-size: 11px;
}

/* RESPONSIVE OVERRIDES */
@media (max-width: 1024px) {
	.cc-cm-grid-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 900px) {
	.cc-cm-detail,
	.cc-cm-about-section,
	.cc-cm-grid,
	.cc-cm-payment-layout {
		grid-template-columns: 1fr;
	}

	.cc-cm-donate-card {
		position: static;
	}

	.cc-cm-material-row {
		grid-template-columns: 1fr;
	}

	.cc-cm-feature-icons {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.cc-campaign-module {
		padding: 14px;
	}

	.cc-cm-grid-list {
		grid-template-columns: 1fr;
	}

	.cc-cm-filter-bar {
		flex-direction: column;
		align-items: stretch;
	}

	.cc-cm-filter-bar select {
		width: 100%;
	}

	.cc-cm-stat-grid {
		grid-template-columns: 1fr 1fr;
	}

	.cc-cm-card-stats {
		grid-template-columns: 1fr 1fr;
	}

	.cc-cm-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.cc-cm-primary,
	.cc-cm-secondary {
		width: 100%;
		justify-content: center;
	}

	.cc-cm-cover {
		min-height: 260px;
	}
}

@media (max-width: 520px) {
	.cc-cm-body,
	.cc-cm-panel,
	.cc-cm-flow,
	.cc-cm-success {
		padding: 16px;
	}

	.cc-cm-material-stats {
		grid-template-columns: 1fr;
	}

	.cc-cm-feature-icons {
		grid-template-columns: 1fr;
	}
}

.cc-campaign-module,
.cc-campaign-module * {
	min-width: 0;
}

.cc-campaign-module img,
.cc-campaign-module video,
.cc-campaign-module iframe {
	max-width: 100%;
}

.cc-campaign-module img,
.cc-campaign-module video {
	height: auto;
}

.cc-campaign-module h2,
.cc-campaign-module h3,
.cc-campaign-module h4,
.cc-campaign-module p,
.cc-campaign-module strong,
.cc-campaign-module small,
.cc-campaign-module span {
	overflow-wrap: anywhere;
}

@media (min-width: 1440px) {
	.cc-campaign-module {
		margin-inline: auto;
		max-width: 1600px;
	}
}

/* Joomla Article Overrides: Hide metadata, title, pager, and comments when module is present */
body:has(.cc-campaign-module) .article-info,
body:has(.cc-campaign-module) .entry-meta,
body:has(.cc-campaign-module) .article-meta,
body:has(.cc-campaign-module) .post-meta,
body:has(.cc-campaign-module) .published,
body:has(.cc-campaign-module) .createdby,
body:has(.cc-campaign-module) .hits,
body:has(.cc-campaign-module) .page-header,
body:has(.cc-campaign-module) .article-title,
body:has(.cc-campaign-module) .entry-title,
body:has(.cc-campaign-module) .category-name,
body:has(.cc-campaign-module) .category,
body:has(.cc-campaign-module) .pager,
body:has(.cc-campaign-module) .pagination,
body:has(.cc-campaign-module) .pagenav,
body:has(.cc-campaign-module) .pager-links,
body:has(.cc-campaign-module) ul.pager,
body:has(.cc-campaign-module) #comments,
body:has(.cc-campaign-module) .comments,
body:has(.cc-campaign-module) .comment-wrapper,
body:has(.cc-campaign-module) .comments-area,
body:has(.cc-campaign-module) #respond,
body:has(.cc-campaign-module) .comment-respond,
body:has(.cc-campaign-module) .jacomment,
body:has(.cc-campaign-module) .comments-list,
body:has(.cc-campaign-module) .tags,
body:has(.cc-campaign-module) .article-tags,
body:has(.cc-campaign-module) .item-page > h1,
body:has(.cc-campaign-module) .item-page > h2,
body:has(.cc-campaign-module) article > h1,
body:has(.cc-campaign-module) article > h2 {
	display: none !important;
}

/* Reset Joomla article card wrapper styles when campaign module is present to match reference full-width look */
body:has(.cc-campaign-module) .t3-content,
body:has(.cc-campaign-module) .item-page,
body:has(.cc-campaign-module) article.article,
body:has(.cc-campaign-module) .article-main,
body:has(.cc-campaign-module) .article-content-main,
body:has(.cc-campaign-module) .article-full {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
}

body:has(.cc-campaign-module) .article-content {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

@media (min-width: 1200px) {
	/* If screen is very wide, let's keep the content wrapper centered at 80% screen width as requested */
	body:has(.cc-campaign-module) .t3-mainbody.container {
		width: 80vw !important;
		max-width: 80vw !important;
	}
}




