.epv_oec_app {
	--epv-oec-navy: #082443;
	--epv-oec-blue: #1769D2;
	--epv-oec-blue-hover: #1058B5;
	--epv-oec-blue-light: #EAF3FF;
	--epv-oec-grey-50: #F7F9FB;
	--epv-oec-grey-100: #EEF2F5;
	--epv-oec-grey-200: #DCE3E8;
	--epv-oec-grey-500: #667784;
	--epv-oec-heading: #142B45;
	--epv-oec-text: #445767;
	--epv-oec-white: #FFFFFF;
	--epv-oec-success: #57A844;
	--epv-oec-warning: #E9A823;
	--epv-oec-busy: #EF6C2F;
	--epv-oec-very-busy: #C73737;
	--epv-oec-shadow: 0 10px 30px rgba(8, 36, 67, 0.07);
	color: var(--epv-oec-text);
	font-family: inherit;
	font-size: 16px;
	line-height: 1.55;
	margin: 24px auto;
	left: auto;
	max-width: 1280px;
	min-width: 0;
	position: relative;
	transform: none;
	width: min(100%, 1280px);
}

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

.epv_oec_app button,
.epv_oec_app input,
.epv_oec_app select {
	font: inherit;
}

.epv_oec_app button,
.epv_oec_app a,
.epv_oec_app input,
.epv_oec_app select,
.epv_oec_app summary {
	-webkit-tap-highlight-color: transparent;
}

.epv_oec_app button:focus-visible,
.epv_oec_app a:focus-visible,
.epv_oec_app input:focus-visible,
.epv_oec_app select:focus-visible,
.epv_oec_app summary:focus-visible {
	box-shadow: 0 0 0 3px rgba(23, 105, 210, 0.25);
	outline: 2px solid var(--epv-oec-blue);
	outline-offset: 2px;
}

.epv_oec_app h2,
.epv_oec_app h3,
.epv_oec_app h4,
.epv_oec_app p {
	margin-top: 0;
}

.epv_oec_app h2,
.epv_oec_app h3,
.epv_oec_app h4 {
	color: var(--epv-oec-heading);
	font-family: inherit;
	line-height: 1.2;
}

.epv_oec_app h2 {
	font-size: clamp(1.65rem, 2.2vw, 2.2rem);
	letter-spacing: -0.025em;
	margin-bottom: 8px;
}

.epv_oec_app h3 {
	font-size: 1.12rem;
	margin-bottom: 10px;
}

.epv_oec_app h4 {
	font-size: 1rem;
	margin-bottom: 8px;
}

.epv_oec_app p:last-child {
	margin-bottom: 0;
}

.epv_oec_shell {
	align-items: start;
	background: var(--epv-oec-grey-50);
	border: 1px solid var(--epv-oec-grey-200);
	border-radius: 14px;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(220px, 250px) minmax(680px, 1fr) minmax(280px, 310px);
	padding: 18px;
}

.epv_oec_panel {
	background: var(--epv-oec-white);
	border: 1px solid var(--epv-oec-grey-200);
	border-radius: 12px;
	box-shadow: var(--epv-oec-shadow);
}

.epv_oec_sidebar {
	padding: 22px 18px;
	position: sticky;
	top: 24px;
}

.epv_oec_sidebar_intro {
	border-bottom: 1px solid var(--epv-oec-grey-200);
	margin-bottom: 18px;
	padding-bottom: 18px;
}

.epv_oec_sidebar_title {
	font-size: 1.3rem !important;
}

.epv_oec_sidebar_intro p:last-child,
.epv_oec_header_copy p:last-child {
	color: var(--epv-oec-grey-500);
	font-size: 0.92rem;
}

