﻿/* CodeFixr Events â€” pro front UI (inherits theme fonts) */

.cfx-ev-app {
	--cfx-ink: #111827;
	--cfx-ink-soft: #1f2937;
	--cfx-muted: #6b7280;
	--cfx-line: #e5e7eb;
	--cfx-line-soft: #f3f4f6;
	--cfx-surface: #ffffff;
	--cfx-canvas: #f3f5f9;
	--cfx-cell: #ffffff;
	--cfx-cell-muted: #f9fafb;
	--cfx-cell-hover: #fafafa;
	--cfx-mix-base: #ffffff;
	--cfx-accent: #6c5dd3;
	--cfx-accent-deep: #5b4fc7;
	--cfx-accent-soft: rgba(108, 93, 211, 0.14);
	--cfx-warn: #b45309;
	--cfx-danger: #b91c1c;
	--cfx-radius: 16px;
	--cfx-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 8px 24px rgba(15, 23, 42, 0.06);
	--cfx-shadow-lg: 0 12px 40px rgba(15, 23, 42, 0.12);
	color: var(--cfx-ink);
	background: transparent;
	font-family: inherit;
	font-size: inherit;
	line-height: 1.5;
}

.cfx-ev-app a { transition: color 0.15s ease, background 0.15s ease, box-shadow 0.2s ease, transform 0.2s ease; }

/* Header */
.cfx-ev-app__header {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.15rem;
}

.cfx-ev-app__heading {
	margin: 0;
	font-size: 1.85em;
	font-weight: 750;
	letter-spacing: -0.03em;
	line-height: 1.15;
	color: var(--cfx-ink);
}

.cfx-ev-app__lede {
	margin: 0.35rem 0 0;
	color: var(--cfx-muted);
	font-size: 0.98em;
}

.cfx-ev-app__header .cfx-ev-app__views {
	margin: 0;
}

/* App shell + sidebar */
.cfx-ev-app__shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 19rem;
	gap: 1.5rem;
	align-items: start;
}

.cfx-ev-app--sidebar-left .cfx-ev-app__shell {
	grid-template-columns: 19rem minmax(0, 1fr);
}

.cfx-ev-app--sidebar-none .cfx-ev-app__shell {
	grid-template-columns: minmax(0, 1fr);
}

.cfx-ev-app--sidebar-top .cfx-ev-app__shell,
.cfx-ev-app--sidebar-bottom .cfx-ev-app__shell {
	grid-template-columns: minmax(0, 1fr);
}

.cfx-ev-app--sidebar-top .cfx-ev-aside,
.cfx-ev-app--sidebar-bottom .cfx-ev-aside {
	position: static;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.cfx-ev-app__main { min-width: 0; }

.cfx-ev-aside {
	display: grid;
	gap: 1rem;
	position: sticky;
	top: 1rem;
}

.cfx-ev-aside__card {
	padding: 1.25rem 1.2rem;
	border: 1px solid var(--cfx-line);
	border-radius: 20px;
	background: var(--cfx-surface);
	box-shadow: var(--cfx-shadow);
}

.cfx-ev-aside__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.cfx-ev-aside__title {
	margin: 0 0 1rem;
	font-size: 1em;
	font-weight: 750;
	letter-spacing: -0.02em;
}

.cfx-ev-aside__head .cfx-ev-aside__title { margin: 0; }

.cfx-ev-aside__date {
	font-size: 0.85em;
	font-weight: 700;
	color: var(--cfx-muted);
}

.cfx-ev-aside__empty {
	margin: 0;
	color: var(--cfx-muted);
	font-size: 0.95em;
}

.cfx-ev-aside__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.65rem;
}

.cfx-ev-aside__item {
	display: grid;
	grid-template-columns: 3.4rem 1fr;
	gap: 0.75rem;
	align-items: start;
	padding: 0.65rem;
	border-radius: 14px;
	text-decoration: none;
	color: inherit;
	background: var(--cfx-canvas);
	border: 1px solid transparent;
	transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.cfx-ev-aside__item:hover {
	transform: translateY(-2px);
	border-color: var(--cfx-line);
	box-shadow: var(--cfx-shadow);
	background: var(--cfx-surface);
}

.cfx-ev-aside__hour {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.4rem;
	min-height: 3.4rem;
	padding: 0.35rem;
	border-radius: 999px;
	background: color-mix(in srgb, var(--cfx-event-color, var(--cfx-accent)) 18%, var(--cfx-mix-base));
	color: var(--cfx-event-color, var(--cfx-accent));
	font-size: 0.72em;
	font-weight: 750;
	text-align: center;
	line-height: 1.15;
	box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--cfx-event-color, var(--cfx-accent)) 35%, transparent);
}

.cfx-ev-aside__item-body { display: grid; gap: 0.2rem; min-width: 0; }
.cfx-ev-aside__item-title { font-weight: 700; font-size: 0.98em; line-height: 1.3; }
.cfx-ev-aside__item-meta { font-size: 0.84em; color: var(--cfx-muted); }

.cfx-ev-aside__legend {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.35rem;
}

.cfx-ev-aside__legend li {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 0.65rem;
	align-items: center;
	font-size: 0.95em;
	padding: 0.55rem 0.5rem;
	border-radius: 12px;
	transition: background 0.15s ease;
}

.cfx-ev-aside__legend li:hover {
	background: var(--cfx-canvas);
}

.cfx-ev-aside__dot {
	width: 0.7rem;
	height: 0.7rem;
	border-radius: 999px;
}

.cfx-ev-aside__legend-count {
	color: var(--cfx-muted);
	font-weight: 700;
	font-size: 0.85em;
}

/* Event detail drawer */
.cfx-ev-drawer {
	display: grid;
	gap: 1rem;
}

.cfx-ev-drawer__detail {
	position: relative;
	border: 1px solid var(--cfx-line);
	border-radius: 20px;
	background: var(--cfx-surface);
	box-shadow: var(--cfx-shadow-lg);
	overflow: hidden;
}

.cfx-ev-drawer__detail[hidden],
.cfx-ev-drawer__idle[hidden] {
	display: none !important;
}

.cfx-ev-drawer__close {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	z-index: 2;
	width: 2.25rem;
	height: 2.25rem;
	border: 0;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.55);
	color: #fff;
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
}

