.dywmec-calendar {
	--dywmec-accent: #39c7df;
	--dywmec-audience-all: #101b3a;
	--dywmec-audience-educators: #efbdca;
	--dywmec-audience-employers: #86d4f2;
	--dywmec-audience-young-people: #f5c84b;
	--dywmec-bg: transparent;
	--dywmec-border: #dedbd4;
	--dywmec-button-bg: #f4f8fb;
	--dywmec-button-hover-bg: #09183a;
	--dywmec-button-hover-text: #ffffff;
	--dywmec-button-text: #09183a;
	--dywmec-card-bg: #ffffff;
	--dywmec-card-hover-bg: #f6fbfd;
	--dywmec-card-meta: #38bfd7;
	--dywmec-card-text: #1f2633;
	--dywmec-day-bg: #ffffff;
	--dywmec-day-hover-bg: #eefbfe;
	--dywmec-field-bg: #ffffff;
	--dywmec-field-border: #dfe8ee;
	--dywmec-muted: #8a96a3;
	--dywmec-month-pill-bg: #f7fafc;
	--dywmec-month-pill-border: #dde6ee;
	--dywmec-month-pill-hover-bg: rgba(103, 189, 224, 0.16);
	--dywmec-month-pill-hover-text: #121b38;
	--dywmec-month-pill-text: #586275;
	--dywmec-picker-day-bg: transparent;
	--dywmec-picker-day-border: #121b38;
	--dywmec-picker-day-text: #121b38;
	--dywmec-picker-selected-bg: #4c55ff;
	--dywmec-picker-selected-text: #ffffff;
	--dywmec-radius: 8px;
	--dywmec-secondary: #a6bf3b;
	--dywmec-selected-bg: #39c7df;
	--dywmec-selected-text: #ffffff;
	--dywmec-soft: #f7fafc;
	--dywmec-text: #09183a;
	--dywmec-view-today-bg: #121b38;
	--dywmec-view-today-hover-bg: #67bde0;
	--dywmec-view-today-hover-text: #121b38;
	--dywmec-view-today-text: #ffffff;
	background: var(--dywmec-bg);
	border: 0;
	border-radius: var(--dywmec-radius);
	color: var(--dywmec-text);
	font-family: inherit;
	overflow: visible;
	width: 100%;
}

.dywmec-calendar *,
.dywmec-calendar *::before,
.dywmec-calendar *::after {
	box-sizing: border-box;
}

body.page-id-830 .elementor-widget-MEC {
	display: none !important;
}

.dywmec-topbar {
	align-items: center;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(320px, 520px) 1fr;
	margin: 0 0 18px;
	width: 100%;
}

.dywmec-inline-filter {
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: auto minmax(126px, 1fr);
	margin: 0;
	min-width: 0;
}

.dywmec-inline-filter--region {
	grid-template-columns: auto minmax(240px, 1fr);
}