.epv_oec_eyebrow {
	color: var(--epv-oec-blue);
	font-size: 0.73rem;
	font-weight: 750;
	letter-spacing: 0.105em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.epv_oec_button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 9px;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.88rem;
	font-weight: 700;
	gap: 7px;
	justify-content: center;
	min-height: 44px;
	padding: 9px 14px;
	text-align: center;
	text-decoration: none !important;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.epv_oec_button:hover {
	transform: translateY(-1px);
}

.epv_oec_button_primary {
	background: var(--epv-oec-blue);
	color: var(--epv-oec-white) !important;
}

.epv_oec_button_primary:hover {
	background: var(--epv-oec-blue-hover);
}

.epv_oec_button_secondary {
	background: var(--epv-oec-white);
	border-color: var(--epv-oec-grey-200);
	color: var(--epv-oec-blue) !important;
}

.epv_oec_button_secondary:hover {
	background: var(--epv-oec-blue-light);
	border-color: #b7d2f4;
}

.epv_oec_button_full {
	width: 100%;
}

.epv_oec_search {
	margin: 20px 0;
}

.epv_oec_search > label {
	color: var(--epv-oec-heading);
	display: block;
	font-size: 0.82rem;
	font-weight: 700;
	margin-bottom: 7px;
}

.epv_oec_search_control {
	position: relative;
}

.epv_oec_search_icon {
	color: var(--epv-oec-grey-500);
	font-size: 1.2rem;
	left: 12px;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	top: 13px;
}

.epv_oec_search_input {
	background: var(--epv-oec-grey-50) !important;
	border: 1px solid var(--epv-oec-grey-200) !important;
	border-radius: 9px !important;
	color: var(--epv-oec-heading) !important;
	font-size: 0.88rem !important;
	height: 46px;
	line-height: 1 !important;
	margin: 0 !important;
	padding: 0 39px 0 36px !important;
	width: 100%;
}

.epv_oec_search_input::placeholder {
	color: #738491;
}

.epv_oec_search_clear {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 50%;
	color: var(--epv-oec-grey-500);
	cursor: pointer;
	display: flex;
	font-size: 1.3rem;
	height: 34px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 5px;
	top: 6px;
	width: 34px;
}

.epv_oec_filter_panel {
	border-bottom: 1px solid var(--epv-oec-grey-200);
	border-top: 1px solid var(--epv-oec-grey-200);
	padding: 4px 0;
}

.epv_oec_filter_summary {
	align-items: center;
	color: var(--epv-oec-heading);
	cursor: pointer;
	display: flex;
	font-size: 0.86rem;
	font-weight: 750;
	justify-content: space-between;
	list-style: none;
	min-height: 44px;
}

.epv_oec_filter_summary::-webkit-details-marker {
	display: none;
}

.epv_oec_filter_summary::after {
	content: '⌄';
	font-size: 1rem;
	margin-left: 5px;
	transition: transform 160ms ease;
}

.epv_oec_filter_panel[open] .epv_oec_filter_summary::after {
	transform: rotate(180deg);
}

.epv_oec_filter_count {
	align-items: center;
	background: var(--epv-oec-blue-light);
	border-radius: 99px;
	color: var(--epv-oec-blue);
	display: inline-flex;
	font-size: 0.72rem;
	height: 22px;
	justify-content: center;
	margin-left: auto;
	min-width: 22px;
	padding: 0 6px;
}

.epv_oec_filters {
	display: grid;
	gap: 2px;
	padding: 4px 0 10px;
}

.epv_oec_filter {
	align-items: center;
	border-radius: 7px;
	color: var(--epv-oec-text);
	cursor: pointer;
	display: grid;
	font-size: 0.85rem;
	gap: 8px;
	grid-template-columns: 18px 18px 1fr;
	min-height: 38px;
	padding: 5px 7px;
	position: relative;
}

.epv_oec_filter:hover {
	background: var(--epv-oec-grey-50);
}

.epv_oec_filter input {
	height: 1px;
	op: 50%;
	left: 10px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.epv_oec_filter input:focus-visible + .epv_oec_filter_mark {
	box-shadow: 0 0 0 3px rgba(23, 105, 210, 0.22);
	outline: 2px solid var(--epv-oec-blue);
	outline-offset: 1px;
}

.epv_oec_filter_mark {
	background: var(--epv-oec-white);
	border: 1.5px solid #9dabb4;
	border-radius: 4px;
	display: block;
	height: 17px;
	position: relative;
	width: 17px;
}

.epv_oec_filter input:checked + .epv_oec_filter_mark {
	background: var(--epv-oec-category-color);
	border-color: var(--epv-oec-category-color);
}

.epv_oec_filter input:checked + .epv_oec_filter_mark::after {
	border: solid var(--epv-oec-white);
	border-width: 0 2px 2px 0;
	content: '';
	height: 8px;
	left: 5px;
	position: absolute;
	top: 2px;
	transform: rotate(45deg);
	width: 4px;
}

.epv_oec_category_icon {
	color: var(--epv-oec-category-color);
	font-size: 0.9rem;
	font-weight: 800;
	text-align: center;
}

.epv_oec_text_button {
	background: transparent;
	border: 0;
	color: var(--epv-oec-blue);
	cursor: pointer;
	font-size: 0.8rem;
	font-weight: 750;
	justify-self: start;
	min-height: 38px;
	padding: 5px 7px;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.epv_oec_crowd_guide {
	padding-top: 20px;
}

.epv_oec_crowd_guide h3 {
	font-size: 0.9rem;
}

.epv_oec_crowd_legend {
	display: grid;
	gap: 7px;
	grid-template-columns: 1fr 1fr;
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
}

.epv_oec_crowd_legend li,
.epv_oec_crowd_label {
	align-items: center;
	color: var(--epv-oec-text);
	display: inline-flex;
	font-size: 0.76rem;
	gap: 6px;
}

.epv_oec_crowd_dot {
	background: var(--epv-oec-grey-500);
	border: 2px solid var(--epv-oec-white);
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(8, 36, 67, 0.12);
	display: inline-block;
	flex: 0 0 auto;
	height: 10px;
	width: 10px;
}

.epv_oec_crowd_dot_low { background: var(--epv-oec-success); }
.epv_oec_crowd_dot_moderate { background: var(--epv-oec-warning); }
.epv_oec_crowd_dot_busy { background: var(--epv-oec-busy); }
.epv_oec_crowd_dot_very-busy { background: var(--epv-oec-very-busy); }

.epv_oec_disclaimer {
	color: var(--epv-oec-grey-500);
	font-size: 0.72rem;
	line-height: 1.45;
}

.epv_oec_main {
	min-width: 0;
	overflow: hidden;
	padding: clamp(18px, 2.2vw, 30px);
}

.epv_oec_header {
	align-items: flex-start;
	display: flex;
	gap: 18px;
	justify-content: space-between;
}

.epv_oec_header_copy {
	max-width: 650px;
}

.epv_oec_view_switch {
	background: var(--epv-oec-grey-100);
	border: 1px solid var(--epv-oec-grey-200);
	border-radius: 9px;
	display: flex;
	flex: 0 0 auto;
	padding: 3px;
}

.epv_oec_view_button {
	background: transparent;
	border: 0;
	border-radius: 6px;
	color: var(--epv-oec-grey-500);
	cursor: pointer;
	font-size: 0.78rem;
	font-weight: 700;
	min-height: 36px;
	padding: 6px 10px;
}

.epv_oec_view_button.epv_oec_is_active {
	background: var(--epv-oec-white);
	box-shadow: 0 2px 8px rgba(8, 36, 67, 0.09);
	color: var(--epv-oec-blue);
}

.epv_oec_sample_notice {
	align-items: flex-start;
	background: var(--epv-oec-blue-light);
	border: 1px solid #c7ddf8;
	border-radius: 9px;
	color: #294e76;
	display: flex;
	font-size: 0.78rem;
	gap: 8px;
	margin: 18px 0;
	padding: 9px 11px;
}

.epv_oec_sample_notice > span {
	align-items: center;
	background: var(--epv-oec-blue);
	border-radius: 50%;
	color: var(--epv-oec-white);
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 0.66rem;
	font-weight: 800;
	height: 17px;
	justify-content: center;
	margin-top: 1px;
	width: 17px;
}

.epv_oec_calendar_toolbar {
	align-items: center;
	display: grid;
	grid-template-columns: 44px 1fr 44px;
	margin: 6px 0 10px;
}

.epv_oec_icon_button,
.epv_oec_details_close {
	align-items: center;
	background: var(--epv-oec-white);
	border: 1px solid var(--epv-oec-grey-200);
	border-radius: 9px;
	color: var(--epv-oec-heading);
	cursor: pointer;
	display: inline-flex;
	font-size: 1.5rem;
	height: 44px;
	justify-content: center;
	padding: 0;
	transition: background-color 160ms ease, color 160ms ease;
	width: 44px;
}

.epv_oec_icon_button:hover,
.epv_oec_details_close:hover {
	background: var(--epv-oec-blue-light);
	color: var(--epv-oec-blue);
}

.epv_oec_icon_button_small {
	font-size: 1.15rem;
	height: 36px;
	width: 36px;
}

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

.epv_oec_current_period strong {
	color: var(--epv-oec-heading);
	font-size: 1.18rem;
}

.epv_oec_year_select {
	appearance: auto;
	background: var(--epv-oec-grey-50) !important;
	border: 1px solid var(--epv-oec-grey-200) !important;
	border-radius: 7px !important;
	color: var(--epv-oec-heading) !important;
	font-size: 0.88rem !important;
	height: 36px !important;
	line-height: 1 !important;
	margin: 0 !important;
	min-width: 80px;
	padding: 0 8px !important;
}

.epv_oec_month_tabs {
	border-bottom: 1px solid var(--epv-oec-grey-200);
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	margin-bottom: 11px;
}

.epv_oec_month_tab {
	background: transparent;
	border: 0;
	border-bottom: 2px solid transparent;
	color: var(--epv-oec-grey-500);
	cursor: pointer;
	font-size: 0.68rem;
	font-weight: 750;
	min-height: 40px;
	padding: 6px 1px;
}

.epv_oec_month_tab:hover,
.epv_oec_month_tab.epv_oec_is_active {
	color: var(--epv-oec-blue);
}

.epv_oec_month_tab.epv_oec_is_active {
	border-bottom-color: var(--epv-oec-blue);
}

.epv_oec_category_legend {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 12px;
	margin: 10px 0 13px;
}

.epv_oec_category_legend > span {
	align-items: center;
	color: var(--epv-oec-grey-500);
	display: inline-flex;
	font-size: 0.65rem;
	font-weight: 650;
	gap: 4px;
}

.epv_oec_legend_mark {
	background: var(--epv-oec-category-color);
	border-radius: 2px;
	display: inline-block;
	height: 8px;
	width: 3px;
}

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

.epv_oec_weekdays {
	background: var(--epv-oec-grey-50);
	border: 1px solid var(--epv-oec-grey-200);
	border-bottom: 0;
	border-radius: 9px 9px 0 0;
}

.epv_oec_weekdays span {
	color: var(--epv-oec-grey-500);
	font-size: 0.64rem;
	font-weight: 750;
	padding: 8px 4px;
	text-align: center;
	text-transform: uppercase;
}

.epv_oec_calendar_grid {
	border-left: 1px solid var(--epv-oec-grey-200);
	border-top: 1px solid var(--epv-oec-grey-200);
}

.epv_oec_day {
	background: var(--epv-oec-white);
	border-bottom: 1px solid var(--epv-oec-grey-200);
	border-right: 1px solid var(--epv-oec-grey-200);
	min-height: 100px;
	min-width: 0;
	padding: 5px;
	position: relative;
}

.epv_oec_day:nth-last-child(-n + 7):first-child,
.epv_oec_day:last-child {
	border-radius: 0 0 8px 0;
}

.epv_oec_day.epv_oec_is_outside {
	background: #fafbfc;
}

.epv_oec_day.epv_oec_is_outside .epv_oec_day_number,
.epv_oec_day.epv_oec_is_outside .epv_oec_event_chip {
	opacity: 0.48;
}

.epv_oec_day.epv_oec_is_today {
	background: #f4f8ff;
	box-shadow: inset 0 0 0 2px var(--epv-oec-blue);
	z-index: 1;
}

.epv_oec_day_header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}

.epv_oec_day_number {
	align-items: center;
	color: var(--epv-oec-heading);
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 750;
	height: 22px;
	justify-content: center;
	width: 22px;
}

.epv_oec_is_today .epv_oec_day_number {
	background: var(--epv-oec-blue);
	border-radius: 50%;
	color: var(--epv-oec-white);
}

.epv_oec_day_crowd {
	height: 9px;
	width: 9px;
}

.epv_oec_day_chips {
	display: grid;
	gap: 3px;
}

.epv_oec_event_chip,
.epv_oec_more_button {
	border-radius: 5px;
	color: var(--epv-oec-heading);
	cursor: pointer;
	display: block;
	font-size: 0.61rem;
	font-weight: 700;
	line-height: 1.25;
	min-height: 24px;
	min-width: 0;
	overflow: hidden;
	padding: 4px 4px 4px 6px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.epv_oec_event_chip {
	background: var(--epv-oec-grey-50);
	background: color-mix(in srgb, var(--epv-oec-category-color) 9%, white);
	border: 0;
	border-left: 3px solid var(--epv-oec-category-color);
}

.epv_oec_event_chip:hover {
	background: var(--epv-oec-blue-light);
}

.epv_oec_event_chip_icon {
	color: var(--epv-oec-category-color);
	margin-right: 3px;
}

.epv_oec_more_button {
	background: transparent;
	border: 0;
	color: var(--epv-oec-blue);
	font-weight: 750;
	padding-left: 4px;
}

.epv_oec_day_events {
	background: var(--epv-oec-grey-50);
	border: 1px solid var(--epv-oec-grey-200);
	border-radius: 10px;
	margin-top: 12px;
	padding: 14px;
}

.epv_oec_day_events_header {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.epv_oec_day_events_header h3 {
	margin: 0;
}

.epv_oec_day_events_list {
	display: grid;
	gap: 7px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 10px;
}

.epv_oec_day_event_button {
	align-items: center;
	background: var(--epv-oec-white);
	border: 1px solid var(--epv-oec-grey-200);
	border-left: 4px solid var(--epv-oec-category-color);
	border-radius: 7px;
	color: var(--epv-oec-heading);
	cursor: pointer;
	display: flex;
	font-size: 0.78rem;
	font-weight: 700;
	gap: 7px;
	min-height: 44px;
	padding: 7px 9px;
	text-align: left;
}

.epv_oec_list_view {
	display: grid;
	gap: 18px;
}

.epv_oec_date_group + .epv_oec_date_group {
	border-top: 1px solid var(--epv-oec-grey-200);
	padding-top: 16px;
}

.epv_oec_date_group > h3 {
	font-size: 0.88rem;
	margin-bottom: 10px;
}

.epv_oec_event_card {
	align-items: flex-start;
	background: var(--epv-oec-white);
	border: 1px solid var(--epv-oec-grey-200);
	border-left: 4px solid var(--epv-oec-category-color);
	border-radius: 10px;
	display: grid;
	gap: 14px;
	grid-template-columns: 54px minmax(0, 1fr);
	margin-bottom: 10px;
	padding: 14px;
}

.epv_oec_event_card_date {
	align-items: center;
	background: var(--epv-oec-grey-50);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	min-height: 58px;
	padding: 7px 4px;
}

.epv_oec_event_card_date span {
	color: var(--epv-oec-blue);
	font-size: 0.64rem;
	font-weight: 800;
	text-transform: uppercase;
}

.epv_oec_event_card_date strong {
	color: var(--epv-oec-heading);
	font-size: 1.2rem;
	line-height: 1.2;
}

.epv_oec_event_card_body > h4 {
	font-size: 1.08rem;
	margin: 6px 0 3px;
}

.epv_oec_event_card_body > p:not(.epv_oec_event_meta) {
	font-size: 0.84rem;
	margin-bottom: 11px;
}

.epv_oec_event_meta {
	color: var(--epv-oec-grey-500);
	font-size: 0.75rem;
	margin-bottom: 8px;
}

.epv_oec_badge {
	background: var(--epv-oec-grey-100);
	background: color-mix(in srgb, var(--epv-oec-category-color, var(--epv-oec-blue)) 11%, white);
	border: 1px solid color-mix(in srgb, var(--epv-oec-category-color, var(--epv-oec-blue)) 28%, white);
	border-radius: 99px;
	color: var(--epv-oec-heading);
	display: inline-flex;
	font-size: 0.67rem;
	font-weight: 750;
	line-height: 1.2;
	padding: 4px 8px;
}

.epv_oec_event_card_footer {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.epv_oec_event_card_footer .epv_oec_button {
	margin-left: auto;
}

.epv_oec_tags {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.epv_oec_tags > span {
	background: var(--epv-oec-grey-50);
	border: 1px solid var(--epv-oec-grey-200);
	border-radius: 99px;
	color: var(--epv-oec-grey-500);
	font-size: 0.66rem;
	padding: 3px 7px;
}

.epv_oec_empty_state {
	align-items: center;
	background: var(--epv-oec-grey-50);
	border: 1px dashed #b9c6cf;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	margin-top: 14px;
	padding: 32px 18px;
	text-align: center;
}

.epv_oec_empty_icon {
	color: var(--epv-oec-blue);
	font-size: 1.8rem;
	margin-bottom: 8px;
}

.epv_oec_empty_state p {
	font-size: 0.86rem;
	margin-bottom: 14px;
}

.epv_oec_planning {
	border-top: 1px solid var(--epv-oec-grey-200);
	margin-top: 26px;
	padding-top: 24px;
}

.epv_oec_section_heading {
	align-items: flex-end;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	margin-bottom: 14px;
}

.epv_oec_section_heading h3 {
	font-size: 1.22rem;
	margin: 0;
}

.epv_oec_sample_badge {
	background: var(--epv-oec-blue-light);
	border-radius: 99px;
	color: var(--epv-oec-blue);
	font-size: 0.68rem;
	font-weight: 750;
	padding: 5px 9px;
}

.epv_oec_planning_grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.epv_oec_planning_card {
	background: var(--epv-oec-grey-50);
	border: 1px solid var(--epv-oec-grey-200);
	border-radius: 10px;
	grid-column: span 2;
	min-width: 0;
	padding: 13px;
}

.epv_oec_planning_weather,
.epv_oec_planning_school {
	grid-column: span 3;
}

.epv_oec_planning_icon {
	align-items: center;
	background: var(--epv-oec-blue-light);
	border-radius: 7px;
	color: var(--epv-oec-blue);
	display: inline-flex;
	font-size: 0.9rem;
	height: 28px;
	justify-content: center;
	margin-bottom: 8px;
	width: 28px;
}

.epv_oec_planning_card h4 {
	font-size: 0.82rem;
	margin-bottom: 7px;
}

.epv_oec_planning_card p,
.epv_oec_planning_card li,
.epv_oec_planning_card dt,
.epv_oec_planning_card dd {
	font-size: 0.7rem;
}

.epv_oec_planning_card ul {
	margin: 0;
	padding-left: 16px;
}

.epv_oec_planning_value {
	color: var(--epv-oec-heading);
	display: block;
	font-size: 1.1rem;
	margin-bottom: 5px;
}

.epv_oec_temperature {
	display: flex;
	gap: 18px;
	margin-bottom: 7px;
}

.epv_oec_temperature > span {
	display: flex;
	flex-direction: column;
}

.epv_oec_temperature small {
	color: var(--epv-oec-grey-500);
	font-size: 0.61rem;
}

.epv_oec_temperature strong {
	color: var(--epv-oec-heading);
	font-size: 0.86rem;
}

.epv_oec_planning_school dl {
	margin: 0 0 7px;
}

.epv_oec_planning_school dl div {
	display: grid;
	gap: 6px;
	grid-template-columns: 52px 1fr;
	margin-bottom: 4px;
}

.epv_oec_planning_school dt {
	color: var(--epv-oec-heading);
	font-weight: 800;
}

.epv_oec_planning_school dd {
	margin: 0;
}

.epv_oec_details_column {
	display: grid;
	gap: 14px;
	min-width: 0;
	position: sticky;
	top: 24px;
}

.epv_oec_details {
	min-height: 340px;
	overflow: hidden;
	position: relative;
}

.epv_oec_details_default {
	padding: 18px;
}

.epv_oec_details_placeholder {
	align-items: center;
	background: var(--epv-oec-blue-light);
	border-radius: 9px;
	display: flex;
	height: 120px;
	justify-content: center;
	margin-bottom: 17px;
}

.epv_oec_details_placeholder span {
	align-items: center;
	background: var(--epv-oec-white);
	border: 1px solid #c7ddf8;
	border-radius: 50%;
	color: var(--epv-oec-blue);
	display: flex;
	font-size: 1.4rem;
	height: 52px;
	justify-content: center;
	width: 52px;
}

.epv_oec_details_default > p:last-child {
	color: var(--epv-oec-grey-500);
	font-size: 0.84rem;
}

.epv_oec_details_close {
	background: rgba(255, 255, 255, 0.94);
	font-size: 1.2rem;
	height: 36px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 36px;
	z-index: 2;
}

.epv_oec_details_image {
	align-items: center;
	background: var(--epv-oec-blue-light);
	background-position: center;
	background-size: cover;
	display: flex;
	height: 155px;
	justify-content: center;
}

.epv_oec_details_image span {
	align-items: center;
	background: rgba(255, 255, 255, 0.92);
	border-radius: 50%;
	color: var(--epv-oec-category-color, var(--epv-oec-blue));
	display: flex;
	font-size: 1.5rem;
	height: 56px;
	justify-content: center;
	width: 56px;
}

.epv_oec_details_image.epv_oec_has_image span {
	display: none;
}

.epv_oec_details_body {
	padding: 18px;
}

.epv_oec_details_body h3 {
	font-size: 1.25rem;
	margin: 9px 0 6px;
}

.epv_oec_details_date {
	color: var(--epv-oec-heading);
	font-size: 0.82rem;
	font-weight: 750;
	margin-bottom: 5px;
}

.epv_oec_date_status {
	background: #fff8e8;
	border-left: 3px solid var(--epv-oec-warning);
	color: #725619;
	font-size: 0.7rem;
	margin: 10px 0;
	padding: 7px 8px;
}

.epv_oec_status_badge {
	background: #e8eef5;
	border-radius: 999px;
	color: var(--epv-oec-heading);
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	margin: 0 6px 8px 0;
	padding: 4px 9px;
	text-transform: uppercase;
}

.epv_oec_status_cancelled {
	background: #fde8e8;
	color: #9d1c1c;
}

.epv_oec_status_postponed,
.epv_oec_status_needs-verification {
	background: #fff2cf;
	color: #76530b;
}

.epv_oec_status_message {
	background: #fff7dd;
	border-left: 4px solid var(--epv-oec-warning);
	border-radius: 6px;
	padding: 10px 12px;
}

.epv_oec_details_body > p:not(.epv_oec_event_meta):not(.epv_oec_details_date):not(.epv_oec_date_status) {
	font-size: 0.83rem;
}

.epv_oec_details_crowd {
	align-items: center;
	background: var(--epv-oec-grey-50);
	border-radius: 8px;
	display: flex;
	font-size: 0.76rem;
	justify-content: space-between;
	margin: 13px 0;
	padding: 9px 10px;
}

.epv_oec_details_crowd strong {
	color: var(--epv-oec-heading);
}

.epv_oec_details_crowd small,
.epv_oec_image_credit {
	display: block;
	font-size: 0.76rem;
	font-weight: 500;
	margin-top: 5px;
}

.epv_oec_details_below .epv_oec_details_column {
	grid-column: 2 / -1;
}

.epv_oec_details_actions {
	display: grid;
	gap: 8px;
	margin-top: 16px;
}

.epv_oec_compare {
	align-items: center;
	color: var(--epv-oec-heading) !important;
	display: grid;
	gap: 9px;
	grid-template-columns: 36px 1fr auto;
	padding: 13px;
	text-decoration: none !important;
	transition: border-color 160ms ease, transform 160ms ease;
}

.epv_oec_compare:hover {
	border-color: #b7d2f4;
	transform: translateY(-1px);
}

.epv_oec_compare_icon {
	align-items: center;
	background: var(--epv-oec-blue-light);
	border-radius: 7px;
	color: var(--epv-oec-blue);
	display: flex;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.epv_oec_compare small,
.epv_oec_compare strong {
	display: block;
}

.epv_oec_compare small {
	color: var(--epv-oec-grey-500);
	font-size: 0.61rem;
}

.epv_oec_compare strong {
	font-size: 0.8rem;
}

.epv_oec_quick_links {
	background: var(--epv-oec-white);
	border: 1px solid var(--epv-oec-grey-200);
	border-radius: 12px;
	box-shadow: var(--epv-oec-shadow);
	margin-top: 18px;
	padding: 20px;
}

.epv_oec_quick_links_grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.epv_oec_quick_link {
	background: var(--epv-oec-grey-50);
	border: 1px solid var(--epv-oec-grey-200);
	border-radius: 9px;
	color: var(--epv-oec-heading) !important;
	display: flex;
	flex-direction: column;
	min-height: 132px;
	padding: 13px;
	text-decoration: none !important;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.epv_oec_quick_link:hover {
	background: var(--epv-oec-blue-light);
	border-color: #b7d2f4;
	transform: translateY(-2px);
}

.epv_oec_quick_link_icon {
	align-items: center;
	align-self: flex-end;
	background: var(--epv-oec-white);
	border-radius: 50%;
	color: var(--epv-oec-blue);
	display: flex;
	font-size: 0.75rem;
	height: 27px;
	justify-content: center;
	margin-bottom: 8px;
	width: 27px;
}

.epv_oec_quick_link strong {
	font-size: 0.82rem;
	margin-bottom: 4px;
}

.epv_oec_quick_link small {
	color: var(--epv-oec-grey-500);
	font-size: 0.68rem;
	line-height: 1.4;
}

.epv_oec_nojs {
	background: #fff8e8;
	border: 1px solid #ead6a7;
	border-radius: 10px;
	margin-top: 18px;
	padding: 20px;
}

.epv_oec_nojs_event {
	border-top: 1px solid #ead6a7;
	padding: 14px 0;
}

.epv_oec_nojs_event p,
.epv_oec_nojs_event a {
	font-size: 0.84rem;
}

.epv_oec_details_overlay {
	display: none;
}

.epv_oec_screen_reader {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	word-wrap: normal !important;
}

.epv_oec_app [hidden] {
	display: none !important;
}

@media (max-width: 1399px) {
	.epv_oec_shell {
		grid-template-columns: minmax(210px, 230px) minmax(0, 1fr);
	}

	.epv_oec_details_column {
		grid-column: 2;
		grid-template-columns: minmax(0, 1fr) minmax(250px, 0.42fr);
		position: static;
	}

	.epv_oec_details {
		min-height: 0;
	}

	.epv_oec_details_default {
		display: grid;
		gap: 0 18px;
		grid-template-columns: 150px 1fr;
	}

	.epv_oec_details_placeholder {
		grid-row: 1 / span 4;
		height: 120px;
		margin: 0;
	}

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

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

@media (max-width: 820px) {
	.epv_oec_app {
		left: auto;
		transform: none;
		width: 100%;
	}

	.epv_oec_shell {
		grid-template-columns: minmax(0, 1fr);
		padding: 12px;
	}

	.epv_oec_sidebar,
	.epv_oec_details_column {
		grid-column: 1;
		position: static;
	}

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

	.epv_oec_sidebar_intro,
	.epv_oec_crowd_guide {
		grid-column: 1 / -1;
	}

	.epv_oec_sidebar_intro {
		margin: 0;
	}

	.epv_oec_search {
		margin: 0;
	}

	.epv_oec_filter_panel {
		border: 1px solid var(--epv-oec-grey-200);
		border-radius: 9px;
		grid-column: 1 / -1;
		padding: 0 10px;
	}

	.epv_oec_crowd_guide {
		padding-top: 4px;
	}

	.epv_oec_crowd_legend {
		grid-template-columns: repeat(4, auto);
		justify-content: start;
	}

	.epv_oec_details_column {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 767px) {
	.epv_oec_app {
		font-size: 15px;
		margin: 14px auto;
	}

	.epv_oec_shell {
		border-radius: 10px;
		gap: 12px;
	}

	.epv_oec_main {
		padding: 16px 12px;
	}

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

	.epv_oec_view_switch {
		align-self: stretch;
	}

	.epv_oec_view_button {
		flex: 1;
		min-height: 44px;
	}

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

	.epv_oec_month_tab {
		min-height: 36px;
	}

	.epv_oec_category_legend {
		display: none;
	}

	.epv_oec_day {
		min-height: 82px;
		padding: 3px;
	}

	.epv_oec_event_chip,
	.epv_oec_more_button {
		font-size: 0.56rem;
		min-height: 23px;
		padding-left: 4px;
	}

	.epv_oec_event_chip {
		border-left-width: 2px;
	}

	.epv_oec_event_chip_icon {
		display: none;
	}

	.epv_oec_day_events_list {
		grid-template-columns: 1fr;
	}

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

	.epv_oec_planning_card,
	.epv_oec_planning_weather,
	.epv_oec_planning_school {
		grid-column: span 1;
	}

	.epv_oec_planning_weather,
	.epv_oec_planning_school {
		grid-column: 1 / -1;
	}

	.epv_oec_details_column {
		min-height: 0;
	}

	.epv_oec_details.epv_oec_is_open {
		border-radius: 14px 14px 0 0;
		bottom: 0;
		box-shadow: 0 -14px 45px rgba(8, 36, 67, 0.24);
		left: 0;
		max-height: 88vh;
		overflow-y: auto;
		position: fixed;
		right: 0;
		z-index: 100002;
	}

	.epv_oec_details_overlay.epv_oec_is_open {
		background: rgba(8, 36, 67, 0.48);
		display: block;
		inset: 0;
		position: fixed;
		z-index: 100001;
	}

	.epv_oec_details_default {
		display: block;
	}

	.epv_oec_details_placeholder {
		margin-bottom: 17px;
	}

	.epv_oec_quick_links {
		padding: 16px;
	}
}

@media (max-width: 479px) {
	.epv_oec_sidebar {
		display: block;
		padding: 16px;
	}

	.epv_oec_sidebar_intro,
	.epv_oec_sidebar .epv_oec_button_full,
	.epv_oec_search,
	.epv_oec_filter_panel,
	.epv_oec_crowd_guide {
		margin-bottom: 15px;
	}

	.epv_oec_filter_panel:not([open]) {
		padding-bottom: 0;
	}

	.epv_oec_crowd_legend {
		grid-template-columns: 1fr 1fr;
	}

	.epv_oec_sample_notice {
		font-size: 0.72rem;
	}

	.epv_oec_calendar_toolbar {
		grid-template-columns: 42px minmax(0, 1fr) 42px;
	}

	.epv_oec_icon_button {
		height: 42px;
		width: 42px;
	}

	.epv_oec_current_period {
		gap: 4px;
	}

	.epv_oec_current_period strong {
		font-size: 1rem;
	}

	.epv_oec_year_select {
		min-width: 73px;
	}

	.epv_oec_weekdays span {
		font-size: 0.55rem;
		padding: 6px 1px;
	}

	.epv_oec_day {
		min-height: 74px;
		padding: 2px;
	}

	.epv_oec_day_header {
		margin-bottom: 2px;
	}

	.epv_oec_day_number {
		font-size: 0.64rem;
		height: 19px;
		width: 19px;
	}

	.epv_oec_day_crowd {
		height: 7px;
		width: 7px;
	}

	.epv_oec_event_chip,
	.epv_oec_more_button {
		font-size: 0.5rem;
		min-height: 21px;
		padding: 3px 2px;
	}

	.epv_oec_event_card {
		gap: 9px;
		grid-template-columns: 46px minmax(0, 1fr);
		padding: 10px;
	}

	.epv_oec_event_card_footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.epv_oec_event_card_footer .epv_oec_button {
		margin-left: 0;
		width: 100%;
	}

	.epv_oec_section_heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.epv_oec_planning_grid,
	.epv_oec_quick_links_grid {
		grid-template-columns: 1fr;
	}

	.epv_oec_planning_card,
	.epv_oec_planning_weather,
	.epv_oec_planning_school {
		grid-column: 1;
	}

	.epv_oec_quick_link {
		min-height: 108px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.epv_oec_app *,
	.epv_oec_app *::before,
	.epv_oec_app *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/* Phase 3 trip planner and live-data supplements. */
.epv_oec_planner_overlay{background:rgba(14,30,42,.58);inset:0;position:fixed;z-index:99997}.epv_oec_planner{background:#fff;box-shadow:-12px 0 42px rgba(0,0,0,.2);height:100vh;max-width:560px;overflow:auto;padding:24px;position:fixed;right:0;top:0;width:min(92vw,560px);z-index:99998}.epv_oec_planner[hidden],.epv_oec_planner_overlay[hidden]{display:none}.epv_oec_planner>header,.epv_oec_section_heading,.epv_oec_saved_item,.epv_oec_itinerary_item{align-items:center;display:flex;gap:12px;justify-content:space-between}.epv_oec_planner section{border-top:1px solid #d8e0e4;margin-top:22px;padding-top:18px}.epv_oec_trip_dates,.epv_oec_email_grid,.epv_oec_custom_item{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.epv_oec_custom_item{grid-template-columns:1fr 1fr}.epv_oec_custom_item label:nth-child(3){grid-column:1/-1}.epv_oec_saved_item,.epv_oec_itinerary_item{background:#f5f8f8;border-radius:10px;margin:8px 0;padding:12px}.epv_oec_saved_item div,.epv_oec_itinerary_item div{display:grid;flex:1}.epv_oec_saved_item em{color:#9c341e;font-size:.8rem}.epv_oec_conflict_summary{background:#fff6db;border-left:4px solid #d49d20;margin-bottom:12px;padding:10px}.epv_oec_planner_actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.epv_oec_email_plan{border-top:2px solid #124956;margin-top:22px;padding-top:18px}.epv_oec_honeypot{left:-10000px;position:absolute}.epv_oec_saved_count{background:#124956;border-radius:99px;color:#fff;display:inline-block;min-width:1.7em;padding:1px 5px;text-align:center}.epv_oec_freshness{color:#49646d;font-size:.8rem}.epv_oec_live_weather{background:#eaf5f7;border-radius:10px;padding:12px}.epv_oec_source_attribution{font-size:.82rem}.epv_oec_planner_open{overflow:hidden}
@media(max-width:600px){.epv_oec_trip_dates,.epv_oec_email_grid,.epv_oec_custom_item{grid-template-columns:1fr}.epv_oec_custom_item label:nth-child(3){grid-column:auto}.epv_oec_planner{padding:18px}}
@media print{body>*:not(.epv_oec_app){display:none!important}.epv_oec_app .epv_oec_shell,.epv_oec_planner{display:block!important;height:auto;max-width:none;position:static;width:auto}.epv_oec_planner_overlay,.epv_oec_planner>header button,.epv_oec_planner_actions,.epv_oec_email_plan,.epv_oec_shell{display:none!important}}
