.cse-schedule {
	--cse-purple: #6f2c91;
	--cse-tab-bg: #f1efec;
	--cse-tab-color: #c59a12;
	--cse-tab-hover-bg: #f5f1e8;
	--cse-tab-hover-color: #6f2c91;
	--cse-active-tab-bg: #6f2c91;
	--cse-active-tab-color: #ffffff;
	--cse-tab-radius: 0;
	--cse-panel-bg: #ffffff;
	--cse-border: #e4ddef;
	--cse-soft-bg: #f6f3ea;
	--cse-soft-text: #9c6cb1;
	--cse-hover-bg: #f5f1e8;
	--cse-badge-bg: #6f2c91;
	--cse-badge-color: #ffffff;
	--cse-badge-radius: 7px;
	--cse-event-time-color: #c59a12;
	--cse-event-title-color: #c59a12;
	--cse-event-meta-color: #6f2c91;
	--cse-text: #333333;
	color: var(--cse-text);
	font-family: Arial, sans-serif;
}

.cse-tabs {
	display: flex;
	justify-content: center;
	margin: 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.cse-schedule .cse-tab {
	appearance: none;
	border: 0;
	background-color: var(--cse-tab-bg);
	border-radius: var(--cse-tab-radius);
	box-shadow: none;
	color: var(--cse-tab-color);
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 18px 34px;
	text-transform: uppercase;
	transition: background-color 180ms ease, color 180ms ease;
	white-space: nowrap;
}


.cse-schedule .cse-tab:not(.is-active):hover,
.cse-schedule .cse-tab:not(.is-active):focus-visible {
	background-color: var(--cse-tab-hover-bg);
	color: var(--cse-tab-hover-color);
}

.cse-schedule .cse-tab.is-active {
	background-color: var(--cse-active-tab-bg);
	color: var(--cse-active-tab-color);
	font-weight: 700;
}

.cse-schedule .cse-tab:focus-visible {
	outline: 2px solid var(--cse-tab-color);
	outline-offset: -4px;
}

.cse-panels {
	background: var(--cse-panel-bg);
	border: 1px solid var(--cse-border);
	border-radius: 14px;
	overflow: hidden;
}

.cse-panel {
	padding: 50px;
}

.cse-notices,
.cse-category {
	background: var(--cse-soft-bg);
	border-left: 4px solid var(--cse-purple);
	color: var(--cse-soft-text);
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 28px;
	padding: 12px 16px;
}

.cse-notice,
.cse-category {
	align-items: center;
	display: flex;
	gap: 10px;
}

.cse-notices {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.cse-icon {
	color: currentColor;
	display: inline-block;
	flex: 0 0 auto;
	height: 16px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 16px;
}

.cse-icon path {
	fill: none;
}

.cse-icon-image {
	height: 18px;
	object-fit: contain;
	width: 18px;
}

.cse-event {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(92px, 100px) minmax(0, 1fr);
	padding: 24px 20px;
	transition: background-color 180ms ease;
}

.cse-event+.cse-event {
	border-top: 1px solid var(--cse-border);
}

.cse-event:hover,
.cse-event.is-featured {
	background: var(--cse-hover-bg);
}

.cse-event-time {
	color: var(--cse-event-time-color);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.3;
	text-transform: uppercase;
	white-space: nowrap;
}

.cse-event-content {
	min-width: 0;
}

.cse-schedule .cse-badge {
	background-color: var(--cse-badge-bg);
	border-radius: var(--cse-badge-radius);
	box-sizing: border-box;
	color: var(--cse-badge-color);
	display: inline-flex;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 1;
	margin-bottom: 10px;
	padding: 7px 10px;
	text-transform: uppercase;
}

.cse-event-title {
	color: var(--cse-event-title-color);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.28;
	margin: 0 0 8px;
}

.cse-event-title a {
	color: inherit;
	text-decoration: none;
}

.cse-event-title a:hover,
.cse-event-title a:focus-visible {
	text-decoration: underline;
}

.cse-event-meta {
	color: var(--cse-event-meta-color);
	font-size: 15px;
	line-height: 1.5;
}

.cse-meta-separator {
	display: inline-block;
	margin: 0 4px;
}

.cse-empty {
	background: #ffffff;
	border: 1px solid var(--cse-border, #e4ddef);
	border-radius: 8px;
	color: var(--cse-text, #333333);
	padding: 18px 20px;
}

@media (max-width: 767px) {
	.cse-tabs {
		justify-content: flex-start;
	}

	.cse-schedule .cse-tab {
		flex: 0 0 auto;
		font-size: 14px;
		min-height: 52px;
		padding: 16px 22px;
	}

	.cse-panel {
		padding: 28px 20px;
	}

	.cse-notices,
	.cse-category {
		margin-bottom: 22px;
	}

	.cse-event {
		gap: 8px;
		grid-template-columns: 1fr;
		padding: 22px 0;
	}

	.cse-event-time {
		font-size: 18px;
	}
}