.cfx-ev-drawer__media {
	min-height: 10.5rem;
	background:
		linear-gradient(135deg, color-mix(in srgb, var(--cfx-event-color, var(--cfx-accent)) 55%, #111827), color-mix(in srgb, var(--cfx-accent) 70%, #312e81));
	background-size: cover;
	background-position: center;
}

.cfx-ev-drawer__media.has-image {
	background-color: #1f2937;
}

.cfx-ev-drawer__body {
	display: grid;
	gap: 0.85rem;
	padding: 1.2rem 1.25rem 1.35rem;
}

.cfx-ev-drawer__cat {
	display: inline-flex;
	align-self: start;
	padding: 0.28rem 0.7rem;
	border-radius: 999px;
	background: color-mix(in srgb, var(--cfx-accent) 16%, var(--cfx-mix-base));
	color: var(--cfx-accent-deep);
	font-size: 0.72em;
	font-weight: 750;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.cfx-ev-drawer__title {
	margin: 0;
	font-size: 1.35em;
	font-weight: 750;
	letter-spacing: -0.02em;
	line-height: 1.25;
}

.cfx-ev-drawer__meta {
	display: grid;
	gap: 0.45rem;
}

.cfx-ev-drawer__row {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	font-size: 0.95em;
	color: var(--cfx-muted);
	line-height: 1.4;
}

.cfx-ev-drawer__icon {
	flex: 0 0 1.35rem;
	width: 1.35rem;
	height: 1.35rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: var(--cfx-canvas);
	color: var(--cfx-accent);
	font-size: 0.75em;
	font-weight: 700;
}

.cfx-ev-drawer__excerpt {
	margin: 0;
	color: var(--cfx-ink-soft);
	font-size: 0.95em;
	line-height: 1.55;
}

.cfx-ev-drawer__actions {
	display: grid;
	gap: 0.55rem;
	margin-top: 0.25rem;
}

.cfx-ev-drawer__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.8rem 1rem;
	border-radius: 12px;
	font-weight: 700;
	text-decoration: none !important;
}

.cfx-ev-drawer__cta--primary {
	background: var(--cfx-accent);
	color: #fff !important;
	box-shadow: 0 8px 20px color-mix(in srgb, var(--cfx-accent) 35%, transparent);
}

.cfx-ev-drawer__cta--primary:hover {
	background: var(--cfx-accent-deep);
	transform: translateY(-1px);
}

@media (max-width: 980px) {
	.cfx-ev-app__shell,
	.cfx-ev-app--sidebar-left .cfx-ev-app__shell {
		grid-template-columns: 1fr;
	}
	.cfx-ev-aside,
	.cfx-ev-app--sidebar-top .cfx-ev-aside,
	.cfx-ev-app--sidebar-bottom .cfx-ev-aside {
		position: static;
		grid-template-columns: 1fr;
	}
}

/* Filters */
.cfx-ev-app__facets {
	display: grid;
	gap: 1rem;
	margin-bottom: 1.15rem;
	padding: 1.15rem 1.25rem 1.25rem;
	border: 1px solid var(--cfx-line);
	border-radius: 20px;
	background: var(--cfx-surface);
	box-shadow: var(--cfx-shadow);
}

.cfx-ev-app__facets .facetwp-selections {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-top: 0.15rem;
}

.cfx-ev-app__facets .facetwp-selection-value {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
	background: color-mix(in srgb, var(--cfx-accent) 12%, var(--cfx-canvas));
	color: var(--cfx-ink);
	font-size: 0.85em;
	font-weight: 650;
}

/* Category filters as checkbox buttons */
.cfx-ev-app__facets .facetwp-facet[data-name="cfx_event_categories"],
.cfx-ev-app__facets .facetwp-type-checkboxes {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
}

.cfx-ev-app__facets .facetwp-facet[data-name="cfx_event_categories"] .facetwp-checkbox,
.cfx-ev-app__facets .facetwp-type-checkboxes .facetwp-checkbox {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin: 0;
	padding: 0.55rem 0.95rem;
	border: 1px solid var(--cfx-line);
	border-radius: 999px;
	background: var(--cfx-canvas) !important;
	background-image: none !important;
	color: var(--cfx-ink);
	font-size: 0.95em;
	font-weight: 650;
	line-height: 1.2;
	box-shadow: none;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.cfx-ev-app__facets .facetwp-checkbox:hover {
	border-color: color-mix(in srgb, var(--cfx-accent) 45%, var(--cfx-line));
	transform: translateY(-1px);
}

.cfx-ev-app__facets .facetwp-checkbox.checked {
	background: var(--cfx-accent) !important;
	background-image: none !important;
	border-color: var(--cfx-accent);
	color: #fff;
	box-shadow: 0 6px 16px color-mix(in srgb, var(--cfx-accent) 35%, transparent);
}

.cfx-ev-app__facets .facetwp-checkbox.checked .facetwp-counter {
	opacity: 0.85;
	color: inherit;
}

.cfx-ev-app__facets .facetwp-checkbox.disabled {
	opacity: 0.45;
}

.cfx-ev-app__facets .facetwp-counter {
	display: none !important;
}

.cfx-ev-app__facets .facetwp-search-wrap,
.cfx-ev-app__facets .facetwp-search {
	width: 100%;
}

.cfx-ev-app__facets .facetwp-search {
	padding: 0.8rem 1.1rem;
	border: 1px solid var(--cfx-line);
	border-radius: 999px;
	background: var(--cfx-canvas);
	color: var(--cfx-ink);
	font: inherit;
	box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

.cfx-ev-app__facets .facetwp-search:focus {
	outline: none;
	border-color: color-mix(in srgb, var(--cfx-accent) 55%, var(--cfx-line));
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--cfx-accent) 22%, transparent);
}

.cfx-ev-app__facets-label {
	display: block;
	margin-bottom: 0.55rem;
	font-size: 0.78em;
	font-weight: 750;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--cfx-muted);
}

.cfx-ev-app__facets-search { margin-bottom: 0.35rem; }

.cfx-ev-app__facets-reset {
	display: flex;
	align-items: center;
	min-height: 0;
}

.cfx-ev-app__facets-reset .facetwp-facet {
	margin: 0;
}

.cfx-ev-app__facets-reset .facetwp-reset,
.cfx-ev-app__facets .facetwp-reset {
	appearance: none;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0.5rem 0.95rem;
	border: 1px solid var(--cfx-line);
	border-radius: 999px;
	background: transparent;
	color: var(--cfx-muted);
	font: inherit;
	font-size: 0.85em;
	font-weight: 650;
	text-decoration: none !important;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.cfx-ev-app__facets-reset .facetwp-reset:hover,
.cfx-ev-app__facets .facetwp-reset:hover {
	border-color: var(--cfx-accent);
	color: var(--cfx-accent-deep);
	background: color-mix(in srgb, var(--cfx-accent) 10%, transparent);
}

.cfx-ev-app__facets-reset .facetwp-hidden,
.cfx-ev-app__facets .facetwp-facet[data-name="cfx_event_reset"].facetwp-hidden {
	display: none !important;
}

.cfx-ev-notice {
	padding: 1rem 1.15rem;
	border-radius: var(--cfx-radius);
	border: 1px solid #fde68a;
	background: #fffbeb;
	color: #92400e;
	font-size: 1em;
}

/* View switcher */
.cfx-ev-app__views {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin: 0 0 1.75rem;
	padding: 0.35rem;
	border: 1px solid var(--cfx-line);
	border-radius: 999px;
	background: var(--cfx-surface);
	box-shadow: 0 2px 8px rgba(12, 22, 40, 0.04);
}

.cfx-ev-app__view-btn {
	cursor: pointer;
	padding: 0.7rem 1.35rem;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--cfx-muted);
	font: inherit;
	font-size: 1em;
	font-weight: 650;
	letter-spacing: 0.01em;
}

.cfx-ev-app__view-btn:hover { color: var(--cfx-ink); background: var(--cfx-line-soft); }
.cfx-ev-app__view-btn.is-active {
	background: var(--cfx-accent);
	color: #fff;
	box-shadow: 0 6px 16px color-mix(in srgb, var(--cfx-accent) 35%, transparent);
}

.cfx-ev-app__panel[hidden] { display: none !important; }
.cfx-ev-calendar.is-loading { opacity: 0.5; pointer-events: none; transition: opacity 0.2s ease; }

.cfx-ev-empty-until-filter,
.cfx-ev-empty {
	margin: 0;
	padding: 2.75rem 1.5rem;
	text-align: center;
	font-size: 1.05em;
	font-weight: 600;
	color: var(--cfx-muted);
	border: 1px dashed var(--cfx-line);
	border-radius: var(--cfx-radius);
	background: var(--cfx-canvas);
}

/* ========== LIST ========== */
.cfx-ev-list {
	display: grid;
	gap: 1.15rem;
}

.cfx-ev-card {
	display: grid;
	grid-template-columns: 6.5rem 1fr auto;
	gap: 1.35rem;
	align-items: stretch;
	padding: 1.25rem 1.35rem 1.25rem 1.2rem;
	border: 1px solid var(--cfx-line);
	border-radius: var(--cfx-radius);
	background: var(--cfx-surface);
	box-shadow: var(--cfx-shadow);
	overflow: hidden;
	position: relative;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.cfx-ev-card.has-image {
	grid-template-columns: 9.5rem 6.5rem 1fr auto;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.cfx-ev-card__media {
	display: block;
	min-height: 100%;
	overflow: hidden;
	background: var(--cfx-canvas);
}

.cfx-ev-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	min-height: 9rem;
	transition: transform 0.35s ease;
}

.cfx-ev-card:hover .cfx-ev-card__media img { transform: scale(1.04); }

.cfx-ev-card.has-image .cfx-ev-card__date,
.cfx-ev-card.has-image .cfx-ev-card__body,
.cfx-ev-card.has-image .cfx-ev-card__cta {
	margin-top: 1.15rem;
	margin-bottom: 1.15rem;
}
.cfx-ev-card.has-image .cfx-ev-card__cta { margin-right: 1.15rem; }
.cfx-ev-card.has-image .cfx-ev-card__body { padding-right: 0.25rem; }

.cfx-ev-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: transparent;
	transition: background 0.2s ease;
}

.cfx-ev-card:hover {
	transform: translateY(-2px);
	border-color: #cbd5e1;
	box-shadow: var(--cfx-shadow-lg);
}

.cfx-ev-card:hover::before { background: var(--cfx-accent); }
.cfx-ev-card.is-featured { border-color: rgba(15, 118, 110, 0.35); }
.cfx-ev-card.is-featured::before { background: var(--cfx-accent); }
.cfx-ev-card.is-canceled { opacity: 0.62; }
.cfx-ev-card.is-canceled .cfx-ev-card__title { text-decoration: line-through; }

.cfx-ev-card__date {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 6.5rem;
	border-radius: 10px;
	background: linear-gradient(160deg, #0c1628 0%, #1e3a5f 100%);
	color: #fff;
	text-align: center;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.cfx-ev-card__weekday {
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	opacity: 0.75;
	margin-bottom: 0.2rem;
}

.cfx-ev-card__month {
	font-size: 0.85em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #5eead4;
}

.cfx-ev-card__day {
	font-size: 2.15em;
	font-weight: 750;
	line-height: 1;
	margin-top: 0.15rem;
}

.cfx-ev-card__body { min-width: 0; display: grid; align-content: center; gap: 0.45rem; }

.cfx-ev-card__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-bottom: 0.1rem;
}

.cfx-ev-badge {
	display: inline-flex;
	align-items: center;
	padding: 0.25rem 0.6rem;
	border-radius: 5px;
	font-size: 0.78em;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	background: var(--cfx-line-soft);
	color: var(--cfx-muted);
}

.cfx-ev-badge--featured { background: var(--cfx-accent-soft); color: var(--cfx-accent-deep); }
.cfx-ev-badge--canceled { background: #fee2e2; color: var(--cfx-danger); }
.cfx-ev-badge--postponed { background: #ffedd5; color: var(--cfx-warn); }

.cfx-ev-card__title {
	margin: 0;
	font-size: 1.35em;
	font-weight: 700;
	letter-spacing: -0.015em;
	line-height: 1.3;
}

.cfx-ev-card__title a {
	color: inherit;
	text-decoration: none;
}

.cfx-ev-card__title a:hover { color: var(--cfx-accent); }

.cfx-ev-card__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 1.15rem;
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--cfx-muted);
	font-size: 1em;
}

.cfx-ev-card__facts li {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

.cfx-ev-card__facts svg {
	width: 1.05em;
	height: 1.05em;
	flex: 0 0 auto;
	opacity: 0.7;
}

.cfx-ev-card__cost { color: var(--cfx-ink-soft); font-weight: 700; }
.cfx-ev-card__excerpt {
	margin: 0.2rem 0 0;
	color: #475569;
	font-size: 1em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.cfx-ev-card__cta {
	display: inline-flex;
	align-items: center;
	align-self: center;
	gap: 0.4rem;
	padding: 0.7rem 1.1rem;
	border-radius: 10px;
	background: var(--cfx-ink);
	color: #fff !important;
	text-decoration: none;
	font-size: 0.95em;
	font-weight: 700;
	white-space: nowrap;
}

.cfx-ev-card__cta:hover {
	background: var(--cfx-accent);
	transform: translateY(-1px);
}

/* ========== CALENDAR SHELL ========== */
.cfx-ev-cal--pro {
	border: 1px solid var(--cfx-line);
	border-radius: 22px;
	background: var(--cfx-surface);
	box-shadow: var(--cfx-shadow);
	overflow: hidden;
}

.cfx-ev-cal__toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	align-items: center;
	justify-content: space-between;
	padding: 1.15rem 1.35rem;
	background: var(--cfx-surface);
	color: var(--cfx-ink);
	border-bottom: 1px solid var(--cfx-line);
}

.cfx-ev-cal__toolbar-left {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	min-width: 0;
}

.cfx-ev-cal__toolbar-nav { display: inline-flex; gap: 0.4rem; }

.cfx-ev-cal__badge {
	display: grid;
	place-items: center;
	width: 3.55rem;
	height: 3.55rem;
	border-radius: 14px;
	background: color-mix(in srgb, var(--cfx-accent) 12%, var(--cfx-canvas));
	border: 1px solid color-mix(in srgb, var(--cfx-accent) 22%, var(--cfx-line));
	color: var(--cfx-accent-deep);
	line-height: 1;
}

.cfx-ev-cal__badge-mon {
	font-size: 0.65rem;
	font-weight: 750;
	letter-spacing: 0.06em;
	opacity: 0.85;
}

.cfx-ev-cal__badge-day {
	font-size: 1.3rem;
	font-weight: 750;
}

.cfx-ev-cal__title {
	margin: 0;
	font-size: 1.45em;
	font-weight: 750;
	letter-spacing: -0.03em;
	text-align: left;
	color: var(--cfx-ink);
}

.cfx-ev-cal__sub {
	margin: 0.2rem 0 0;
	font-size: 0.9em;
	color: var(--cfx-muted);
	opacity: 1;
}

.cfx-ev-cal__eyebrow {
	margin: 0 0 0.35rem;
	font-size: 0.72em;
	font-weight: 650;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #c4a35a;
}

.cfx-ev-cal__nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.65rem;
	height: 2.65rem;
	border: 1px solid var(--cfx-line);
	border-radius: 12px;
	text-decoration: none;
	color: var(--cfx-ink);
	background: var(--cfx-canvas);
	font-size: 1.15em;
	line-height: 1;
}

.cfx-ev-cal__nav:hover {
	background: color-mix(in srgb, var(--cfx-accent) 12%, var(--cfx-canvas));
	border-color: color-mix(in srgb, var(--cfx-accent) 35%, var(--cfx-line));
	color: var(--cfx-accent-deep);
}

.cfx-ev-cal__switch { display: none; }

/* Month grid â€” airy SaaS cells */
.cfx-ev-cal__grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 0.45rem;
	padding: 0.85rem;
	background: var(--cfx-canvas);
}

.cfx-ev-cal__dow {
	background: transparent;
	color: var(--cfx-muted);
	padding: 0.45rem 0.35rem 0.15rem;
	text-align: center;
	font-size: 0.78em;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.cfx-ev-cal__cell {
	background: var(--cfx-cell);
	min-height: 9.75rem;
	padding: 0.65rem;
	position: relative;
	border: 1px solid var(--cfx-line);
	border-radius: 14px;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
	transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.cfx-ev-cal__cell:hover {
	background: var(--cfx-cell-hover);
	border-color: color-mix(in srgb, var(--cfx-accent) 25%, var(--cfx-line));
	box-shadow: var(--cfx-shadow);
}

.cfx-ev-cal__cell--empty {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
}

.cfx-ev-cal__cell.is-today {
	background: var(--cfx-cell);
	border-color: color-mix(in srgb, var(--cfx-accent) 45%, var(--cfx-line));
	box-shadow: 0 0 0 1px color-mix(in srgb, var(--cfx-accent) 30%, transparent), var(--cfx-shadow);
}

.cfx-ev-cal__daynum {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.9rem;
	height: 1.9rem;
	margin-bottom: 0.5rem;
	padding: 0 0.35rem;
	border-radius: 999px;
	font-size: 0.95em;
	font-weight: 700;
	color: var(--cfx-muted);
}

.cfx-ev-cal__cell.is-today .cfx-ev-cal__daynum {
	background: var(--cfx-ink);
	color: #fff;
}

.cfx-ev-cal__cell.has-events .cfx-ev-cal__daynum { color: var(--cfx-ink); }
.cfx-ev-cal__cell.is-today.has-events .cfx-ev-cal__daynum { color: #fff; }

.cfx-ev-cal__events { display: grid; gap: 0.28rem; }

.cfx-ev-cal__event {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.35rem;
	padding: 0.4rem 0.55rem;
	border-radius: 10px;
	border: 0;
	border-left: 3px solid var(--cfx-event-color, var(--cfx-accent));
	background: color-mix(in srgb, var(--cfx-event-color, var(--cfx-accent)) 16%, var(--cfx-mix-base));
	color: var(--cfx-ink);
	font-size: 0.8em;
	line-height: 1.25;
	text-decoration: none;
	overflow: hidden;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.cfx-ev-cal__event-title {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 650;
}

.cfx-ev-cal__event-dot {
	flex: 0 0 0.45rem;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 999px;
	background: var(--cfx-event-color, var(--cfx-accent));
}

.cfx-ev-cal__event-time {
	flex: 0 0 auto;
	opacity: 0.75;
	font-variant-numeric: tabular-nums;
	font-size: 0.92em;
	margin: 0;
	white-space: nowrap;
}

.cfx-ev-cal__more {
	display: inline-flex;
	align-items: center;
	margin-top: 0.15rem;
	padding: 0.2rem 0.45rem;
	border: 0;
	border-radius: 999px;
	background: color-mix(in srgb, var(--cfx-accent) 14%, var(--cfx-mix-base));
	color: var(--cfx-accent-deep);
	font: inherit;
	font-size: 0.72em;
	font-weight: 750;
	cursor: pointer;
}

.cfx-ev-cal__more-panel {
	display: grid;
	gap: 0.25rem;
	margin-top: 0.35rem;
	padding: 0.4rem;
	border-radius: 10px;
	border: 1px solid var(--cfx-line);
	background: var(--cfx-surface);
	box-shadow: var(--cfx-shadow);
}

.cfx-ev-cal__more:hover {
	background: color-mix(in srgb, var(--cfx-accent) 22%, var(--cfx-mix-base));
}

.cfx-ev-cal__event:hover,
.cfx-ev-cal__event:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(15, 118, 110, 0.2);
	outline: none;
	z-index: 2;
	position: relative;
}

.cfx-ev-cal__event.is-featured {
	background: color-mix(in srgb, var(--cfx-event-color, var(--cfx-accent)) 28%, var(--cfx-mix-base));
	color: var(--cfx-ink);
	font-weight: 750;
	box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--cfx-event-color, var(--cfx-accent)) 35%, transparent);
}

.cfx-ev-cal__event.is-sticky { font-weight: 750; }
.cfx-ev-cal__event.is-canceled { opacity: 0.55; text-decoration: line-through; }
.cfx-ev-cal__event.is-featured .cfx-ev-cal__event-time { opacity: 0.9; }

/* Week */
.cfx-ev-cal__week {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 0.45rem;
	padding: 0.85rem;
	background: var(--cfx-canvas);
}

.cfx-ev-cal__week-day {
	background: var(--cfx-cell);
	min-height: 18rem;
	padding: 0.9rem 0.75rem;
	border: 1px solid var(--cfx-line);
	border-radius: 14px;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
	transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.cfx-ev-cal__week-day:hover {
	background: var(--cfx-cell-hover);
	border-color: color-mix(in srgb, var(--cfx-accent) 25%, var(--cfx-line));
	box-shadow: var(--cfx-shadow);
}

.cfx-ev-cal__week-day.is-today {
	background: var(--cfx-cell);
	border-color: color-mix(in srgb, var(--cfx-accent) 45%, var(--cfx-line));
	box-shadow: 0 0 0 1px color-mix(in srgb, var(--cfx-accent) 30%, transparent), var(--cfx-shadow);
}

.cfx-ev-cal__week-label {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 0.4rem;
	margin-bottom: 1rem;
	padding-bottom: 0.65rem;
	border-bottom: 1px solid var(--cfx-line);
}

.cfx-ev-cal__week-dow {
	font-weight: 750;
	text-transform: uppercase;
	font-size: 0.88em;
	letter-spacing: 0.06em;
	color: var(--cfx-ink);
}

.cfx-ev-cal__week-date {
	color: var(--cfx-muted);
	font-size: 0.95em;
	font-variant-numeric: tabular-nums;
}

.cfx-ev-cal__week-day.is-today .cfx-ev-cal__week-dow { color: var(--cfx-accent-deep); }

.cfx-ev-cal__week-event {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.55rem;
	margin-bottom: 0.65rem;
	padding: 0.65rem;
	border: 1px solid var(--cfx-line);
	border-left: 4px solid var(--cfx-event-color, var(--cfx-accent));
	border-radius: 14px;
	text-decoration: none;
	color: inherit;
	background: color-mix(in srgb, var(--cfx-event-color, var(--cfx-accent)) 10%, var(--cfx-mix-base));
	transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
	align-items: start;
}

.cfx-ev-cal__week-thumb {
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 8px;
	background-size: cover;
	background-position: center;
	flex: 0 0 auto;
}

.cfx-ev-cal__week-copy { display: grid; gap: 0.2rem; min-width: 0; }

.cfx-ev-cal__week-event:hover,
.cfx-ev-cal__week-event:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(15, 118, 110, 0.35);
	box-shadow: 0 8px 20px rgba(12, 22, 40, 0.1);
	outline: none;
}

.cfx-ev-cal__week-event.is-featured {
	border-left-color: var(--cfx-ink);
	background: color-mix(in srgb, var(--cfx-accent) 16%, var(--cfx-mix-base));
}

.cfx-ev-cal__week-event.is-canceled { opacity: 0.55; }
.cfx-ev-cal__week-time {
	font-size: 0.88em;
	color: var(--cfx-accent);
	font-weight: 750;
	font-variant-numeric: tabular-nums;
}

.cfx-ev-cal__week-title { font-size: 1.05em; font-weight: 700; line-height: 1.3; }
.cfx-ev-cal__week-venue,
.cfx-ev-cal__week-cost { font-size: 0.92em; color: var(--cfx-muted); }

/* Hover popover (Eventime-style card) */
.cfx-ev-tip {
	position: fixed;
	z-index: 100000;
	width: min(24rem, calc(100vw - 1.25rem));
	padding: 0;
	border-radius: 18px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	background: #fff;
	color: #0f172a;
	font-family: inherit;
	font-size: 1.125rem;
	box-shadow:
		0 4px 6px rgba(15, 23, 42, 0.04),
		0 22px 48px rgba(15, 23, 42, 0.16);
	pointer-events: none;
	opacity: 0;
	transform: translateY(8px) scale(0.96);
	transition: opacity 0.18s ease, transform 0.18s ease;
	overflow: hidden;
}

.cfx-ev-tip.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
	pointer-events: auto;
}

/* Invisible bridge so mouse can travel from event â†’ tip without closing */
.cfx-ev-tip::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 18px;
	top: -18px;
}

