.elpoble-events-calendar-root {
	--epcal-ink: var(--e-global-color-primary, #333333);
	--epcal-muted: var(--e-global-color-text, #7A7A7A);
	--epcal-border: #54595F61;
	--epcal-soft: var(--e-global-color-7d76aba, #F2F2F2);
	--epcal-soft-strong: rgba(195, 144, 1, 0.14);
	--epcal-accent: var(--e-global-color-accent, #C39001);
	--epcal-accent-dark: var(--e-global-color-8c59dfb, #A11216);
	--epcal-accent-soft: rgba(195, 144, 1, 0.16);
	--epcal-warning: var(--e-global-color-8c59dfb, #A11216);
	--epcal-surface: var(--e-global-color-6f4d5ee, #FFFFFF);
	--epcal-row-plain: #FFFFFF;
	--epcal-row-stripe: #F6F6F6;
	--epcal-row-hover: #EFEFEF;
	--epcal-outside-row-plain: #FFFFFF;
	--epcal-outside-row-stripe: #FBFBFB;
	--epcal-outside-row-hover: #F7F7F7;
	--epcal-outside-border: #EAEAEA;
	color: var(--epcal-ink);
	font-family: "Archivo", "Poppins", Arial, sans-serif;
	letter-spacing: 0;
}

.epcal,
.epcal * {
	box-sizing: border-box;
}

.epcal {
	background: transparent;
	border: 0;
	border-radius: 0;
	overflow: visible;
	width: 100%;
}

.epcal-toolbar {
	align-items: center;
	background: transparent;
	border-bottom: 0;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	padding: 0 0 1em;
}

.epcal-nav,
.epcal-actions,
.epcal-segmented {
	align-items: center;
	display: flex;
	gap: 8px;
}

.epcal-actions {
	display: none;
}

.epcal-nav {
	flex: 1 1 auto;
	gap: 25px;
	justify-content: center;
}

.epcal-title {
	color: var(--epcal-ink);
	font-family: "Archivo", Sans-serif;
	font-size: 45px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
	min-width: 190px;
	text-align: center;
	text-transform: uppercase;
}

.epcal-button,
.epcal-icon-button,
.epcal-segmented button,
.epcal-list-item,
.epcal-link-button {
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	cursor: pointer;
	font: inherit;
	letter-spacing: 0;
	text-decoration: none;
}

.epcal-button,
.epcal-icon-button,
.epcal-segmented button {
	background: transparent;
	border: 1px solid var(--epcal-border);
	border-radius: 5px;
	color: var(--epcal-ink);
	min-height: 36px;
}

.epcal-button {
	padding: 0 14px;
}

.epcal-icon-button {
	align-items: center;
	display: inline-flex;
	font-size: 40px;
	font-weight: 400;
	height: 34px;
	justify-content: center;
	line-height: 60px;
	padding: 0;
	width: 31px;
}

.epcal-nav .epcal-icon-button {
	border: 0;
	border-radius: 0;
	min-height: 34px;
}

.epcal-nav-arrow {
	display: block;
	fill: currentColor;
	height: 1em;
	width: auto;
}

.epcal-nav-arrow.is-next {
	transform: scaleX(-1);
}

.epcal-button:hover,
.epcal-icon-button:hover,
.epcal-segmented button:hover {
	border-color: var(--epcal-accent);
	color: var(--epcal-accent-dark);
}

.elpoble-events-calendar-root .epcal-icon-button:hover,
.elpoble-events-calendar-root .epcal-icon-button:focus {
	background: transparent;
	border-color: transparent;
	color: var(--epcal-ink);
	outline: 0;
}

.elpoble-events-calendar-root .epcal-icon-button:focus-visible {
	outline: 2px solid var(--epcal-accent);
	outline-offset: 3px;
}

.epcal-segmented {
	background: transparent;
	border: 1px solid var(--epcal-border);
	border-radius: 5px;
	gap: 0;
	padding: 2px;
}

.epcal-segmented button {
	background: transparent;
	border: 0;
	min-height: 30px;
	padding: 0 12px;
}

.epcal-segmented button.is-active {
	background: var(--epcal-accent);
	color: #ffffff;
}

.epcal-summary,
.epcal-empty,
.epcal-error {
	font-size: 14px;
	margin: 0;
	padding: 10px 16px;
}

.epcal-summary {
	color: var(--epcal-muted);
	display: none;
}

.epcal-error {
	background: #fff3f0;
	color: #9c2d15;
}

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

.epcal-weekdays {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--epcal-ink);
	overflow: visible;
}

.epcal-weekday {
	background: #fafafa;
	border-right: 0;
	font-family: "Archivo", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2.7px;
	padding: 1em 0;
	text-align: center;
	text-transform: uppercase;
}

.epcal-weekday:last-child {
	border-right: 0;
}

.epcal-weekday:first-child {
	border-radius: 5px 0 0 0;
}

.epcal-weekday:last-child {
	border-radius: 0 5px 0 0;
}

.epcal-grid {
	background: transparent;
	border-radius: 0 0 15px 15px;
	gap: 0;
	isolation: isolate;
	overflow: hidden;
	padding: 0;
}

.epcal-day {
	aspect-ratio: auto;
	border: 1px solid var(--epcal-border);
	border-bottom-width: 0;
	border-right-width: 0;
	height: 156px;
	min-height: 0;
	min-width: 0;
	padding: 15px;
	position: relative;
	transition: background-color 0.18s ease;
	z-index: 1;
}

.epcal-day:hover {
	z-index: 20;
}

.epcal-day.is-row-odd {
	background: var(--epcal-row-stripe);
}

.epcal-day.is-row-even {
	background: var(--epcal-row-plain);
}

.epcal-day.is-row-hovered {
	background: var(--epcal-row-hover);
}

.epcal-day:nth-of-type(7n) {
	border-right-width: 1px;
}

.epcal-day:nth-last-of-type(-n+7) {
	border-bottom-width: 1px;
}

.epcal-day:first-of-type {
	border-radius: 15px 0 0 0;
}

.epcal-day:nth-of-type(7) {
	border-radius: 0 15px 0 0;
}

.epcal-day:nth-last-of-type(7) {
	border-radius: 0 0 0 15px;
}

.epcal-day:last-of-type {
	border-radius: 0 0 15px 0;
}

.epcal-day.is-outside {
	border-color: var(--epcal-outside-border);
	color: var(--epcal-ink);
	opacity: 1;
}

.epcal-day.is-row-odd.is-outside {
	background: var(--epcal-outside-row-stripe);
}

.epcal-day.is-row-even.is-outside {
	background: var(--epcal-outside-row-plain);
}

.epcal-day.is-outside.is-row-hovered {
	background: var(--epcal-outside-row-hover);
}

.epcal-day.is-outside .epcal-day-button {
	opacity: 0.4;
}

.epcal-day.is-adjacent-navigable .epcal-day-button {
	cursor: pointer;
}

.epcal-day.is-today {
	background: #ffffff;
}

.epcal-day.is-today .epcal-day-number {
	background: transparent;
	color: inherit;
	text-decoration: underline;
	text-decoration-color: var(--epcal-accent-dark);
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}

.epcal-day.is-selected {
	box-shadow: inset 0 0 0 2px var(--epcal-accent-dark);
}

.epcal-day-button {
	-webkit-appearance: none;
	align-items: stretch;
	appearance: none;
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	font: inherit;
	height: 100%;
	justify-content: flex-start;
	letter-spacing: 0;
	min-height: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
}

.epcal-day-button:disabled {
	cursor: default;
}

.elpoble-events-calendar-root .epcal-day-button:hover,
.elpoble-events-calendar-root .epcal-day-button:focus {
	background: transparent;
	border-color: transparent;
	color: inherit;
}

.epcal-day.has-events .epcal-day-button:hover,
.epcal-day.has-events .epcal-day-button:focus {
	background: transparent;
}

.epcal-day.has-events .epcal-day-button:focus-visible {
	outline: 2px solid rgba(195, 144, 1, 0.25);
	outline-offset: -2px;
}

.epcal-day-header {
	display: flex;
	height: 25px;
	justify-content: center;
	min-height: 0;
	width: 100%;
}

.epcal-day-number {
	align-items: center;
	border-radius: 50%;
	color: var(--epcal-ink);
	display: inline-flex;
	font-family: "Archivo", Sans-serif;
	font-size: 20px;
	font-weight: 700;
	height: 30px;
	justify-content: center;
	line-height: 30px;
	margin-top: -5px;
	width: 30px;
}

.elpoble-events-calendar-root .epcal-day-button:hover .epcal-day-number,
.elpoble-events-calendar-root .epcal-day-button:focus .epcal-day-number {
	color: var(--epcal-ink);
}

.epcal-day-signal {
	align-items: center;
	bottom: auto;
	display: flex;
	flex-direction: column;
	gap: 5px;
	left: 0;
	min-height: 0;
	pointer-events: auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.epcal-day-count {
	align-items: center;
	background: var(--epcal-accent);
	border-radius: 999px;
	color: #ffffff;
	display: none;
	font-family: "Archivo", Sans-serif;
	font-size: 13px;
	font-weight: 700;
	height: 24px;
	justify-content: center;
	line-height: 1;
	min-width: 24px;
	padding: 0 8px;
}

.epcal-day.is-selected .epcal-day-count {
	background: var(--epcal-accent-dark);
}

.epcal-day-dots {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	justify-content: center;
	max-width: 100%;
}

.epcal-day-dot {
	background: var(--epcal-accent-dark);
	border-radius: 999px;
	display: block;
	height: 16px;
	position: relative;
	pointer-events: auto;
	width: 16px;
}

.epcal-grid.is-dots-pending .epcal-day-dot {
	opacity: 0;
}

.epcal-grid.is-dots-visible .epcal-day-dot {
	animation: epcal-day-dot-reveal 110ms ease-out both;
	animation-delay: var(--epcal-dot-reveal-delay, 0ms);
}

@keyframes epcal-day-dot-reveal {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@media (prefers-reduced-motion: reduce) {
	.epcal-grid.is-dots-visible .epcal-day-dot {
		animation: none;
		opacity: 1;
	}

	.epcal-marker-tooltip {
		animation: none;
	}
}

.epcal-day-dot.is-long {
	background: var(--epcal-accent);
	height: 17px;
	width: 17px;
}

.epcal-day-dot.has-invalid-range {
	background: var(--epcal-warning);
}

.epcal-marker-tooltip {
	animation: epcal-marker-tooltip-in 100ms ease-out both;
	background: var(--epcal-surface);
	border: 1px solid var(--epcal-border);
	border-radius: 8px;
	box-shadow: 0px 12px 36px rgba(0, 0, 0, 0.2);
	color: var(--epcal-ink);
	display: grid;
	gap: 12px;
	opacity: 1;
	padding: 12px;
	pointer-events: none;
	position: fixed;
	text-align: left;
	transform: translate(-50%, -100%);
	visibility: visible;
	width: 285px;
	z-index: 99999;
}

.epcal-marker-tooltip.is-below {
	transform: translate(-50%, 0);
}

@keyframes epcal-marker-tooltip-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.epcal-marker-tooltip-media {
	align-items: center;
	background: #ffffff;
	border-radius: 5px;
	display: flex;
	height: min(300px, 55vh);
	justify-content: center;
	max-height: 300px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.epcal-marker-tooltip-backdrop {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	filter: blur(2px);
	inset: 0;
	opacity: 0.3;
	position: absolute;
	transform: scale(1.04);
}

.epcal-marker-tooltip-image {
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	position: relative;
	width: auto;
	z-index: 1;
}

.epcal-marker-tooltip-fallback {
	height: 180px;
}

.epcal-marker-tooltip-body {
	display: grid;
	gap: 6px;
}

.epcal-marker-tooltip-title {
	font-family: "Archivo", Sans-serif;
	font-size: 19.5px;
	font-weight: 700;
	line-height: 1.15;
}

.epcal-marker-tooltip-date {
	color: var(--epcal-muted);
	font-family: "Archivo", Sans-serif;
	font-size: 16.5px;
	font-weight: 700;
	line-height: 1.2;
}

.epcal-adjacent-month-tooltip {
	background: #ffffff;
	border: 1px solid var(--epcal-border);
	border-radius: 5px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	color: var(--epcal-ink);
	font-family: "Archivo", Sans-serif;
	font-size: 13px;
	font-weight: 700;
	left: 0;
	line-height: 1.2;
	max-width: min(300px, calc(100vw - 24px));
	padding: 9px 11px;
	pointer-events: none;
	position: fixed;
	text-align: center;
	top: 0;
	white-space: normal;
	width: max-content;
	z-index: 99999;
}

.epcal-day-empty {
	display: block;
	min-height: 22px;
}

.epcal-event-chip {
	align-items: flex-start;
	background: var(--epcal-accent-soft);
	border-left: 4px solid var(--epcal-accent);
	border-radius: 6px;
	color: var(--epcal-ink);
	display: flex;
	flex-direction: column;
	gap: 1px;
	line-height: 1.2;
	min-height: 34px;
	padding: 5px 7px;
	text-align: left;
	width: 100%;
}

.epcal-event-chip:hover,
.epcal-event-chip:focus {
	background: var(--epcal-soft-strong);
	outline: 2px solid rgba(13, 105, 116, 0.25);
	outline-offset: 1px;
}

.epcal-event-chip.is-multiday {
	background: #eef6e9;
	border-left-color: #4d7c2f;
}

.epcal-event-chip.has-invalid-range {
	background: #fff7e8;
	border-left-color: var(--epcal-warning);
}

.epcal-event-time {
	color: var(--epcal-muted);
	font-size: 11px;
	font-weight: 700;
	white-space: nowrap;
}

.epcal-event-title {
	display: -webkit-box;
	font-size: 12px;
	font-weight: 700;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.epcal-week-expansion {
	background: var(--epcal-soft);
	border-top: 1px solid var(--epcal-border);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
	display: block;
	grid-column: 1 / -1;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	position: relative;
	transform: translateY(-6px);
	transform-origin: top;
	transition:
		max-height 260ms cubic-bezier(0.2, 0.8, 0.2, 1),
		opacity 220ms ease,
		transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
	will-change: max-height, opacity, transform;
	z-index: 0;
}

.epcal-week-expansion.is-after-last-week {
	margin-top: -20px;
}

.epcal-week-expansion.is-open {
	max-height: var(--epcal-week-expansion-height, 1200px);
	opacity: 1;
	transform: translateY(0);
}

.epcal-week-expansion.is-closing {
	max-height: 0;
	opacity: 0;
	pointer-events: none;
	transform: translateY(-6px);
	transition:
		max-height 300ms cubic-bezier(0.4, 0, 0.2, 1),
		opacity 240ms ease,
		transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.epcal-week-expansion-inner {
	min-height: 0;
	overflow: hidden;
	padding: calc(16px + 1em) 32px;
}

.epcal-week-expansion.is-after-last-week .epcal-week-expansion-inner {
	padding-top: calc(16px + 1em + 20px);
}

.epcal-week-expansion-head {
	align-items: baseline;
	display: flex;
	gap: 0;
	justify-content: space-between;
	margin-bottom: 1.35em;
	flex-direction: column;
}

.epcal-week-expansion-head h3 {
	color: var(--epcal-ink);
	font-size: 19px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}

.epcal-week-expansion-head span {
	color: var(--epcal-muted);
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.epcal-poster-grid {
	display: grid;
	gap: 24px 18px;
	grid-template-columns: repeat(var(--epcal-poster-columns, 2), minmax(0, 1fr));
	padding: 2px;
}

.epcal-poster-card {
	align-items: start;
	background: transparent;
	border: 0;
	border-radius: 5px;
	color: var(--epcal-ink);
	display: grid;
	gap: 10px;
	grid-template-columns: 82px minmax(0, 1fr);
	min-width: 0;
	padding: 0;
	text-decoration: none;
	transform-origin: center;
	transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.epcal-poster-card:hover,
.epcal-poster-card:focus {
	background: rgba(255, 255, 255, 0.48);
	box-shadow: none;
	color: var(--epcal-ink);
	outline: 0;
}

.elpoble-events-calendar-root .epcal-poster-card.is-highlighted {
	animation: epcal-poster-spotlight 0.6s ease-out both;
}

@keyframes epcal-poster-spotlight {
	0% {
		background: rgba(195, 144, 1, 0.32);
		box-shadow: 0 0 0 0 rgba(195, 144, 1, 0.64), 0 0 0 rgba(0, 0, 0, 0);
		transform: scale(1);
	}

	35% {
		background: rgba(195, 144, 1, 0.22);
		box-shadow: 0 0 0 4px rgba(195, 144, 1, 0.36), 0 10px 22px rgba(0, 0, 0, 0.14);
		transform: translateY(-2px) scale(1.02);
	}

	100% {
		background: transparent;
		box-shadow: 0 0 0 10px rgba(195, 144, 1, 0);
		transform: scale(1);
	}
}

.epcal-poster-card.is-multiday {
	border-left: 0;
	padding-left: 0;
}

.epcal-poster-card.has-invalid-range {
	border-left: 0;
	padding-left: 0;
}

.epcal-poster-image {
	background: var(--epcal-soft-strong);
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	display: block;
	height: auto;
	object-fit: contain;
	transform-origin: center;
	transition: transform 0.18s ease;
	width: 82px;
}

.elpoble-events-calendar-root .epcal-poster-image {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.epcal-poster-card:hover .epcal-poster-image,
.epcal-poster-card:focus .epcal-poster-image {
	transform: scale(1.1);
}

.epcal-poster-fallback {
	align-items: center;
	aspect-ratio: 3 / 4;
	display: flex;
	justify-content: center;
}

.epcal-poster-body {
	background: transparent;
	border-radius: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
	justify-content: center;
	min-height: 75px;
	padding: 2px 2px 2px 5px;
}

.epcal-poster-date {
	color: var(--epcal-muted);
	display: none;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
}

.epcal-poster-title {
	display: -webkit-box;
	font-family: "Archivo", Sans-serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 1.18;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.epcal-poster-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 2px;
}

.epcal-poster-range {
	color: var(--epcal-muted);
	display: block;
	font-family: "Archivo", Sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.epcal-poster-single-badge {
	background: var(--epcal-accent-soft);
	border-radius: 999px;
	color: var(--epcal-accent-dark);
	display: inline-flex;
	font-family: "Archivo", Sans-serif;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	padding: 3px 7px;
	text-transform: uppercase;
}

.epcal-poster-badge {
	align-self: flex-start;
	background: rgba(255, 255, 255, 0.72);
	border-radius: 999px;
	color: var(--epcal-ink);
	display: none;
	font-size: 11px;
	font-weight: 700;
	padding: 4px 8px;
}

.epcal-list {
	display: grid;
	gap: 8px;
	padding: 0 16px 16px;
}

.epcal-list-item {
	align-items: center;
	background: var(--epcal-surface);
	border: 1px solid var(--epcal-border);
	border-radius: 8px;
	color: var(--epcal-ink);
	display: grid;
	gap: 12px;
	grid-template-columns: 72px minmax(0, 1fr);
	padding: 8px;
	text-align: left;
	width: 100%;
}

.epcal-list-item:hover,
.epcal-list-item:focus {
	border-color: var(--epcal-accent);
	outline: 2px solid rgba(13, 105, 116, 0.18);
	outline-offset: 1px;
}

.epcal-list-item img {
	aspect-ratio: 1;
	border-radius: 6px;
	height: 72px;
	object-fit: cover;
	width: 72px;
}

.epcal-list-body {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}

.epcal-list-date {
	color: var(--epcal-accent-dark);
	font-size: 12px;
	font-weight: 700;
}

.epcal-list-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
}

.epcal-list-description {
	color: var(--epcal-muted);
	font-size: 13px;
	line-height: 1.35;
}

.epcal-detail-shell {
	inset: 0;
	position: fixed;
	z-index: 9999;
}

.epcal-detail-backdrop {
	background: rgba(20, 24, 28, 0.5);
	border: 0;
	inset: 0;
	position: absolute;
	width: 100%;
}

.epcal-detail {
	background: var(--epcal-surface);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
	display: flex;
	flex-direction: column;
	gap: 14px;
	height: 100%;
	max-width: 460px;
	overflow: auto;
	padding: 18px;
	position: absolute;
	right: 0;
	top: 0;
	width: min(92vw, 460px);
}

.epcal-detail-head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	gap: 12px;
}

.epcal-detail-date {
	color: var(--epcal-accent-dark);
	font-size: 13px;
	font-weight: 700;
	margin: 0;
}

.epcal-detail-image {
	aspect-ratio: 4 / 3;
	border-radius: 8px;
	object-fit: cover;
	width: 100%;
}

.epcal-detail-title {
	font-size: 24px;
	line-height: 1.15;
	margin: 0;
}

.epcal-pill {
	align-self: flex-start;
	background: #eef6e9;
	border-radius: 999px;
	color: #2d5721;
	font-size: 12px;
	font-weight: 700;
	margin: 0;
	padding: 5px 10px;
}

.epcal-detail-content {
	color: var(--epcal-ink);
	font-size: 15px;
	line-height: 1.5;
}

.epcal-detail-content > :first-child {
	margin-top: 0;
}

.epcal-link-button {
	align-items: center;
	background: var(--epcal-accent);
	border-radius: 8px;
	color: #ffffff;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
}

.epcal-link-button:hover,
.epcal-link-button:focus {
	background: var(--epcal-accent-dark);
	color: #ffffff;
}

@media (max-width: 900px) {
	.epcal-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.epcal-nav {
		width: 100%;
	}

	.epcal-title {
		flex: 0 0 auto;
		min-width: 0;
	}

	.epcal-actions {
		justify-content: space-between;
	}

	.epcal-day {
		min-height: 0;
		padding: 4px;
	}

	.epcal-day-button {
		min-height: 0;
		padding: 0;
	}
}

@media (max-width: 640px) {
	.epcal {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	.epcal-title {
		font-size: 27px;
	}

	.epcal-weekday {
		font-size: 13px;
		padding: 1em 0;
	}

	.epcal-day {
		aspect-ratio: auto;
		height: 75px;
		min-height: 0;
		padding: 15px;
	}

	.epcal-day-button {
		min-height: 0;
		padding: 0;
	}

	.epcal-day-header {
		min-height: 26px;
	}

	.epcal-day-number {
		font-size: 18px;
		height: 26px;
		line-height: 26px;
		width: 26px;
	}

	.epcal-day-signal {
		align-items: center;
		bottom: 0;
		left: 0;
		min-height: 0;
		right: 0;
		top: auto;
		transform: none;
	}

	.epcal-day-count {
		display: inline-flex;
		font-size: 12px;
		height: calc(22px + var(--epcal-day-count-extra, 0px));
		min-width: calc(22px + var(--epcal-day-count-extra, 0px));
		padding: 0 7px;
		width: auto;
	}

	.epcal-day-dots {
		display: none;
	}

	.epcal-marker-tooltip {
		display: none;
	}

	.epcal-day-dot {
		height: 7px;
		width: 7px;
	}

	.epcal-list {
		padding: 0 10px 12px;
	}

	.epcal-list-item {
		grid-template-columns: 56px minmax(0, 1fr);
	}

	.epcal-list-item img {
		height: 56px;
		width: 56px;
	}

	.epcal-week-expansion {
		padding: 0;
	}

	.epcal-week-expansion-inner {
		padding: calc(10px + 1em) calc(10px + 1em);
	}

	.epcal-week-expansion.is-after-last-week .epcal-week-expansion-inner {
		padding-top: calc(10px + 1em + 20px);
	}

	.epcal-week-expansion-head h3 {
		font-size: 16px;
	}

	.epcal-poster-grid {
		display: grid;
		gap: 20px;
		grid-template-columns: 1fr;
	}

	.epcal-poster-card {
		display: grid;
		grid-template-columns: 75px minmax(0, 1fr);
		min-height: 75px;
	}

	.epcal-poster-card:hover,
	.epcal-poster-card:focus {
		transform: none;
	}

	.epcal-poster-card:hover .epcal-poster-image,
	.epcal-poster-card:focus .epcal-poster-image {
		transform: scale(1);
	}

	.epcal-poster-image {
		height: auto;
		width: 75px;
	}

	.epcal-poster-body {
		gap: 4px;
		justify-content: center;
		min-height: 75px;
		padding: 2px 2px 2px 5px;
	}

	.epcal-poster-title {
		font-size: 15px;
		-webkit-line-clamp: 3;
		line-clamp: 3;
	}
}