.dywmec-inline-filter span {
	color: #6f7585;
	font-size: 12px;
	font-weight: inherit;
	letter-spacing: 0.04em;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.dywmec-inline-filter select {
	appearance: none;
	-webkit-appearance: none;
	background-color: #ffffff;
	background-image:
		linear-gradient(45deg, transparent 50%, currentColor 50%),
		linear-gradient(135deg, currentColor 50%, transparent 50%);
	background-position:
		calc(100% - 18px) 50%,
		calc(100% - 13px) 50%;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	color: #0f1e3d;
	font-family: inherit;
	font-size: 14px;
	font-weight: inherit;
	height: 40px;
	line-height: 1.2;
	margin: 0;
	min-height: 40px;
	padding: 0 34px 0 14px;
	width: 100%;
}

.dywmec-inline-filter select:focus {
	border-color: #0f1e3d;
	box-shadow: 0 0 0 3px rgba(15, 30, 61, 0.08);
	outline: 0;
}

.dywmec-audience-legend {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	justify-content: flex-end;
	min-width: 0;
}

.dywmec-audience-legend button {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	border-radius: 999px;
	color: #697084;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 13px;
	font-weight: inherit;
	gap: 6px;
	padding: 4px 6px !important;
	transition: background-color 160ms ease, color 160ms ease;
	white-space: nowrap;
}

.dywmec-audience-legend button:hover,
.dywmec-audience-legend button:focus,
.dywmec-audience-legend button.is-active {
	background: rgba(16, 27, 58, 0.06) !important;
	color: #121b38;
	outline: 0;
}

.dywmec-audience-legend i {
	border-radius: 4px;
	display: inline-block;
	height: 12px;
	width: 12px;
}

.dywmec-topbar--grid {
	display: flex;
	justify-content: center;
	margin-bottom: 18px;
}

.dywmec-category-legend {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	justify-content: center;
	width: 100%;
}

.dywmec-category-legend button {
	align-items: center;
	background: #ffffff !important;
	border: 1px solid #e0e7ef !important;
	border-radius: 999px;
	box-shadow: none !important;
	color: #121b38 !important;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 13px;
	font-weight: inherit;
	gap: 7px;
	line-height: 1.1;
	min-height: 34px;
	padding: 8px 13px !important;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
	white-space: nowrap;
	width: auto !important;
}

.dywmec-category-legend button:hover,
.dywmec-category-legend button:focus,
.dywmec-category-legend button.is-active {
	background: #121b38 !important;
	border-color: #121b38 !important;
	color: #ffffff !important;
	outline: 0;
	transform: translateY(-1px);
}

.dywmec-category-legend i {
	border: 1px solid rgba(18, 27, 56, 0.22);
	border-radius: 4px;
	display: inline-block;
	flex: 0 0 auto;
	height: 12px;
	width: 12px;
}

.dywmec-category-legend button.is-active[data-category-filter=""] i {
	background: #ffffff !important;
	border-color: #ffffff;
}

.dywmec-toolbar {
	align-items: center;
	background: #fff;
	border-bottom: 1px solid var(--dywmec-border);
	border-left: 1px solid var(--dywmec-border);
	border-radius: 14px 14px 0 0;
	border-right: 1px solid var(--dywmec-border);
	border-top: 1px solid var(--dywmec-border);
	display: flex;
	gap: 18px;
	justify-content: space-between;
	padding: 16px 18px;
}

.dywmec-calendar[data-view="week"] .dywmec-toolbar,
.dywmec-calendar[data-view="day"] .dywmec-toolbar {
	border-radius: 14px;
}

.dywmec-calendar[data-view="list"] .dywmec-jump-button {
	display: none !important;
}

.dywmec-view-toggle {
	background: #ffffff;
	border: 1px solid #dedbd4;
	border-radius: 999px;
	display: inline-flex;
	gap: 2px;
	padding: 3px;
}

.dywmec-view-toggle button,
.dywmec-icon-button {
	background: transparent;
	border: 0 !important;
	border-radius: 999px;
	color: var(--dywmec-button-text);
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: inherit;
	line-height: 1;
	min-height: 30px;
	padding: 8px 17px;
	text-transform: uppercase;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.dywmec-view-toggle button:hover,
.dywmec-view-toggle button:focus,
.dywmec-view-toggle button.is-active {
	background: var(--dywmec-button-hover-bg);
	color: var(--dywmec-button-hover-text);
	outline: 0;
}

.dywmec-icon-button:hover,
.dywmec-icon-button:focus {
	background: #67bde0;
	color: #121b38;
	outline: 0;
}

.dywmec-icon-button {
	align-items: center;
	background: #ffffff;
	border: 1px solid #dedbd4 !important;
	border-radius: 5px;
	color: #121b38 !important;
	display: inline-flex;
	font-family: inherit;
	font-size: 24px;
	font-weight: inherit;
	justify-content: center;
	min-height: 34px;
	min-width: 34px;
	padding: 0 !important;
	width: 34px;
}

.dywmec-nav {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: center;
	text-align: center;
}

.dywmec-title-wrap {
	display: inline-flex;
	margin-left: 22px;
	position: relative;
}

.dywmec-title-button {
	background: transparent !important;
	border: 0 !important;
	border-radius: 5px;
	color: #121b38 !important;
	cursor: pointer;
	font: inherit;
	font-size: 24px;
	font-weight: inherit;
	line-height: 1.1;
	min-width: 0;
	padding: 4px 6px !important;
	text-transform: uppercase;
	transition: background-color 160ms ease, color 160ms ease;
}

.dywmec-title-button:hover,
.dywmec-title-button:focus {
	background: rgba(18, 27, 56, 0.06) !important;
	color: #121b38 !important;
	outline: 0;
}

.dywmec-date-popover {
	background: #ffffff;
	border: 1px solid #dedbd4;
	border-radius: 4px;
	box-shadow: 0 18px 45px rgba(9, 24, 58, 0.16);
	display: grid;
	gap: 14px;
	left: 0;
	max-width: calc(100vw - 24px);
	min-width: 372px;
	padding: 18px 16px 16px;
	position: absolute;
	top: calc(100% + 10px);
	width: min(372px, calc(100vw - 24px));
	z-index: 30;
}

.dywmec-date-popover[hidden] {
	display: none;
}

.dywmec-picker-calendar {
	display: grid;
	gap: 8px;
}

.dywmec-picker-calendar[hidden] {
	display: none;
}

.dywmec-mini-calendar {
	display: grid;
	gap: 12px;
}

.dywmec-picker-head {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 34px;
}

.dywmec-picker-head button {
	align-items: center;
	background: #ffffff !important;
	border: 0 !important;
	border-radius: 4px;
	color: #121b38 !important;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 28px;
	height: 34px;
	justify-content: center;
	line-height: 1;
	padding: 0 !important;
	width: 34px;
}

.dywmec-picker-head button:hover,
.dywmec-picker-head button:focus {
	background: #f0f8fb !important;
	color: #121b38 !important;
	outline: 0;
}

.dywmec-picker-head [data-picker-action="toggle-months"] {
	height: auto;
	min-height: 34px;
	padding: 4px 10px !important;
	width: auto;
}

.dywmec-picker-head strong {
	color: #121b38;
	font-size: 16px;
	font-weight: inherit;
	line-height: 1;
	text-align: center;
}

.dywmec-picker-weekdays,
.dywmec-picker-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
}

.dywmec-picker-weekdays span {
	align-items: center;
	color: #121b38;
	display: flex;
	font: inherit;
	font-size: 12px;
	font-weight: inherit;
	height: 22px;
	justify-content: center;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.dywmec-picker-grid {
	background:
		linear-gradient(#f4f4f5, #f4f4f5) 0 0 / 100% 47px no-repeat,
		linear-gradient(#f4f4f5, #f4f4f5) 0 94px / 100% 47px no-repeat,
		linear-gradient(#f4f4f5, #f4f4f5) 0 188px / 100% 47px no-repeat;
	min-height: 282px;
}

.dywmec-picker-day {
	align-items: center;
	background: var(--dywmec-picker-day-bg) !important;
	border: 2px solid transparent !important;
	border-radius: 4px;
	color: var(--dywmec-picker-day-text) !important;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 16px;
	font-weight: inherit;
	height: 47px;
	justify-content: center;
	padding: 0 !important;
	width: 100%;
}

.dywmec-calendar[data-view="grid"] .dywmec-toolbar {
	display: none;
}

.dywmec-picker-day:hover,
.dywmec-picker-day:focus {
	border-color: var(--dywmec-picker-day-border) !important;
	outline: 0;
}

.dywmec-picker-day.is-muted {
	color: #7c8493 !important;
}

.dywmec-picker-day.is-selected {
	background: var(--dywmec-picker-selected-bg) !important;
	border-color: var(--dywmec-picker-day-border) !important;
	box-shadow: inset 0 0 0 2px #ffffff;
	color: var(--dywmec-picker-selected-text) !important;
}

.dywmec-picker-day.is-today:not(.is-selected) {
	border-color: var(--dywmec-picker-day-border) !important;
}

.dywmec-month-pills {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 0 0 2px;
}

.dywmec-month-pills[hidden] {
	display: none;
}

.dywmec-month-pills button {
	background: var(--dywmec-month-pill-bg) !important;
	border: 1px solid var(--dywmec-month-pill-border) !important;
	border-radius: 8px;
	color: var(--dywmec-month-pill-text) !important;
	cursor: pointer;
	font-family: inherit;
	font-size: 12px;
	font-weight: inherit;
	line-height: 1;
	min-width: 0;
	overflow: hidden;
	padding: 9px 10px !important;
	text-overflow: ellipsis;
	text-transform: none;
	white-space: nowrap;
}

.dywmec-month-pills button:hover,
.dywmec-month-pills button:focus,
.dywmec-month-pills button.is-active {
	background: var(--dywmec-month-pill-hover-bg) !important;
	border-color: transparent !important;
	color: var(--dywmec-month-pill-hover-text) !important;
	box-shadow: inset 0 0 0 1px rgba(103, 189, 224, 0.22);
	outline: 0;
}

.dywmec-view-today {
	background: var(--dywmec-view-today-bg) !important;
	border: 1px solid var(--dywmec-view-today-bg) !important;
	border-radius: 4px;
	color: var(--dywmec-view-today-text) !important;
	cursor: pointer;
	font: inherit;
	font-size: 12px;
	font-weight: inherit;
	justify-self: start;
	line-height: 1;
	padding: 9px 12px !important;
	text-transform: uppercase;
}

.dywmec-view-today:hover,
.dywmec-view-today:focus {
	background: var(--dywmec-view-today-hover-bg) !important;
	border-color: var(--dywmec-view-today-hover-bg) !important;
	color: var(--dywmec-view-today-hover-text) !important;
	outline: 0;
}

.dywmec-today-button,
.dywmec-jump-button {
	background: #ffffff;
	border: 1px solid #dedbd4 !important;
	border-radius: 5px;
	color: #121b38 !important;
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: inherit;
	height: 34px;
	min-height: 34px;
	padding: 0 16px !important;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.dywmec-today-button:hover,
.dywmec-today-button:focus,
.dywmec-jump-button:hover,
.dywmec-jump-button:focus {
	background: #67bde0 !important;
	border-color: #67bde0 !important;
	color: #121b38 !important;
	outline: 0;
}

.dywmec-filters {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 252, 0.98));
	border-bottom: 1px solid var(--dywmec-border);
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(260px, 1.1fr) minmax(280px, 1fr) minmax(320px, 1.15fr);
	padding: 20px;
}

.dywmec-filter-group {
	display: grid;
	gap: 10px;
	min-width: 0;
}

.dywmec-filter-group--dates {
	grid-template-columns: minmax(130px, 1fr) minmax(118px, 0.85fr) minmax(118px, 0.85fr);
}

.dywmec-filter-group--terms {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dywmec-filter-control {
	background: #ffffff;
	border: 1px solid var(--dywmec-field-border);
	border-radius: 8px;
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	grid-template-rows: auto auto;
	margin: 0;
	min-width: 0;
	overflow: hidden;
	position: relative;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.dywmec-filter-control::before {
	align-items: center;
	background: #fbfdff;
	border-right: 1px solid var(--dywmec-field-border);
	color: var(--dywmec-text);
	content: "";
	display: flex;
	font-size: 17px;
	grid-row: 1 / 3;
	justify-content: center;
	min-height: 58px;
}

.dywmec-filter-control[data-icon="search"]::before { content: "⌕"; }
.dywmec-filter-control[data-icon="calendar"]::before { content: "□"; }
.dywmec-filter-control[data-icon="from"]::before { content: "↦"; }
.dywmec-filter-control[data-icon="to"]::before { content: "↤"; }
.dywmec-filter-control[data-icon="region"]::before { content: "⌖"; }
.dywmec-filter-control[data-icon="category"]::before { content: "▦"; }
.dywmec-filter-control[data-icon="tag"]::before { content: "◇"; }

.dywmec-filter-control:focus-within,
.dywmec-filter-control:hover {
	border-color: var(--dywmec-accent);
	box-shadow: 0 10px 24px rgba(9, 24, 58, 0.08);
	transform: translateY(-1px);
}

.dywmec-filters span {
	color: var(--dywmec-muted);
	display: block;
	font-size: 10px;
	font-weight: inherit;
	grid-column: 2;
	letter-spacing: 0;
	line-height: 1;
	padding: 10px 12px 0;
	text-transform: uppercase;
}

.dywmec-filters input,
.dywmec-filters select {
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--dywmec-text);
	font: inherit;
	font-size: 14px;
	font-weight: inherit;
	grid-column: 2;
	line-height: 1.2;
	min-height: 34px;
	padding: 4px 34px 10px 12px;
	width: 100%;
}

.dywmec-filters select {
	background-image:
		linear-gradient(45deg, transparent 50%, var(--dywmec-muted) 50%),
		linear-gradient(135deg, var(--dywmec-muted) 50%, transparent 50%);
	background-position:
		calc(100% - 17px) 46%,
		calc(100% - 12px) 46%;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
}

.dywmec-filters input::placeholder {
	color: #95a1ad;
	font-weight: inherit;
}

.dywmec-filters input:focus,
.dywmec-filters select:focus {
	outline: 0;
}

.dywmec-status {
	color: var(--dywmec-muted);
	font-size: 13px;
	min-height: 0;
	padding: 0 18px;
}

.dywmec-status:not(:empty) {
	padding-bottom: 10px;
	padding-top: 10px;
}

.dywmec-shell {
	position: relative;
}

.dywmec-calendar.is-loading .dywmec-shell {
	pointer-events: none;
}

.dywmec-calendar.is-loading .dywmec-shell::before,
.dywmec-calendar.is-loading .dywmec-shell::after {
	border-radius: 0 0 14px 14px;
	content: "";
	inset: 0;
	position: absolute;
	z-index: 20;
}

.dywmec-calendar.is-loading .dywmec-shell::before {
	background:
		linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)),
		repeating-linear-gradient(to right, transparent 0, transparent calc(14.285% - 1px), rgba(222, 219, 212, 0.8) calc(14.285% - 1px), rgba(222, 219, 212, 0.8) 14.285%),
		repeating-linear-gradient(to bottom, transparent 0, transparent 111px, rgba(222, 219, 212, 0.8) 111px, rgba(222, 219, 212, 0.8) 112px),
		#ffffff;
	border: 1px solid var(--dywmec-border);
	box-shadow: 0 2px 4px rgba(9, 24, 58, 0.08);
}

.dywmec-calendar.is-loading .dywmec-shell::after {
	animation: dywmec-shimmer 1.15s linear infinite;
	background:
		linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.86) 48%, transparent 100%),
		linear-gradient(#eef2f4, #eef2f4) 22px 26px / 56px 16px no-repeat,
		linear-gradient(#eef2f4, #eef2f4) 22px 58px / 112px 14px no-repeat,
		linear-gradient(#eef2f4, #eef2f4) 185px 58px / 132px 14px no-repeat,
		linear-gradient(#eef2f4, #eef2f4) 348px 58px / 118px 14px no-repeat,
		linear-gradient(#eef2f4, #eef2f4) 510px 58px / 142px 14px no-repeat,
		linear-gradient(#eef2f4, #eef2f4) 672px 58px / 120px 14px no-repeat,
		linear-gradient(#eef2f4, #eef2f4) 835px 58px / 138px 14px no-repeat;
	background-size:
		220px 100%,
		56px 16px,
		112px 14px,
		132px 14px,
		118px 14px,
		142px 14px,
		120px 14px,
		138px 14px;
}

body.elementor-editor-active .dywmec-calendar.is-loading .dywmec-shell,
body.elementor-editor-preview .dywmec-calendar.is-loading .dywmec-shell {
	pointer-events: auto;
}

body.elementor-editor-active .dywmec-calendar.is-loading .dywmec-shell::before,
body.elementor-editor-active .dywmec-calendar.is-loading .dywmec-shell::after,
body.elementor-editor-preview .dywmec-calendar.is-loading .dywmec-shell::before,
body.elementor-editor-preview .dywmec-calendar.is-loading .dywmec-shell::after {
	content: none !important;
	display: none !important;
}

@keyframes dywmec-shimmer {
	0% {
		background-position:
			-220px 0,
			22px 26px,
			22px 58px,
			185px 58px,
			348px 58px,
			510px 58px,
			672px 58px,
			835px 58px;
	}

	100% {
		background-position:
			calc(100% + 220px) 0,
			22px 26px,
			22px 58px,
			185px 58px,
			348px 58px,
			510px 58px,
			672px 58px,
			835px 58px;
	}
}

.dywmec-month-board {
	background: #ffffff;
	border: 1px solid var(--dywmec-border);
	border-radius: 0 0 12px 12px;
	border-top: 0;
	box-shadow: 0 10px 28px rgba(9, 24, 58, 0.08);
	overflow: visible;
}

.dywmec-board-head {
	background: #ffffff;
	border-bottom: 1px solid var(--dywmec-border);
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.dywmec-board-head div {
	align-items: center;
	color: #6c7487;
	display: flex;
	font-size: 11px;
	font-weight: inherit;
	justify-content: center;
	letter-spacing: 0.06em;
	min-height: 46px;
	text-transform: uppercase;
}

.dywmec-board-grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.dywmec-board-day {
	background: #ffffff;
	border-bottom: 1px solid var(--dywmec-border);
	border-right: 1px solid var(--dywmec-border);
	display: flex;
	flex-direction: column;
	min-height: 128px;
	padding: 12px;
	position: relative;
	transition: background-color 160ms ease, box-shadow 160ms ease;
}

.dywmec-board-day:hover {
	background: #fbfdfe;
	box-shadow: inset 0 0 0 2px rgba(57, 199, 223, 0.12);
}

.dywmec-board-day:nth-child(7n) {
	border-right: 0;
}

.dywmec-board-day:nth-last-child(-n+7) {
	border-bottom: 0;
}

.dywmec-board-day.is-muted {
	background: #f4f2ed;
	color: #8d95a6;
}

.dywmec-board-day.is-selected {
	box-shadow: inset 0 0 0 2px rgba(57, 199, 223, 0.42);
}

.dywmec-board-day.has-events::after {
	background: var(--dywmec-accent);
	border-radius: 999px;
	content: "";
	height: 6px;
	position: absolute;
	right: 12px;
	top: 17px;
	width: 6px;
}

.dywmec-day-number {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	border-radius: 999px;
	color: #121b38 !important;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 14px;
	font-weight: inherit;
	height: 28px !important;
	justify-content: center;
	line-height: 1;
	margin: 0 0 10px;
	padding: 0 !important;
	width: 28px !important;
}

.dywmec-board-day.is-today .dywmec-day-number,
.dywmec-day-number.is-selected {
	background: #f5c84b !important;
	color: #121b38 !important;
}

.dywmec-cell-events {
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-width: 0;
}

.dywmec-cell-event,
.dywmec-more-events {
	background: #f7fafc;
	border: 1px solid #e6edf2;
	border-left: 4px solid var(--event-colour, #101b3a);
	border-radius: 5px;
	color: #121b38;
	display: block;
	font: inherit;
	font-size: 11px;
	font-weight: inherit;
	line-height: 1.2;
	max-width: 100%;
	overflow: hidden;
	padding: 5px 7px 5px 8px;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}

.dywmec-cell-event:hover,
.dywmec-cell-event:focus,
.dywmec-more-events:hover,
.dywmec-more-events:focus {
	background: #eefbfe;
	border-color: #c8eef6;
	color: #121b38;
	outline: 0;
	text-decoration: none;
}

.dywmec-cell-event:hover,
.dywmec-cell-event:focus {
	overflow: visible;
	z-index: 40;
}

.dywmec-cell-event-label {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dywmec-cell-popover {
	background: #ffffff;
	border: 1px solid var(--event-colour, var(--category-colour, #dce5ee));
	border-radius: 8px;
	bottom: calc(100% + 9px);
	box-shadow: 0 18px 45px rgba(9, 24, 58, 0.18);
	color: #121b38;
	display: flex;
	flex-direction: column;
	gap: 8px;
	left: -4px;
	min-width: 245px;
	opacity: 0;
	padding: 14px;
	pointer-events: none;
	position: absolute;
	text-transform: none;
	transform: translateY(6px);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
	visibility: hidden;
	white-space: normal;
	z-index: 60;
}

.dywmec-cell-popover::after {
	background: #ffffff;
	border-bottom: 1px solid var(--event-colour, var(--category-colour, #dce5ee));
	border-right: 1px solid var(--event-colour, var(--category-colour, #dce5ee));
	bottom: -6px;
	content: "";
	height: 10px;
	left: 18px;
	position: absolute;
	transform: rotate(45deg);
	width: 10px;
}

.dywmec-board-day:nth-child(7n) .dywmec-cell-popover {
	left: auto;
	right: -4px;
}

.dywmec-board-day:nth-child(7n) .dywmec-cell-popover::after {
	left: auto;
	right: 18px;
}

.dywmec-cell-event:hover .dywmec-cell-popover,
.dywmec-cell-event:focus .dywmec-cell-popover {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.dywmec-cell-popover-kicker {
	color: var(--event-colour, var(--category-colour, #39c7df));
	display: flex;
	flex-wrap: wrap;
	font-size: 11px;
	font-weight: inherit;
	gap: 6px;
	text-transform: uppercase;
}

.dywmec-cell-popover strong {
	color: #121b38;
	font-size: 14px;
	font-weight: inherit;
	line-height: 1.25;
	text-transform: uppercase;
}

.dywmec-cell-popover-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.dywmec-cell-audience,
.dywmec-cell-category {
	border-radius: 999px;
	display: inline-flex;
	font-size: 10px;
	font-weight: inherit;
	line-height: 1;
	padding: 5px 8px;
	text-transform: uppercase;
}

.dywmec-cell-audience {
	color: #07112b;
}

.dywmec-cell-category {
	background: #f2f6fa;
	border: 1px solid #dce5ee;
	color: #536179;
}

.dywmec-cell-popover-meta,
.dywmec-cell-popover-excerpt {
	color: #536179;
	font-size: 12px;
	font-weight: inherit;
	line-height: 1.35;
}

.dywmec-cell-event--all,
.dywmec-cell-event[style*="#101b3a"] {
	color: #121b38;
}

.dywmec-more-events {
	background: #f2f0eb;
	border-left-color: #c8c2b8;
	color: #121b38;
	cursor: pointer;
}

.dywmec-panel,
.dywmec-day-view {
	padding: 28px 34px;
}

.dywmec-day-view {
	background: #ffffff;
	border: 1px solid var(--dywmec-border);
	border-radius: 14px;
	box-shadow: 0 10px 28px rgba(9, 24, 58, 0.08);
	margin-top: 16px;
	min-height: 190px;
}

.dywmec-list-view {
	padding: 0;
}

.dywmec-panel-title {
	color: var(--dywmec-text);
	font-size: 13px;
	font-weight: inherit;
	letter-spacing: 0.16em;
	margin: 0 0 22px;
	text-transform: uppercase;
}

.dywmec-events {
	display: grid;
	gap: 14px;
}

.dywmec-event {
	align-items: center;
	background: var(--dywmec-card-bg);
	border: 1px solid var(--event-colour, var(--category-colour, var(--dywmec-border)));
	border-left: 4px solid var(--event-colour, var(--category-colour, var(--dywmec-border)));
	border-radius: 8px;
	color: var(--dywmec-card-text);
	display: grid;
	gap: 14px;
	grid-template-columns: auto 86px minmax(0, 1fr);
	min-height: 92px;
	padding: 14px;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.dywmec-event:hover,
.dywmec-event:focus {
	background: var(--dywmec-card-hover-bg);
	border-color: var(--event-colour, var(--category-colour, var(--dywmec-accent)));
	box-shadow: 0 12px 28px rgba(9, 24, 58, 0.09);
	color: var(--dywmec-card-text);
	outline: 0;
	text-decoration: none;
	transform: translateY(-2px);
}

.dywmec-date-badge {
	align-items: center;
	background: var(--dywmec-badge-bg, var(--event-colour, var(--dywmec-accent)));
	border-radius: 6px;
	color: var(--dywmec-badge-text, #fff);
	display: flex;
	flex-direction: column;
	height: 56px;
	justify-content: center;
	line-height: 1;
	width: 56px;
}

.dywmec-date-badge small {
	font-size: 11px;
	font-weight: inherit;
}

.dywmec-date-badge strong {
	font-size: 23px;
	font-weight: inherit;
}

.dywmec-thumb {
	background-color: #d9e8ed;
	background-position: center;
	background-size: cover;
	border-radius: 6px;
	display: block;
	height: 64px;
	width: 86px;
}

.dywmec-event-body {
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-width: 0;
}

.dywmec-tag-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.dywmec-audience-pill,
.dywmec-category-pill {
	border-radius: 999px;
	display: inline-flex;
	font-size: 10px;
	font-weight: inherit;
	letter-spacing: 0;
	line-height: 1;
	padding: 5px 8px;
	text-transform: uppercase;
	white-space: nowrap;
}

.dywmec-audience-pill {
	color: #101b3a;
}

.dywmec-category-pill {
	background: #f4f8fc;
	border: 1px solid #dce5ee;
	color: #61708c;
}

.dywmec-meta {
	color: var(--event-colour, var(--category-colour, var(--dywmec-card-meta)));
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: inherit;
	gap: 8px;
	text-transform: uppercase;
}

.dywmec-event-body strong {
	color: var(--dywmec-card-text);
	font-size: 15px;
	font-weight: inherit;
	line-height: 1.25;
	text-transform: uppercase;
}

.dywmec-event-body em {
	color: var(--dywmec-muted);
	font-size: 13px;
	font-style: normal;
}

.dywmec-empty {
	align-items: center;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 252, 0.98));
	border: 1px dashed #cfd8e3;
	border-radius: 12px;
	color: #697084;
	display: flex;
	font-size: 15px;
	font-weight: inherit;
	gap: 10px;
	justify-content: center;
	line-height: 1.35;
	margin: 0;
	min-height: 118px;
	padding: 30px 22px;
	text-align: center;
	width: 100%;
}

.dywmec-empty::before {
	align-items: center;
	background: #eef8fc;
	border: 1px solid #ccecf7;
	border-radius: 999px;
	color: #121b38;
	content: "!";
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: inherit;
	height: 28px;
	justify-content: center;
	line-height: 1;
	width: 28px;
}

.dywmec-week-carousel {
	position: relative;
}

.dywmec-week-more-tab {
	align-items: center;
	background: #121b38 !important;
	border: 1px solid rgba(18, 27, 56, 0.12) !important;
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(9, 24, 58, 0.16);
	color: #fff !important;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 12px;
	font-weight: inherit;
	gap: 6px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	opacity: 0;
	padding: 10px 14px !important;
	pointer-events: none;
	position: absolute;
	text-transform: uppercase;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 160ms ease, opacity 160ms ease, transform 160ms ease;
	z-index: 8;
}

.dywmec-week-more-tab:hover,
.dywmec-week-more-tab:focus {
	background: #67bde0 !important;
	color: #121b38 !important;
	outline: 0;
}

.dywmec-week-more-tab--prev {
	left: 8px;
}

.dywmec-week-more-tab--next {
	right: 8px;
}

.dywmec-week-carousel.is-near-start .dywmec-week-more-tab--prev,
.dywmec-week-carousel.is-near-end .dywmec-week-more-tab--next {
	opacity: 1;
	pointer-events: auto;
}

.dywmec-week-carousel.is-near-start .dywmec-week-more-tab--prev {
	transform: translateY(-50%) translateX(0);
}

.dywmec-week-carousel.is-near-end .dywmec-week-more-tab--next {
	transform: translateY(-50%) translateX(0);
}

.dywmec-week-view {
	scrollbar-color: transparent transparent;
	scrollbar-width: none;
	cursor: grab;
	display: grid;
	gap: 12px;
	grid-auto-columns: minmax(220px, 1fr);
	grid-auto-flow: column;
	grid-template-columns: none;
	max-width: 100%;
	overflow-x: auto;
	overflow-y: visible;
	padding: 20px 24px 14px;
	scroll-padding: 56px;
	scroll-snap-type: x proximity;
	-webkit-overflow-scrolling: touch;
}

.dywmec-week-view::-webkit-scrollbar {
	height: 0;
}

.dywmec-week-view::-webkit-scrollbar-track {
	background: transparent;
}

.dywmec-week-view::-webkit-scrollbar-thumb {
	background: transparent;
}

.dywmec-week-scrollbar {
	align-items: center;
	background: #fff;
	border-radius: 999px;
	cursor: pointer;
	height: 18px;
	margin: 0 24px 14px;
	position: relative;
}

.dywmec-week-scrollbar::before {
	background: #fff;
	border-radius: inherit;
	content: "";
	inset: 0;
	position: absolute;
}

.dywmec-week-scrollbar__thumb {
	align-items: center;
	border-radius: 999px;
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, minmax(54px, 1fr));
	height: 18px;
	left: var(--dywmec-week-scrollbar-left, 0%);
	min-width: min(100%, 280px);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: left 120ms ease, width 120ms ease;
	width: max(var(--dywmec-week-scrollbar-width, 30%), 260px);
	z-index: 2;
}

.dywmec-week-scrollbar__segment {
	border-radius: inherit;
	display: block;
	height: 6px;
	opacity: 1;
	transform-origin: center;
	transition: box-shadow 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.dywmec-week-scrollbar__segment.is-active {
	box-shadow: 0 5px 12px rgba(9, 24, 58, 0.16);
	opacity: 1;
	transform: translateY(-5px);
}

.dywmec-week-scrollbar__segment--employers {
	background: var(--dywmec-audience-employers, #67bde0);
}

.dywmec-week-scrollbar__segment--educators {
	background: var(--dywmec-audience-educators, #efbdca);
}

.dywmec-week-scrollbar__segment--young-people {
	background: var(--dywmec-audience-young-people, #f5c84b);
}

.dywmec-week-scrollbar__segment--all {
	background: var(--dywmec-audience-all, #121b38);
}

.dywmec-week-scrollbar.is-dragging .dywmec-week-scrollbar__thumb {
	transition: none;
}

.dywmec-week-view:active,
.dywmec-week-view.is-dragging {
	cursor: grabbing;
}

.dywmec-week-view.is-dragging {
	scroll-snap-type: none;
	user-select: none;
}

.dywmec-week-scroll {
	align-items: center;
	background: #ffffff !important;
	border: 1px solid var(--dywmec-border) !important;
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(9, 24, 58, 0.12);
	color: #121b38 !important;
	cursor: pointer;
	display: none !important;
	font: inherit;
	font-size: 28px;
	font-weight: inherit;
	height: 38px;
	justify-content: center;
	line-height: 1;
	padding: 0 !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 160ms ease, color 160ms ease, opacity 160ms ease;
	width: 38px;
	z-index: 3;
}

.dywmec-week-scroll:hover,
.dywmec-week-scroll:focus {
	background: #67bde0 !important;
	color: #121b38 !important;
	outline: 0;
}

.dywmec-week-scroll[disabled] {
	cursor: default;
	opacity: 0.34;
	pointer-events: none;
}

.dywmec-week-scroll--prev {
	left: 4px;
}

.dywmec-week-scroll--next {
	right: 4px;
}

.dywmec-week-day {
	background: #fff;
	border: 1px solid var(--dywmec-border);
	border-radius: 8px;
	min-height: 280px;
	min-width: 220px;
	padding: 14px;
	position: relative;
	scroll-snap-align: start;
}

.dywmec-week-day--has-multiple {
	transition: box-shadow 180ms ease, transform 180ms ease, z-index 180ms ease;
}

.dywmec-week-day--has-multiple:not(:hover):not(:focus-within) .dywmec-events--compact .dywmec-event:nth-child(n+2) {
	display: none;
}

.dywmec-week-day--has-multiple:not(:hover):not(:focus-within)::after {
	align-items: center;
	background: #f4f8fc;
	border: 1px solid #dce5ee;
	border-radius: 999px;
	color: #121b38;
	content: attr(data-more-label);
	display: inline-flex;
	font-size: 11px;
	font-weight: inherit;
	line-height: 1;
	margin-top: 10px;
	padding: 7px 10px;
	text-transform: uppercase;
}

.dywmec-week-day--has-multiple:hover,
.dywmec-week-day--has-multiple:focus-within {
	box-shadow: 0 18px 42px rgba(9, 24, 58, 0.14);
	transform: translateY(-2px);
	z-index: 5;
}

.dywmec-week-day header {
	align-items: center;
	border-bottom: 1px solid var(--dywmec-border);
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.dywmec-week-day header span {
	color: var(--dywmec-muted);
	font-size: 12px;
	font-weight: inherit;
	text-transform: uppercase;
}

.dywmec-week-day header strong {
	font-size: 26px;
	font-weight: inherit;
}

.dywmec-events--compact .dywmec-event {
	gap: 10px;
	grid-template-columns: minmax(0, 1fr);
	min-height: 0;
	min-width: 0;
	padding: 12px;
}

.dywmec-events--compact .dywmec-date-badge {
	display: none;
}

.dywmec-events--compact .dywmec-event {
	border-color: var(--event-colour, var(--category-colour, var(--dywmec-border)));
	border-left-color: var(--event-colour, var(--category-colour, var(--dywmec-border)));
	box-shadow: inset 7px 0 0 var(--event-colour, var(--category-colour, var(--dywmec-accent)));
}

.dywmec-events--compact .dywmec-meta {
	font-size: 11px;
}

.dywmec-events--compact .dywmec-event-body strong {
	font-size: 13px;
	overflow-wrap: anywhere;
}

@media (max-width: 900px) {
	.dywmec-week-view {
		grid-auto-columns: minmax(200px, 1fr);
		padding-left: 20px;
		padding-right: 20px;
		scroll-padding: 20px;
	}

	.dywmec-week-day {
		min-width: 200px;
	}
}

.dywmec-list-view .dywmec-events {
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.dywmec-cards-view {
	background: #ffffff;
	border-radius: 18px;
	box-shadow: 0 12px 34px rgba(9, 24, 58, 0.08);
	padding: 28px;
}

.dywmec-card-grid {
	display: grid;
	gap: 18px 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dywmec-grid-card {
	align-items: center;
	background: #f8fbff;
	border: 1px solid rgba(103, 189, 224, 0.34);
	border-radius: 16px;
	color: #121b38;
	display: grid;
	gap: 18px;
	grid-template-columns: 64px minmax(0, 1fr) minmax(116px, 180px);
	min-height: 106px;
	padding: 14px 16px;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.dywmec-grid-card:hover,
.dywmec-grid-card:focus {
	background: #ffffff;
	border-color: var(--event-colour, var(--category-colour, #67bde0));
	box-shadow: 0 12px 28px rgba(9, 24, 58, 0.1);
	color: #121b38;
	outline: 0;
	text-decoration: none;
	transform: translateY(-2px);
}

.dywmec-grid-card__date {
	align-items: center;
	background: #ffffff;
	border: 1px solid #dfe7ef;
	border-radius: 6px;
	box-shadow: 0 3px 8px rgba(9, 24, 58, 0.04);
	color: #777f8d;
	display: flex;
	flex-direction: column;
	height: 62px;
	justify-content: center;
	line-height: 1;
	width: 56px;
}

.dywmec-grid-card__date small {
	font-size: 12px;
	text-transform: uppercase;
}

.dywmec-grid-card__date strong {
	color: #777f8d;
	font-size: 27px;
	font-weight: inherit;
	margin-top: 3px;
}

.dywmec-grid-card__body {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.dywmec-grid-card__body strong {
	color: #121b38;
	font-size: 17px;
	font-weight: inherit;
	line-height: 1.2;
}

.dywmec-grid-card__body em,
.dywmec-grid-card__body span {
	color: #1f2633;
	font-size: 12px;
	font-style: normal;
	line-height: 1.25;
}

.dywmec-grid-card__body em {
	font-weight: inherit;
}

.dywmec-grid-card__image {
	background-color: #e7eef5;
	background-position: center;
	background-size: cover;
	border-radius: 12px;
	display: block;
	height: 74px;
	justify-self: end;
	width: 100%;
}

.dywmec-grid-more {
	display: flex;
	justify-content: center;
	padding: 30px 0 0;
}

.dywmec-load-more {
	background: #f5c84b !important;
	border: 1px solid #f5c84b !important;
	border-radius: 999px;
	color: #121b38 !important;
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: inherit;
	line-height: 1;
	min-height: 46px;
	padding: 0 34px !important;
	text-transform: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.dywmec-load-more:hover,
.dywmec-load-more:focus {
	background: #67bde0 !important;
	border-color: #67bde0 !important;
	color: #121b38 !important;
	outline: 0;
	transform: translateY(-2px);
}

.dywmec-load-more[disabled] {
	cursor: wait;
	opacity: 0.68;
	transform: none;
}

.dywmec-agenda {
	background: #ffffff;
	border: 1px solid var(--dywmec-border);
	border-radius: 0 0 12px 12px;
	box-shadow: none;
	overflow: hidden;
}

.dywmec-agenda-month {
	background: #ffffff;
	border-bottom: 1px solid var(--dywmec-border);
	color: #121b38;
	font-size: 24px;
	font-weight: inherit;
	letter-spacing: 0;
	margin: 0;
	padding: 24px 24px 14px;
	text-transform: uppercase;
}

.dywmec-agenda-row {
	align-items: center;
	background: #ffffff;
	border: 0;
	border-bottom: 1px solid var(--event-colour, var(--dywmec-border));
	border-left: 4px solid var(--event-colour, var(--dywmec-border));
	color: #121b38;
	display: grid;
	gap: 16px;
	grid-template-columns: 96px minmax(0, 1fr);
	min-height: 138px;
	padding: 22px;
	text-decoration: none;
	transition: background-color 180ms ease, box-shadow 180ms ease;
}

.dywmec-agenda-row:last-child {
	border-bottom: 0;
	border-radius: 0 0 11px 11px;
	overflow: hidden;
}

.dywmec-agenda-row:last-child .dywmec-agenda-image {
	border-radius: 7px 7px 11px 7px;
}

.dywmec-agenda-row:hover,
.dywmec-agenda-row:focus {
	background: #fbfaf7;
	box-shadow: inset 4px 0 0 var(--event-colour, #101b3a);
	color: #121b38;
	outline: 0;
	text-decoration: none;
}

.dywmec-agenda-row--has-image {
	grid-template-columns: 96px minmax(0, 1fr) 150px;
}

.dywmec-agenda-date {
	align-items: center;
	background: #fffefa;
	border: 1px solid var(--dywmec-border);
	border-radius: 7px;
	color: #121b38;
	display: flex;
	flex-direction: column;
	height: 92px;
	justify-content: center;
	line-height: 1;
	width: 96px;
}

.dywmec-agenda-date small {
	color: #6f7585;
	font-size: 11px;
	font-weight: inherit;
	text-transform: uppercase;
}

.dywmec-agenda-date strong {
	font-size: 31px;
	font-weight: inherit;
	margin: 5px 0 4px;
}

.dywmec-agenda-date em {
	color: #6f7585;
	font-size: 11px;
	font-style: normal;
	font-weight: inherit;
}

.dywmec-agenda-main {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}

.dywmec-agenda-kicker {
	align-items: center;
	color: #657087;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	font-weight: inherit;
	gap: 8px;
}

.dywmec-agenda-pill,
.dywmec-agenda-category {
	border-radius: 999px;
	display: inline-flex;
	font-size: 11px;
	font-weight: inherit;
	line-height: 1;
	padding: 5px 9px;
	text-transform: uppercase;
}

.dywmec-agenda-pill {
	color: #07112b;
}

.dywmec-agenda-category {
	background: #f2f6fa;
	border: 1px solid #dce5ee;
	color: #536179;
}

.dywmec-agenda-row[style*="#101b3a"] .dywmec-agenda-pill {
	color: #ffffff;
}

.dywmec-agenda-image {
	background-color: #f2f0eb;
	background-position: center;
	background-size: cover;
	border-radius: 7px;
	display: block;
	height: 92px;
	overflow: hidden;
	width: 150px;
}

.dywmec-agenda-main strong {
	color: #121b38;
	font-size: 18px;
	font-weight: inherit;
	line-height: 1.18;
	text-transform: uppercase;
}

.dywmec-agenda-excerpt {
	color: #4f5870;
	font-size: 15px;
	font-weight: inherit;
	line-height: 1.35;
}

.dywmec-agenda-meta {
	align-items: center;
	color: #667087;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	font-weight: inherit;
	gap: 14px;
}

.dywmec-agenda-meta span::before {
	color: #8d95a6;
	content: "◷";
	font-size: 12px;
	margin-right: 4px;
}

.dywmec-agenda-meta span + span::before {
	content: "⌖";
}

/* Native MEC total calendar search form */
.mec-search-form.mec-totalcal-box {
	--mec-dyw-accent: var(--dywmec-accent, #39c7df);
	--mec-dyw-border: var(--dywmec-border, #e8edf2);
	--mec-dyw-muted: var(--dywmec-muted, #8a96a3);
	--mec-dyw-navy: var(--dywmec-text, #09183a);
	background: linear-gradient(180deg, #ffffff, #f8fbfd);
	border: 1px solid var(--mec-dyw-border);
	border-radius: 8px;
	box-shadow: 0 16px 34px rgba(9, 24, 58, 0.06);
	margin: 0 0 22px;
	padding: 20px;
}

.mec-search-form.mec-totalcal-box form,
.mec-search-form.mec-totalcal-box .mec-dropdown-wrap,
.mec-search-form.mec-totalcal-box .mec-full-calendar-search-ends {
	align-items: stretch;
	display: grid;
	gap: 12px;
}

.mec-search-form.mec-totalcal-box form {
	grid-template-columns: 1fr;
}

.mec-search-form.mec-totalcal-box form > div:first-child > .mec-dropdown-wrap {
	grid-template-columns: repeat(3, minmax(180px, 1fr));
}

.mec-search-form.mec-totalcal-box .mec-full-calendar-search-ends {
	grid-template-columns: minmax(280px, 1fr) minmax(260px, 0.8fr) minmax(340px, 0.95fr) 88px;
}

.mec-search-form.mec-totalcal-box .mec-checkboxes-search,
.mec-search-form.mec-totalcal-box .mec-dropdown-search,
.mec-search-form.mec-totalcal-box .mec-text-input-search,
.mec-search-form.mec-totalcal-box .mec-date-search {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--mec-dyw-border);
	border-radius: 8px;
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	margin: 0;
	min-height: 58px;
	overflow: hidden;
	padding: 0;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
	width: 100%;
}

.mec-search-form.mec-totalcal-box .mec-searchbar-category-wrap,
.mec-search-form.mec-totalcal-box [id^="mec_sf_category_"] {
	min-width: 0;
	width: 100%;
}

.mec-search-form.mec-totalcal-box .mec-checkboxes-search:hover,
.mec-search-form.mec-totalcal-box .mec-dropdown-search:hover,
.mec-search-form.mec-totalcal-box .mec-text-input-search:hover,
.mec-search-form.mec-totalcal-box .mec-date-search:hover,
.mec-search-form.mec-totalcal-box .mec-checkboxes-search:focus-within,
.mec-search-form.mec-totalcal-box .mec-dropdown-search:focus-within,
.mec-search-form.mec-totalcal-box .mec-text-input-search:focus-within,
.mec-search-form.mec-totalcal-box .mec-date-search:focus-within {
	border-color: var(--mec-dyw-accent);
	box-shadow: 0 10px 24px rgba(9, 24, 58, 0.08);
	transform: translateY(-1px);
}

.mec-search-form.mec-totalcal-box .mec-checkboxes-search > i,
.mec-search-form.mec-totalcal-box .mec-dropdown-search > i,
.mec-search-form.mec-totalcal-box .mec-text-input-search > i,
.mec-search-form.mec-totalcal-box .mec-date-search > i {
	align-items: center;
	align-self: stretch;
	background: #fbfdff;
	border-right: 1px solid var(--mec-dyw-border);
	color: var(--mec-dyw-navy);
	display: flex;
	font-size: 16px;
	justify-content: center;
	margin: 0;
	width: 42px;
}

.mec-search-form.mec-totalcal-box select,
.mec-search-form.mec-totalcal-box input[type="search"],
.mec-search-form.mec-totalcal-box .select2-container--default .select2-selection--multiple,
.mec-search-form.mec-totalcal-box .select2-container--default .select2-selection--single {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--mec-dyw-navy);
	font-family: inherit;
	font-size: 14px;
	font-weight: inherit;
	min-height: 56px;
	outline: 0;
	padding: 0 14px;
	width: 100% !important;
}

.mec-search-form.mec-totalcal-box .select2-container {
	width: 100% !important;
}

.mec-search-form.mec-totalcal-box .select2-selection__rendered {
	align-items: center;
	display: flex !important;
	min-height: 56px;
	padding: 0 !important;
}

.mec-search-form.mec-totalcal-box .mec-checkboxes-search .select2-selection__rendered:empty::before,
.mec-search-form.mec-totalcal-box .mec-checkboxes-search .select2-selection__rendered:not(:has(.select2-selection__choice))::before {
	color: var(--mec-dyw-navy);
	content: "Category";
	font-weight: inherit;
}

.mec-search-form.mec-totalcal-box .select2-search__field {
	margin: 0 !important;
	min-height: 38px;
}

.mec-search-form.mec-totalcal-box select {
	appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, var(--mec-dyw-muted) 50%),
		linear-gradient(135deg, var(--mec-dyw-muted) 50%, transparent 50%);
	background-position:
		calc(100% - 18px) 50%,
		calc(100% - 13px) 50%;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
}

.mec-search-form.mec-totalcal-box .mec-date-search {
	grid-template-columns: 42px minmax(120px, 1fr) minmax(92px, 0.45fr);
}

.mec-search-form.mec-totalcal-box .mec-search-reset-button {
	align-items: stretch;
	display: flex;
	grid-column: 4;
	grid-row: 1;
	margin: 0;
}

.mec-search-form.mec-totalcal-box .mec-search-reset-button .mec-button {
	background: #ffffff;
	border: 1px solid var(--mec-dyw-border);
	border-radius: 8px;
	color: var(--mec-dyw-muted);
	font-family: inherit;
	font-size: 13px;
	font-weight: inherit;
	min-height: 58px;
	padding: 0 24px;
	text-transform: uppercase;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.mec-search-form.mec-totalcal-box .mec-search-reset-button .mec-button:hover,
.mec-search-form.mec-totalcal-box .mec-search-reset-button .mec-button:focus {
	background: var(--mec-dyw-navy);
	border-color: var(--mec-dyw-navy);
	color: #ffffff;
	outline: 0;
}

.mec-search-form.mec-totalcal-box .mec-tab-loader {
	align-items: stretch;
	display: flex;
	grid-column: 3;
	grid-row: 1;
	margin: 0;
	padding: 0;
	width: 100%;
}

.mec-search-form.mec-totalcal-box .mec-totalcal-view {
	background: #ffffff;
	border: 1px solid var(--mec-dyw-border);
	border-radius: 8px;
	display: flex;
	margin: 0;
	overflow: hidden;
	width: 100%;
}

.mec-search-form.mec-totalcal-box .mec-totalcal-view span {
	align-items: center;
	border-right: 1px solid var(--mec-dyw-border);
	color: var(--mec-dyw-muted);
	cursor: pointer;
	display: inline-flex;
	flex: 1 1 0;
	font-family: inherit;
	font-size: 12px;
	font-weight: inherit;
	justify-content: center;
	min-height: 58px;
	padding: 0 10px;
	text-transform: uppercase;
	transition: background-color 180ms ease, color 180ms ease;
	white-space: nowrap;
}

.mec-search-form.mec-totalcal-box .mec-totalcal-view span:last-child {
	border-right: 0;
}

.mec-search-form.mec-totalcal-box .mec-totalcal-view span:hover,
.mec-search-form.mec-totalcal-box .mec-totalcal-view span:focus,
.mec-search-form.mec-totalcal-box .mec-totalcal-view .mec-totalcalview-selected {
	background: var(--mec-dyw-navy);
	color: #ffffff;
}

@media (max-width: 1024px) {
	.dywmec-topbar {
		grid-template-columns: 1fr 1fr;
	}

	.dywmec-audience-legend {
		grid-column: 1 / -1;
		justify-content: flex-start;
	}

	.dywmec-filters {
		grid-template-columns: 1fr;
	}

	.dywmec-filter-group--terms {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.mec-search-form.mec-totalcal-box form > div:first-child > .mec-dropdown-wrap,
	.mec-search-form.mec-totalcal-box .mec-full-calendar-search-ends {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dywmec-board-day {
		min-height: 96px;
	}

	.dywmec-card-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.dywmec-calendar {
		--dywmec-radius: 14px;
	}

	.dywmec-topbar {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-bottom: 20px;
	}

	.dywmec-inline-filter,
	.dywmec-inline-filter--region {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.dywmec-inline-filter select {
		border-radius: 999px;
		font-size: 14px;
		height: 40px;
		padding-left: 14px;
	}

	.dywmec-audience-legend {
		gap: 10px 14px;
	}

	.dywmec-topbar--grid {
		margin-bottom: 12px;
	}

	.dywmec-category-legend {
		gap: 8px;
		justify-content: flex-start;
	}

	.dywmec-category-legend button {
		font-size: 12px;
		min-height: 32px;
		padding: 7px 11px !important;
	}

	.dywmec-toolbar {
		align-items: stretch;
		flex-direction: column;
		gap: 12px;
		padding: 12px;
	}

	.dywmec-view-toggle,
	.dywmec-nav {
		width: 100%;
	}

	.dywmec-nav {
		display: grid;
		gap: 8px;
		grid-template-columns: 36px minmax(70px, 1fr) 36px minmax(88px, auto);
		justify-content: flex-start;
	}

	.dywmec-icon-button {
		min-height: 36px;
		min-width: 36px;
		width: 36px;
	}

	.dywmec-today-button,
	.dywmec-jump-button {
		min-height: 36px;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.dywmec-title-wrap {
		grid-column: 1 / -1;
		margin-left: 0;
		min-width: 0;
		width: 100%;
	}

	.dywmec-title-button {
		background: #f7fafc !important;
		border: 1px solid #dfe8ee !important;
		border-radius: 999px;
		font-size: 14px;
		min-height: 38px;
		overflow: hidden;
		padding: 0 14px !important;
		text-align: center;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
	}

	.dywmec-date-popover {
		left: 0;
		max-width: calc(100vw - 24px);
		min-width: 0;
		right: auto;
		padding: 14px 12px;
		width: calc(100vw - 24px);
	}

	.dywmec-mini-calendar {
		gap: 10px;
	}

	.dywmec-picker-grid {
		background:
			linear-gradient(#f4f4f5, #f4f4f5) 0 0 / 100% 40px no-repeat,
			linear-gradient(#f4f4f5, #f4f4f5) 0 80px / 100% 40px no-repeat,
			linear-gradient(#f4f4f5, #f4f4f5) 0 160px / 100% 40px no-repeat;
	}

	.dywmec-picker-day {
		height: 40px;
		font-size: 14px;
	}

	.dywmec-month-pills {
		gap: 6px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.dywmec-month-pills button {
		font-size: 11px;
		padding: 8px 7px !important;
	}

	.dywmec-view-toggle button {
		flex: 1;
		padding-left: 8px;
		padding-right: 8px;
	}

	.dywmec-filters {
		grid-template-columns: 1fr;
	}

	.dywmec-cards-view {
		border-radius: 18px;
		padding: 18px;
	}

	.dywmec-card-grid {
		gap: 12px;
	}

	.dywmec-grid-card {
		gap: 12px;
		grid-template-columns: 58px minmax(0, 1fr);
		min-height: 0;
		padding: 12px;
	}

	.dywmec-grid-card__date {
		height: 58px;
		width: 52px;
	}

	.dywmec-grid-card__date strong {
		font-size: 24px;
	}

	.dywmec-grid-card__body strong {
		font-size: 15px;
	}

	.dywmec-grid-card__image {
		grid-column: 1 / -1;
		height: 132px;
		justify-self: stretch;
	}

	.dywmec-grid-more {
		padding-top: 18px;
	}

	.dywmec-filter-group--dates,
	.dywmec-filter-group--terms,
	.mec-search-form.mec-totalcal-box form > div:first-child > .mec-dropdown-wrap,
	.mec-search-form.mec-totalcal-box .mec-full-calendar-search-ends {
		grid-template-columns: 1fr;
	}

	.mec-search-form.mec-totalcal-box {
		padding: 14px;
	}

	.mec-search-form.mec-totalcal-box .mec-totalcal-view {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
	}

	.mec-search-form.mec-totalcal-box .mec-search-reset-button,
	.mec-search-form.mec-totalcal-box .mec-tab-loader {
		grid-column: auto;
		grid-row: auto;
	}

	.mec-search-form.mec-totalcal-box .mec-totalcal-view span {
		border-bottom: 1px solid var(--mec-dyw-border);
		justify-content: center;
	}

	.mec-search-form.mec-totalcal-box .mec-totalcal-view span:nth-child(even) {
		border-right: 0;
	}

	.mec-search-form.mec-totalcal-box .mec-totalcal-view span:nth-last-child(-n+2) {
		border-bottom: 0;
	}

	.dywmec-month-board {
		overflow: visible;
	}

	.dywmec-board-head,
	.dywmec-board-grid {
		min-width: 0;
	}

	.dywmec-board-head div {
		font-size: 10px;
		min-height: 34px;
	}

	.dywmec-board-day {
		gap: 4px;
		min-height: 72px;
		padding: 5px;
	}

	.dywmec-day-number {
		font-size: 11px;
		height: 24px;
		min-height: 24px;
		min-width: 24px;
		padding: 0 !important;
		width: 24px;
	}

	.dywmec-cell-events {
		gap: 3px;
	}

	.dywmec-cell-event,
	.dywmec-more-events {
		border-left-width: 3px;
		font-size: 10px;
		line-height: 1.05;
		min-height: 20px;
		padding: 4px 5px !important;
	}

	.dywmec-cell-popover {
		display: none;
	}

	.dywmec-panel,
	.dywmec-day-view {
		padding: 20px;
	}

	.dywmec-list-view {
		padding: 0;
	}

	.dywmec-event {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.dywmec-thumb {
		display: none;
	}

	.dywmec-agenda-month {
		padding: 14px 16px;
	}

	.dywmec-agenda-row {
		align-items: flex-start;
		gap: 12px;
		grid-template-columns: 62px minmax(0, 1fr);
		min-height: 0;
		padding: 16px 12px;
	}

	.dywmec-agenda-row--has-image {
		grid-template-columns: 62px minmax(0, 1fr);
	}

	.dywmec-agenda-image {
		grid-column: 2;
		height: 120px;
		width: 100%;
	}

	.dywmec-agenda-date {
		height: 64px;
		width: 62px;
	}

	.dywmec-agenda-date strong {
		font-size: 22px;
	}

	.dywmec-agenda-main strong {
		font-size: 16px;
	}
}

.dywmec-calendar .dywmec-inline-filter select,
.dywmec-calendar .dywmec-filter-control input,
.dywmec-calendar .dywmec-filter-control select {
	background-color: #ffffff !important;
	color: #0f1e3d !important;
}

.dywmec-calendar .dywmec-audience-legend button {
	background: transparent !important;
	border-color: transparent !important;
	box-shadow: none !important;
	color: #697084 !important;
	min-width: 0 !important;
	width: auto !important;
}

.dywmec-calendar .dywmec-audience-legend button:hover,
.dywmec-calendar .dywmec-audience-legend button:focus,
.dywmec-calendar .dywmec-audience-legend button.is-active {
	background: rgba(16, 27, 58, 0.06) !important;
	color: #121b38 !important;
}

.dywmec-calendar .dywmec-category-legend button {
	background: #ffffff !important;
	border: 1px solid #e0e7ef !important;
	box-shadow: none !important;
	color: #121b38 !important;
	min-width: 0 !important;
	width: auto !important;
}

.dywmec-calendar .dywmec-category-legend button:hover,
.dywmec-calendar .dywmec-category-legend button:focus,
.dywmec-calendar .dywmec-category-legend button.is-active {
	background: #121b38 !important;
	border-color: #121b38 !important;
	color: #ffffff !important;
}

.dywmec-calendar .dywmec-view-toggle button {
	background: transparent !important;
	border-color: transparent !important;
	box-shadow: none !important;
	color: var(--dywmec-button-text) !important;
	min-width: 0 !important;
	width: auto !important;
}

.dywmec-calendar .dywmec-view-toggle button:hover,
.dywmec-calendar .dywmec-view-toggle button:focus,
.dywmec-calendar .dywmec-view-toggle button.is-active {
	background: var(--dywmec-button-hover-bg) !important;
	color: var(--dywmec-button-hover-text) !important;
}

.dywmec-calendar .dywmec-icon-button,
.dywmec-calendar .dywmec-today-button {
	background: #ffffff !important;
	border-color: #dedbd4 !important;
	box-shadow: none !important;
	color: #121b38 !important;
}

.dywmec-calendar .dywmec-jump-button {
	background: #67bde0 !important;
	border-color: #67bde0 !important;
	box-shadow: none !important;
	color: #121b38 !important;
}

.dywmec-calendar .dywmec-icon-button:hover,
.dywmec-calendar .dywmec-icon-button:focus,
.dywmec-calendar .dywmec-today-button:hover,
.dywmec-calendar .dywmec-today-button:focus,
.dywmec-calendar .dywmec-jump-button:hover,
.dywmec-calendar .dywmec-jump-button:focus {
	background: #67bde0 !important;
	border-color: #67bde0 !important;
	color: #121b38 !important;
}