.cfx-ev-tip[data-placement="below"]::before {
	top: auto;
	bottom: -18px;
}

.cfx-ev-tip__media {
	height: 8.5rem;
	background-size: cover;
	background-position: center;
	background-color: #e2e8f0;
}

.cfx-ev-tip__body {
	display: grid;
	gap: 0.75rem;
	padding: 1.15rem 1.25rem 1.25rem;
}

.cfx-ev-tip__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	min-height: 0;
}

.cfx-ev-tip__badges:empty { display: none; }

.cfx-ev-tip__title {
	margin: 0;
	font-size: 1.35em;
	font-weight: 750;
	letter-spacing: -0.02em;
	line-height: 1.3;
	color: #0f172a;
}

.cfx-ev-tip__meta {
	display: grid;
	gap: 0.5rem;
}

.cfx-ev-tip__row {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	margin: 0;
	font-size: 1em;
	color: #475569;
	line-height: 1.45;
}

.cfx-ev-tip__icon {
	flex: 0 0 1.35rem;
	width: 1.35rem;
	height: 1.35rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: color-mix(in srgb, var(--cfx-accent, #2563eb) 12%, #f1f5f9);
	color: var(--cfx-accent, #2563eb);
	font-size: 0.75em;
	font-weight: 700;
}

.cfx-ev-tip__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.25rem;
	padding: 0.8rem 1.1rem;
	border-radius: 12px;
	background: var(--cfx-accent, #2563eb);
	color: #fff !important;
	font-size: 1em;
	font-weight: 700;
	text-decoration: none !important;
	transition: background 0.15s ease, transform 0.15s ease;
}

.cfx-ev-tip__cta:hover {
	background: var(--cfx-accent-deep, #1d4ed8);
	transform: translateY(-1px);
	color: #fff !important;
}

.cfx-ev-tip__status {
	display: inline-block;
	padding: 0.28rem 0.65rem;
	border-radius: 999px;
	font-size: 0.78em;
	font-weight: 750;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.cfx-ev-tip__status--canceled { background: #fee2e2; color: #991b1b; }
.cfx-ev-tip__status--postponed { background: #ffedd5; color: #9a3412; }
.cfx-ev-tip__status--featured { background: #ccfbf1; color: #115e59; }

.cfx-ev-tip__cat {
	display: inline-block;
	padding: 0.28rem 0.7rem;
	border-radius: 999px;
	background: color-mix(in srgb, var(--cfx-accent, #6c5dd3) 16%, #fff);
	color: var(--cfx-accent-deep, #5b4fc7);
	font-size: 0.72em;
	font-weight: 750;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.cfx-ev-tip__excerpt {
	margin: 0;
	color: #475569;
	font-size: 0.92em;
	line-height: 1.5;
}

.cfx-ev-cal__title-block {
	display: flex;
	align-items: baseline;
	gap: 0.75rem;
	flex-wrap: wrap;
}

.cfx-ev-cal__count-pill {
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 0.72em;
	font-weight: 600;
	padding: 0.2rem 0.6rem;
	border-radius: 999px;
	color: var(--cfx-accent);
	background: color-mix(in srgb, var(--cfx-accent) 12%, transparent);
	border: 1px solid color-mix(in srgb, var(--cfx-accent) 30%, transparent);
}

.cfx-ev-cal__legend {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 0.5rem;
}

.cfx-ev-cal__legend-item {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.78em;
	color: var(--cfx-muted);
}

.cfx-ev-cal__legend-item i {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 999px;
	display: inline-block;
}

.cfx-ev-cal__nav--today {
	width: auto;
	padding: 0 0.75rem;
	border-radius: 6px;
	font-size: 0.8em;
	font-weight: 650;
}

/* Gallery tips (Almanac / Deck / Meadow) */
.cfx-ev-tip--almanac,
.cfx-ev-tip--deck,
.cfx-ev-tip--meadow {
	width: 242px;
	padding: 0;
	font-size: 0.95rem;
	border-radius: 12px;
	pointer-events: none;
	transform: translateY(4px) scale(0.98);
}

.cfx-ev-tip--almanac.is-visible,
.cfx-ev-tip--deck.is-visible,
.cfx-ev-tip--meadow.is-visible {
	pointer-events: none;
	transform: translateY(0) scale(1);
}

.cfx-ev-tip--almanac .cfx-ev-tip__media,
.cfx-ev-tip--deck .cfx-ev-tip__media,
.cfx-ev-tip--meadow .cfx-ev-tip__media {
	height: 92px;
}

.cfx-ev-tip--almanac .cfx-ev-tip__body,
.cfx-ev-tip--deck .cfx-ev-tip__body,
.cfx-ev-tip--meadow .cfx-ev-tip__body {
	padding: 14px 16px 16px;
	gap: 0;
}

.cfx-ev-tip--almanac .cfx-ev-tip__cat,
.cfx-ev-tip--deck .cfx-ev-tip__cat,
.cfx-ev-tip--meadow .cfx-ev-tip__cat {
	margin-bottom: 9px;
	padding: 2px 8px;
	font-size: 9.5px;
}

.cfx-ev-tip--almanac .cfx-ev-tip__title,
.cfx-ev-tip--deck .cfx-ev-tip__title,
.cfx-ev-tip--meadow .cfx-ev-tip__title {
	margin: 0 0 8px;
	font-size: 13.5px;
	line-height: 1.3;
}

.cfx-ev-tip--almanac .cfx-ev-tip__row,
.cfx-ev-tip--deck .cfx-ev-tip__row,
.cfx-ev-tip--meadow .cfx-ev-tip__row {
	margin-top: 5px;
	gap: 7px;
	font-size: 11.5px;
	align-items: center;
}

.cfx-ev-tip--almanac .cfx-ev-tip__row svg,
.cfx-ev-tip--deck .cfx-ev-tip__row svg,
.cfx-ev-tip--meadow .cfx-ev-tip__row svg {
	flex-shrink: 0;
	opacity: 0.75;
}

.cfx-ev-tip--almanac {
	background: #F6F1E6;
	border: 1px solid rgba(184, 134, 63, 0.5);
	box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.5);
	color: #1D2A29;
}

.cfx-ev-tip--almanac .cfx-ev-tip__title {
	font-family: Fraunces, Georgia, serif;
	color: #1D2A29;
}

.cfx-ev-tip--almanac .cfx-ev-tip__row { color: #5C5340; }
.cfx-ev-tip--almanac .cfx-ev-tip__cat { background: #0F3B3D; color: #F6F1E6; }

.cfx-ev-tip--deck {
	background: #1E2126;
	border: 1px solid #33383F;
	box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(79, 168, 216, 0.08);
	color: #E7E9EC;
}

.cfx-ev-tip--deck .cfx-ev-tip__title { font-family: Inter, system-ui, sans-serif; color: #E7E9EC; }
.cfx-ev-tip--deck .cfx-ev-tip__row { color: #9CA3AB; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 11px; }
.cfx-ev-tip--deck .cfx-ev-tip__cat { font-family: "JetBrains Mono", ui-monospace, monospace; background: rgba(79, 168, 216, 0.15); color: #8FC4E5; }

.cfx-ev-tip--meadow {
	background: #fff;
	border: 1px solid #E7E1D3;
	box-shadow: 0 20px 45px -14px rgba(60, 50, 30, 0.35);
	color: #2B2A26;
}

.cfx-ev-tip--meadow .cfx-ev-tip__title { font-family: Fraunces, Georgia, serif; color: #2B2A26; }
.cfx-ev-tip--meadow .cfx-ev-tip__row { color: #8C8578; font-family: "Work Sans", system-ui, sans-serif; }
.cfx-ev-tip--meadow .cfx-ev-tip__cat { background: #6E8F6B; color: #fff; }

/* Timed week / day grid (gallery) */
.cfx-ev-app__views--in-cal {
	display: flex;
	gap: 6px;
	margin: 0;
	padding: 14px 40px 22px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.cfx-ev-timed__pad {
	padding: 20px 32px 28px;
}

.cfx-ev-timed__head {
	display: grid;
	grid-template-columns: 56px repeat(7, 1fr);
}

.cfx-ev-timed__gutter-spacer { min-height: 1px; }

.cfx-ev-timed__day-head {
	padding: 10px 4px;
	text-align: center;
}

.cfx-ev-timed__wd {
	display: block;
	font-size: 10px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	opacity: 0.65;
}

.cfx-ev-timed__dn {
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin-top: 2px;
}

.cfx-ev-timed__allday {
	display: grid;
	grid-template-columns: 56px repeat(7, 1fr);
	gap: 4px;
	padding: 6px 0;
	min-height: 34px;
}

.cfx-ev-timed__allday--single {
	grid-template-columns: 56px 1fr;
}

.cfx-ev-timed__allday-label {
	font-size: 9.5px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding-top: 8px;
	text-align: right;
	padding-right: 8px;
	opacity: 0.6;
}

.cfx-ev-timed__allday-col {
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding: 2px 3px;
}

.cfx-ev-timed__chip {
	font-size: 10px;
	font-weight: 600;
	padding: 3px 7px;
	border-radius: 5px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none !important;
	color: #fff;
	background: var(--cfx-event-color, var(--cfx-accent));
}

.cfx-ev-timed__allday-empty {
	font-size: 10.5px;
	opacity: 0.4;
	padding: 6px 0 0 6px;
}

.cfx-ev-timed__body {
	display: flex;
}

.cfx-ev-timed__hours {
	width: 56px;
	flex-shrink: 0;
}

.cfx-ev-timed__hour {
	height: 52px;
	font-size: 10px;
	text-align: right;
	padding-right: 8px;
	opacity: 0.55;
	position: relative;
	top: -6px;
}

.cfx-ev-timed__body--single .cfx-ev-timed__hour {
	height: 64px;
}

.cfx-ev-timed__cols {
	flex: 1;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	position: relative;
	color: rgba(128, 128, 128, 0.2);
	background-image: repeating-linear-gradient(
		to bottom,
		currentColor 0,
		currentColor 1px,
		transparent 1px,
		transparent 52px
	);
}

.cfx-ev-timed__cols--single {
	grid-template-columns: 1fr;
	background-image: repeating-linear-gradient(
		to bottom,
		currentColor 0,
		currentColor 1px,
		transparent 1px,
		transparent 64px
	);
}

.cfx-ev-timed__col {
	position: relative;
	border-left: 1px solid rgba(128, 128, 128, 0.15);
}

.cfx-ev-timed__evt {
	position: absolute;
	left: 3px;
	right: 3px;
	border-radius: 6px;
	padding: 4px 6px;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	background: var(--cfx-event-color, var(--cfx-accent));
	color: #fff;
	text-decoration: none !important;
	z-index: 1;
}

.cfx-ev-timed__evt-title {
	font-size: 10.5px;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.cfx-ev-timed__evt-meta {
	font-size: 9px;
	opacity: 0.85;
	margin-top: 2px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cfx-ev-timed__evt-img {
	width: 34px;
	height: 34px;
	border-radius: 7px;
	object-fit: cover;
	position: absolute;
	top: 6px;
	right: 6px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.cfx-ev-timed__day-title {
	font-size: 21px;
	font-weight: 700;
	padding: 8px 0 12px;
}

/* Gallery list rows */
.cfx-ev-list--gallery {
	max-height: 560px;
	overflow-y: auto;
	display: block;
}

.cfx-ev-list__date {
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 16px 4px 8px;
	opacity: 0.6;
}

.cfx-ev-list__date:first-child { padding-top: 2px; }

.cfx-ev-list__row {
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 10px 6px;
	border-radius: 10px;
	cursor: pointer;
	text-decoration: none !important;
	color: inherit;
	transition: background 0.15s;
}

.cfx-ev-list__thumb {
	width: 52px;
	height: 52px;
	border-radius: 9px;
	object-fit: cover;
	flex-shrink: 0;
	background: var(--cfx-line-soft);
}

.cfx-ev-list__thumb--empty {
	display: block;
	background: color-mix(in srgb, var(--cfx-event-color, var(--cfx-accent)) 25%, #e5e7eb);
}

.cfx-ev-list__body {
	flex: 1;
	min-width: 0;
}

.cfx-ev-list__title {
	display: block;
	font-size: 13.5px;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cfx-ev-list__meta {
	display: block;
	font-size: 11.5px;
	margin-top: 2px;
	opacity: 0.7;
}

.cfx-ev-list__tag {
	font-size: 9.5px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 3px 9px;
	border-radius: 20px;
	flex-shrink: 0;
	background: var(--cfx-event-color, var(--cfx-accent));
	color: #fff;
}

/* ========== GALLERY DESIGNS ========== */

/* #1 Almanac */
.cfx-ev-app--design-almanac .cfx-ev-app__facets {
	display: grid;
	gap: 0.85rem;
	margin-bottom: 1.15rem;
	padding: 1.15rem 1.25rem 1.2rem;
	border: 1px solid rgba(184, 134, 63, 0.35);
	border-radius: 4px;
	background: #F6F1E6;
	box-shadow: 0 8px 24px -12px rgba(10, 43, 45, 0.25);
}

.cfx-ev-app--design-almanac .cfx-ev-app__facets .facetwp-search {
	border: 1px solid rgba(15, 59, 61, 0.18);
	border-radius: 4px;
	background: #fff;
	color: #1D2A29;
	font-family: Inter, system-ui, sans-serif;
	box-shadow: none;
}

.cfx-ev-app--design-almanac .cfx-ev-app__facets .facetwp-search::placeholder {
	color: #8A7F63;
	opacity: 1;
}

.cfx-ev-app--design-almanac .cfx-ev-app__facets .facetwp-search:focus {
	border-color: #B8863F;
	box-shadow: 0 0 0 3px rgba(184, 134, 63, 0.22);
}

.cfx-ev-app--design-almanac .cfx-ev-app__facets .facetwp-checkbox,
.cfx-ev-app--design-almanac .cfx-ev-app__facets .facetwp-type-checkboxes .facetwp-checkbox {
	border: 1px solid rgba(184, 134, 63, 0.4);
	border-radius: 20px;
	background: #fff !important;
	color: #1D2A29;
	font-family: Inter, system-ui, sans-serif;
	font-weight: 600;
	box-shadow: none;
}

.cfx-ev-app--design-almanac .cfx-ev-app__facets .facetwp-checkbox:hover {
	border-color: #B8863F;
	background: #EFE7D4 !important;
	color: #1D2A29;
	transform: none;
}

.cfx-ev-app--design-almanac .cfx-ev-app__facets .facetwp-checkbox.checked {
	background: #0F3B3D !important;
	border-color: #0F3B3D;
	color: #F6F1E6;
	box-shadow: none;
}

.cfx-ev-app--design-almanac .cfx-ev-app__facets .facetwp-checkbox.checked .facetwp-counter {
	color: #D8AE6E;
	opacity: 1;
}

.cfx-ev-app--design-almanac .cfx-ev-app__facets .facetwp-counter {
	color: #8A7F63;
}

.cfx-ev-app--design-almanac .cfx-ev-app__facets-reset .facetwp-reset {
	border: 1px solid rgba(184, 134, 63, 0.45);
	border-radius: 20px;
	background: transparent;
	color: #B8863F;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 10.5px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.cfx-ev-app--design-almanac .cfx-ev-app__facets-reset .facetwp-reset:hover {
	background: rgba(184, 134, 63, 0.12);
	border-color: #B8863F;
	color: #0F3B3D;
}

.cfx-ev-app--design-almanac .cfx-ev-app__views--in-cal {
	padding: 14px 40px 22px;
	background: #0F3B3D;
}

.cfx-ev-app--design-almanac .cfx-ev-app__view-btn {
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 10.5px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 7px 14px;
	border-radius: 20px;
	border: 1px solid rgba(184, 134, 63, 0.4);
	background: transparent;
	color: #D8AE6E;
	box-shadow: none;
}

.cfx-ev-app--design-almanac .cfx-ev-app__view-btn:hover:not(.is-active) {
	background: rgba(216, 174, 110, 0.15);
	color: #D8AE6E;
}

.cfx-ev-app--design-almanac .cfx-ev-app__view-btn.is-active {
	background: #D8AE6E;
	color: #0A2B2D;
	border-color: #D8AE6E;
	box-shadow: none;
}

.cfx-ev-app--design-almanac .cfx-ev-cal--pro {
	background: #0A2B2D;
	border: 0;
	border-radius: 4px;
	box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.6);
	overflow: hidden;
}

.cfx-ev-app--design-almanac .cfx-ev-cal__toolbar {
	background: #0F3B3D;
	border-bottom: 0;
	padding: 32px 40px 20px;
	color: #F6F1E6;
	position: relative;
}

.cfx-ev-app--design-almanac .cfx-ev-cal__badge { display: none; }

.cfx-ev-app--design-almanac .cfx-ev-cal__eyebrow {
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #D8AE6E;
	margin: 0 0 6px;
}

.cfx-ev-app--design-almanac .cfx-ev-cal__title {
	font-family: Fraunces, Georgia, serif;
	font-weight: 600;
	font-size: 38px;
	letter-spacing: -0.01em;
	color: #F6F1E6;
	margin: 0;
}

.cfx-ev-app--design-almanac .cfx-ev-cal__toolbar-nav {
	position: absolute;
	top: 32px;
	right: 40px;
}

.cfx-ev-app--design-almanac .cfx-ev-cal__nav {
	width: 34px;
	height: 34px;
	border-radius: 999px;
	border: 1px solid rgba(216, 174, 110, 0.4);
	background: transparent;
	color: #D8AE6E;
	font-size: 15px;
}

.cfx-ev-app--design-almanac .cfx-ev-cal__nav:hover {
	background: rgba(216, 174, 110, 0.15);
	border-color: #D8AE6E;
	color: #D8AE6E;
}

.cfx-ev-app--design-almanac .cfx-ev-cal__grid {
	gap: 0;
	padding: 0;
	background: #F6F1E6;
}

.cfx-ev-app--design-almanac .cfx-ev-cal__dow {
	padding: 14px 0;
	background: #0F3B3D;
	border-top: 1px solid rgba(184, 134, 63, 0.35);
	border-bottom: 0;
	color: #D8AE6E;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 11px;
	letter-spacing: 0.12em;
	opacity: 0.8;
}

.cfx-ev-app--design-almanac .cfx-ev-cal__cell {
	min-height: 104px;
	padding: 10px;
	border: 0;
	border-right: 1px solid rgba(15, 59, 61, 0.1);
	border-bottom: 1px solid rgba(15, 59, 61, 0.1);
	border-radius: 0;
	box-shadow: none;
	background: #F6F1E6;
}

.cfx-ev-app--design-almanac .cfx-ev-cal__cell:nth-child(7n) { border-right: 0; }
.cfx-ev-app--design-almanac .cfx-ev-cal__cell:hover { background: #EFE7D4; box-shadow: none; }
.cfx-ev-app--design-almanac .cfx-ev-cal__cell--empty { background: #F6F1E6; }
.cfx-ev-app--design-almanac .cfx-ev-cal__cell--empty .cfx-ev-cal__daynum { color: #B7AE9A; }

.cfx-ev-app--design-almanac .cfx-ev-cal__cell.is-today {
	background: #EAE0C6;
	box-shadow: none;
}

.cfx-ev-app--design-almanac .cfx-ev-cal__daynum {
	font-family: Fraunces, Georgia, serif;
	font-size: 16px;
	font-weight: 500;
	color: #1D2A29;
	min-width: auto;
	height: auto;
	background: transparent;
}

.cfx-ev-app--design-almanac .cfx-ev-cal__cell.is-today .cfx-ev-cal__daynum {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #0F3B3D;
	color: #F6F1E6;
}

.cfx-ev-app--design-almanac .cfx-ev-cal__event {
	margin-top: 6px;
	border-radius: 3px;
	border-left: 2px solid #D8AE6E;
	padding: 3px 7px;
	background: var(--cfx-event-color, #0F3B3D);
	color: #F6F1E6;
	font-size: 11px;
	font-weight: 500;
	font-family: Inter, system-ui, sans-serif;
}

.cfx-ev-app--design-almanac .cfx-ev-cal__event-dot,
.cfx-ev-app--design-almanac .cfx-ev-cal__event-time { display: none; }

.cfx-ev-app--design-almanac .cfx-ev-cal__event.is-featured {
	background: var(--cfx-event-color, #0F3B3D);
	color: #F6F1E6;
	box-shadow: none;
}

.cfx-ev-app--design-almanac .cfx-ev-cal__more {
	background: transparent;
	color: #8A7F63;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 10px;
	padding-left: 0;
	margin-top: 4px;
}

.cfx-ev-app--design-almanac .cfx-ev-timed__pad { background: #F6F1E6; padding: 20px 40px 32px; }
.cfx-ev-app--design-almanac .cfx-ev-timed__head,
.cfx-ev-app--design-almanac .cfx-ev-timed__allday { background: #0F3B3D; }
.cfx-ev-app--design-almanac .cfx-ev-timed__day-head { color: #F6F1E6; }
.cfx-ev-app--design-almanac .cfx-ev-timed__day-head.is-today { color: #D8AE6E; }
.cfx-ev-app--design-almanac .cfx-ev-timed__allday-label {
	color: #D8AE6E;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	opacity: 1;
}
.cfx-ev-app--design-almanac .cfx-ev-timed__hour {
	color: #8A7F63;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	opacity: 1;
}
.cfx-ev-app--design-almanac .cfx-ev-timed__cols { color: rgba(15, 59, 61, 0.12); background-color: #F6F1E6; }
.cfx-ev-app--design-almanac .cfx-ev-timed__col.is-today { background: #EFE7D4; }
.cfx-ev-app--design-almanac .cfx-ev-timed__evt,
.cfx-ev-app--design-almanac .cfx-ev-timed__chip {
	color: #F6F1E6;
	font-family: Inter, system-ui, sans-serif;
}
.cfx-ev-app--design-almanac .cfx-ev-timed__day-title {
	font-family: Fraunces, Georgia, serif;
	color: #1D2A29;
}
.cfx-ev-app--design-almanac .cfx-ev-list__date {
	font-family: "JetBrains Mono", ui-monospace, monospace;
	color: #8A7F63;
	border-bottom: 1px solid rgba(15, 59, 61, 0.12);
	opacity: 1;
}
.cfx-ev-app--design-almanac .cfx-ev-list__row:hover { background: #EFE7D4; }
.cfx-ev-app--design-almanac .cfx-ev-list__title { font-family: Fraunces, Georgia, serif; color: #1D2A29; }
.cfx-ev-app--design-almanac .cfx-ev-list__meta { color: #5C5340; opacity: 1; }
.cfx-ev-app--design-almanac .cfx-ev-list__tag { color: #F6F1E6; }

.cfx-ev-app--design-almanac .cfx-ev-aside__card,
.cfx-ev-app--design-almanac .cfx-ev-drawer__detail {
	background: #F6F1E6;
	border-color: rgba(184, 134, 63, 0.35);
	border-radius: 4px;
}

.cfx-ev-app--design-almanac .cfx-ev-drawer__title { font-family: Fraunces, Georgia, serif; }
.cfx-ev-app--design-almanac .cfx-ev-drawer__cta--primary {
	background: #0F3B3D;
	box-shadow: none;
	border-radius: 6px;
}

/* #2 Command Deck */
.cfx-ev-app--design-deck { color: #E7E9EC; }

.cfx-ev-app--design-deck .cfx-ev-app__facets {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-bottom: 1rem;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.cfx-ev-app--design-deck .cfx-ev-app__facets .facetwp-search {
	background: #1E2126;
	border-color: #2B2F36;
	color: #E7E9EC;
}

.cfx-ev-app--design-deck .cfx-ev-app__facets-reset .facetwp-reset {
	border: 1px solid #2B2F36;
	border-radius: 6px;
	background: #22252B;
	color: #7C8288;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 10.5px;
}

.cfx-ev-app--design-deck .cfx-ev-app__facets-reset .facetwp-reset:hover {
	border-color: rgba(79, 168, 216, 0.4);
	color: #4FA8D8;
	background: rgba(79, 168, 216, 0.12);
}

.cfx-ev-app--design-deck .cfx-ev-app__views--in-cal {
	padding: 14px 28px;
	border-bottom: 1px solid #2B2F36;
	background: #1E2126;
}

.cfx-ev-app--design-deck .cfx-ev-app__view-btn {
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 10.5px;
	padding: 6px 13px;
	border-radius: 6px;
	border: 1px solid #2B2F36;
	background: #22252B;
	color: #7C8288;
	box-shadow: none;
}

.cfx-ev-app--design-deck .cfx-ev-app__view-btn:hover:not(.is-active) { color: #E7E9EC; }
.cfx-ev-app--design-deck .cfx-ev-app__view-btn.is-active {
	background: rgba(79, 168, 216, 0.15);
	color: #4FA8D8;
	border-color: rgba(79, 168, 216, 0.4);
	box-shadow: none;
}

.cfx-ev-app--design-deck .cfx-ev-cal--pro {
	background: #17191D;
	border: 1px solid #2B2F36;
	border-radius: 6px;
	box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.7);
	overflow: hidden;
}

.cfx-ev-app--design-deck .cfx-ev-cal__toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #1E2126;
	border-bottom: 1px solid #2B2F36;
	padding: 22px 28px;
	color: #E7E9EC;
}

.cfx-ev-app--design-deck .cfx-ev-cal__badge { display: none; }

.cfx-ev-app--design-deck .cfx-ev-cal__title {
	font-family: Inter, system-ui, sans-serif;
	font-size: 19px;
	font-weight: 700;
	color: #E7E9EC;
	margin: 0;
}

.cfx-ev-app--design-deck .cfx-ev-cal__nav {
	height: 30px;
	width: auto;
	min-width: 30px;
	padding: 0 12px;
	border-radius: 6px;
	border: 1px solid #2B2F36;
	background: #22252B;
	color: #7C8288;
	font-size: 12px;
}

.cfx-ev-app--design-deck .cfx-ev-cal__nav:hover {
	color: #E7E9EC;
	border-color: #3A3F47;
	background: #22252B;
}

.cfx-ev-app--design-deck .cfx-ev-cal__nav--today { min-width: 3.5rem; }

.cfx-ev-app--design-deck .cfx-ev-cal__grid {
	gap: 0;
	padding: 0;
	background: #17191D;
}

.cfx-ev-app--design-deck .cfx-ev-cal__dow {
	padding: 10px 0;
	background: #1E2126;
	border-bottom: 1px solid #2B2F36;
	color: #7C8288;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 10px;
	letter-spacing: 0.1em;
}

.cfx-ev-app--design-deck .cfx-ev-cal__cell {
	min-height: 100px;
	padding: 8px;
	border: 0;
	border-right: 1px solid #2B2F36;
	border-bottom: 1px solid #2B2F36;
	border-radius: 0;
	box-shadow: none;
	background: #17191D;
}

.cfx-ev-app--design-deck .cfx-ev-cal__cell:nth-child(7n) { border-right: 0; }
.cfx-ev-app--design-deck .cfx-ev-cal__cell:hover { background: #1B1E23; box-shadow: none; }
.cfx-ev-app--design-deck .cfx-ev-cal__cell--empty .cfx-ev-cal__daynum { color: #3F444B; }

.cfx-ev-app--design-deck .cfx-ev-cal__cell.is-today {
	background: rgba(79, 168, 216, 0.06);
	box-shadow: inset 0 0 0 1px rgba(79, 168, 216, 0.4);
}

.cfx-ev-app--design-deck .cfx-ev-cal__daynum {
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 13px;
	color: #7C8288;
	background: transparent;
	min-width: auto;
	height: auto;
}

.cfx-ev-app--design-deck .cfx-ev-cal__cell.is-today .cfx-ev-cal__daynum {
	background: transparent;
	color: #4FA8D8;
	font-weight: 700;
}

.cfx-ev-app--design-deck .cfx-ev-cal__event {
	margin-top: 5px;
	border-radius: 4px;
	border-left: 0;
	padding: 3px 6px;
	background: color-mix(in srgb, var(--cfx-event-color, #4FA8D8) 12%, transparent);
	color: color-mix(in srgb, var(--cfx-event-color, #4FA8D8) 55%, #fff);
	font-size: 10.5px;
	font-weight: 500;
	gap: 5px;
}

.cfx-ev-app--design-deck .cfx-ev-cal__event-dot {
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--cfx-event-color, #4FA8D8);
}

.cfx-ev-app--design-deck .cfx-ev-cal__event-time { display: none; }

.cfx-ev-app--design-deck .cfx-ev-cal__event.is-featured {
	background: color-mix(in srgb, var(--cfx-event-color, #4FA8D8) 18%, transparent);
	color: inherit;
	box-shadow: none;
}

.cfx-ev-app--design-deck .cfx-ev-cal__more {
	background: transparent;
	color: #7C8288;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 9.5px;
	padding-left: 0;
	margin-top: 3px;
}

.cfx-ev-app--design-deck .cfx-ev-timed__pad { background: #17191D; padding: 20px 28px 28px; }
.cfx-ev-app--design-deck .cfx-ev-timed__head,
.cfx-ev-app--design-deck .cfx-ev-timed__allday {
	background: #1E2126;
	border-bottom: 1px solid #2B2F36;
}
.cfx-ev-app--design-deck .cfx-ev-timed__day-head {
	color: #7C8288;
	font-family: "JetBrains Mono", ui-monospace, monospace;
}
.cfx-ev-app--design-deck .cfx-ev-timed__day-head.is-today { color: #4FA8D8; }
.cfx-ev-app--design-deck .cfx-ev-timed__allday-label,
.cfx-ev-app--design-deck .cfx-ev-timed__hour {
	color: #7C8288;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	opacity: 1;
}
.cfx-ev-app--design-deck .cfx-ev-timed__cols { color: #2B2F36; }
.cfx-ev-app--design-deck .cfx-ev-timed__col { border-left-color: #2B2F36; }
.cfx-ev-app--design-deck .cfx-ev-timed__col.is-today { background: rgba(79, 168, 216, 0.05); }
.cfx-ev-app--design-deck .cfx-ev-timed__evt {
	font-family: Inter, system-ui, sans-serif;
	background: color-mix(in srgb, var(--cfx-event-color, #4FA8D8) 88%, transparent);
	color: #0d2836;
}
.cfx-ev-app--design-deck .cfx-ev-timed__chip {
	background: color-mix(in srgb, var(--cfx-event-color, #4FA8D8) 18%, transparent);
	color: color-mix(in srgb, var(--cfx-event-color, #4FA8D8) 55%, #fff);
}
.cfx-ev-app--design-deck .cfx-ev-timed__day-title { color: #E7E9EC; font-family: Inter, system-ui, sans-serif; }
.cfx-ev-app--design-deck .cfx-ev-list__date {
	font-family: "JetBrains Mono", ui-monospace, monospace;
	color: #7C8288;
	border-bottom: 1px solid #2B2F36;
	opacity: 1;
}
.cfx-ev-app--design-deck .cfx-ev-list__row:hover { background: #1B1E23; }
.cfx-ev-app--design-deck .cfx-ev-list__title { color: #E7E9EC; font-family: Inter, system-ui, sans-serif; }
.cfx-ev-app--design-deck .cfx-ev-list__meta {
	color: #7C8288;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	opacity: 1;
}
.cfx-ev-app--design-deck .cfx-ev-list__tag {
	background: color-mix(in srgb, var(--cfx-event-color, #4FA8D8) 15%, transparent);
	color: color-mix(in srgb, var(--cfx-event-color, #4FA8D8) 55%, #fff);
}

.cfx-ev-app--design-deck .cfx-ev-aside__card,
.cfx-ev-app--design-deck .cfx-ev-drawer__detail {
	background: #1E2126;
	border-color: #2B2F36;
	border-radius: 8px;
	color: #E7E9EC;
}

.cfx-ev-app--design-deck .cfx-ev-drawer__cta--primary {
	background: #4FA8D8;
	color: #0e1216 !important;
	box-shadow: none;
}

.cfx-ev-app--design-deck .cfx-ev-aside__empty,
.cfx-ev-app--design-deck .cfx-ev-aside__item-meta,
.cfx-ev-app--design-deck .cfx-ev-aside__date { color: #7C8288; }

/* #3 Meadow */
.cfx-ev-app--design-meadow .cfx-ev-app__facets {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-bottom: 1rem;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.cfx-ev-app--design-meadow .cfx-ev-app__facets-reset .facetwp-reset {
	border: 1px solid #E7E1D3;
	border-radius: 20px;
	background: #fff;
	color: #8C8578;
	font-family: "Work Sans", system-ui, sans-serif;
	font-size: 12px;
	font-weight: 600;
}

.cfx-ev-app--design-meadow .cfx-ev-app__facets-reset .facetwp-reset:hover {
	background: #F3EFE4;
	border-color: #6E8F6B;
	color: #6E8F6B;
}

.cfx-ev-app--design-meadow .cfx-ev-app__views--in-cal {
	padding: 0 32px 18px;
	gap: 8px;
	background: transparent;
}

.cfx-ev-app--design-meadow .cfx-ev-app__view-btn {
	font-family: "Work Sans", system-ui, sans-serif;
	font-size: 12px;
	font-weight: 600;
	padding: 7px 15px;
	border-radius: 20px;
	border: 1px solid #E7E1D3;
	background: #fff;
	color: #8C8578;
	box-shadow: none;
}

.cfx-ev-app--design-meadow .cfx-ev-app__view-btn:hover:not(.is-active) { background: #F3EFE4; }
.cfx-ev-app--design-meadow .cfx-ev-app__view-btn.is-active {
	background: #6E8F6B;
	color: #fff;
	border-color: #6E8F6B;
	box-shadow: none;
}

.cfx-ev-app--design-meadow .cfx-ev-cal--pro {
	background: #FCFAF6;
	border: 1px solid #E7E1D3;
	border-radius: 10px;
	box-shadow: 0 30px 80px -20px rgba(60, 50, 30, 0.25);
	overflow: hidden;
}

.cfx-ev-app--design-meadow .cfx-ev-cal__toolbar {
	background: transparent;
	border-bottom: 0;
	padding: 28px 32px 16px;
	color: #2B2A26;
}

.cfx-ev-app--design-meadow .cfx-ev-cal__badge { display: none; }

.cfx-ev-app--design-meadow .cfx-ev-cal__title {
	font-family: Fraunces, Georgia, serif;
	font-weight: 600;
	font-size: 28px;
	color: #2B2A26;
	margin: 0;
}

.cfx-ev-app--design-meadow .cfx-ev-cal__legend-item {
	font-family: "Work Sans", system-ui, sans-serif;
	font-size: 11.5px;
	color: #8C8578;
}

.cfx-ev-app--design-meadow .cfx-ev-cal__nav {
	width: 32px;
	height: 32px;
	border-radius: 999px;
	border: 1px solid #E7E1D3;
	background: #fff;
	color: #2B2A26;
	font-size: 14px;
}

.cfx-ev-app--design-meadow .cfx-ev-cal__nav:hover {
	background: #F3EFE4;
	border-color: #CBC3AC;
	color: #2B2A26;
}

.cfx-ev-app--design-meadow .cfx-ev-cal__grid {
	gap: 6px;
	padding: 0 20px 24px;
	background: transparent;
}

.cfx-ev-app--design-meadow .cfx-ev-cal__dow {
	padding: 8px 0 12px 6px;
	background: transparent;
	text-align: left;
	color: #8C8578;
	font-family: "Work Sans", system-ui, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
}

.cfx-ev-app--design-meadow .cfx-ev-cal__cell {
	min-height: 96px;
	padding: 8px;
	border: 1px solid #E7E1D3;
	border-radius: 8px;
	box-shadow: none;
	background: #fff;
}

.cfx-ev-app--design-meadow .cfx-ev-cal__cell:hover {
	border-color: #CBC3AC;
	transform: translateY(-1px);
	box-shadow: none;
}

.cfx-ev-app--design-meadow .cfx-ev-cal__cell--empty {
	background: #F8F6F0;
	border-color: #E7E1D3;
}

.cfx-ev-app--design-meadow .cfx-ev-cal__cell--empty .cfx-ev-cal__daynum { color: #C6BFAC; }

.cfx-ev-app--design-meadow .cfx-ev-cal__cell.is-today {
	background: #6E8F6B;
	border-color: #6E8F6B;
	box-shadow: none;
}

.cfx-ev-app--design-meadow .cfx-ev-cal__daynum {
	font-family: "Work Sans", system-ui, sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #2B2A26;
	background: transparent;
	min-width: auto;
	height: auto;
}

.cfx-ev-app--design-meadow .cfx-ev-cal__cell.is-today .cfx-ev-cal__daynum {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.cfx-ev-app--design-meadow .cfx-ev-cal__event {
	margin-top: 5px;
	border-radius: 5px;
	border-left: 0;
	padding: 3px 6px;
	background: var(--cfx-event-color, #6E8F6B);
	color: #fff;
	font-size: 10.5px;
	font-family: "Work Sans", system-ui, sans-serif;
	font-weight: 500;
}

.cfx-ev-app--design-meadow .cfx-ev-cal__event-dot,
.cfx-ev-app--design-meadow .cfx-ev-cal__event-time { display: none; }

.cfx-ev-app--design-meadow .cfx-ev-cal__cell.is-today .cfx-ev-cal__event {
	background: rgba(255, 255, 255, 0.25);
	color: #fff;
}

.cfx-ev-app--design-meadow .cfx-ev-cal__event.is-featured {
	background: var(--cfx-event-color, #6E8F6B);
	color: #fff;
	box-shadow: none;
}

.cfx-ev-app--design-meadow .cfx-ev-cal__more {
	background: transparent;
	color: #8C8578;
	font-family: "Work Sans", system-ui, sans-serif;
	font-size: 9.5px;
	padding-left: 0;
	margin-top: 3px;
}

.cfx-ev-app--design-meadow .cfx-ev-cal__cell.is-today .cfx-ev-cal__more { color: rgba(255, 255, 255, 0.75); }

.cfx-ev-app--design-meadow .cfx-ev-timed__pad { background: #FCFAF6; padding: 16px 32px 28px; }
.cfx-ev-app--design-meadow .cfx-ev-timed__head,
.cfx-ev-app--design-meadow .cfx-ev-timed__allday { background: #fff; }
.cfx-ev-app--design-meadow .cfx-ev-timed__day-head {
	color: #8C8578;
	font-family: "Work Sans", system-ui, sans-serif;
}
.cfx-ev-app--design-meadow .cfx-ev-timed__day-head.is-today { color: #6E8F6B; font-weight: 700; }
.cfx-ev-app--design-meadow .cfx-ev-timed__allday-label,
.cfx-ev-app--design-meadow .cfx-ev-timed__hour {
	color: #8C8578;
	font-family: "Work Sans", system-ui, sans-serif;
	opacity: 1;
}
.cfx-ev-app--design-meadow .cfx-ev-timed__cols { color: #E7E1D3; }
.cfx-ev-app--design-meadow .cfx-ev-timed__col { border-left-color: #E7E1D3; }
.cfx-ev-app--design-meadow .cfx-ev-timed__col.is-today { background: #F1F6EF; }
.cfx-ev-app--design-meadow .cfx-ev-timed__evt,
.cfx-ev-app--design-meadow .cfx-ev-timed__chip {
	font-family: "Work Sans", system-ui, sans-serif;
	color: #fff;
}
.cfx-ev-app--design-meadow .cfx-ev-timed__day-title {
	font-family: Fraunces, Georgia, serif;
	color: #2B2A26;
}
.cfx-ev-app--design-meadow .cfx-ev-list__date {
	font-family: "Work Sans", system-ui, sans-serif;
	color: #8C8578;
	border-bottom: 1px solid #E7E1D3;
	opacity: 1;
}
.cfx-ev-app--design-meadow .cfx-ev-list__row:hover { background: #F8F6F0; }
.cfx-ev-app--design-meadow .cfx-ev-list__title { font-family: Fraunces, Georgia, serif; color: #2B2A26; }
.cfx-ev-app--design-meadow .cfx-ev-list__meta { color: #8C8578; opacity: 1; }

.cfx-ev-app--design-meadow .cfx-ev-aside__card,
.cfx-ev-app--design-meadow .cfx-ev-drawer__detail {
	background: #fff;
	border-color: #E7E1D3;
	border-radius: 14px;
}

.cfx-ev-app--design-meadow .cfx-ev-drawer__title { font-family: Fraunces, Georgia, serif; }
.cfx-ev-app--design-meadow .cfx-ev-drawer__cta--primary {
	background: #6E8F6B;
	box-shadow: none;
	border-radius: 10px;
}

@media (max-width: 900px) {
	.cfx-ev-card.has-image {
		grid-template-columns: 5.5rem 1fr;
	}
	.cfx-ev-card.has-image .cfx-ev-card__media {
		grid-column: 1 / -1;
		aspect-ratio: 16 / 9;
		max-height: 12rem;
	}
	.cfx-ev-app--design-almanac .cfx-ev-cal__title { font-size: 26px; }
	.cfx-ev-app--design-meadow .cfx-ev-cal__title { font-size: 20px; }
	.cfx-ev-app--design-almanac .cfx-ev-cal__toolbar,
	.cfx-ev-app--design-deck .cfx-ev-cal__toolbar,
	.cfx-ev-app--design-meadow .cfx-ev-cal__toolbar {
		padding: 20px 16px;
	}
	.cfx-ev-app--design-almanac .cfx-ev-cal__toolbar-nav {
		position: static;
	}
	.cfx-ev-app--design-almanac .cfx-ev-app__views--in-cal,
	.cfx-ev-app--design-deck .cfx-ev-app__views--in-cal,
	.cfx-ev-app--design-meadow .cfx-ev-app__views--in-cal {
		padding-left: 16px;
		padding-right: 16px;
	}
	.cfx-ev-timed__pad { padding-left: 16px; padding-right: 16px; }
	.cfx-ev-timed__head,
	.cfx-ev-timed__allday { grid-template-columns: 40px repeat(7, 1fr); }
	.cfx-ev-timed__allday--single { grid-template-columns: 40px 1fr; }
	.cfx-ev-timed__hours { width: 40px; }
	.cfx-ev-app--design-meadow .cfx-ev-cal__grid { padding: 0 12px 16px; gap: 4px; }
}
