.elementor-widget-jdw-product-series-schedule {
	width: 100%;
}

.jdw-product-series-schedule {
	width: 100%;
	color: #212529;
	font-family: var(--e-global-typography-text-font-family, "HarmonyOS Brand"), "HarmonyOS Sans SC", "HarmonyOS Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: auto;
	font-smoothing: auto;
}

.jdw-product-series-schedule .schedule-nav {
	display: flex;
	gap: 0;
	margin: 16px 0 0;
	padding: 16px;
	border: 0;
	border-radius: 3.2px;
	background: #f5f5f5;
}

.jdw-product-series-schedule .schedule-nav-link {
	display: block;
	flex: 1 1 auto;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin-bottom: -1px;
	padding: 8px 16px;
	border: 0 !important;
	border-radius: 4px 4px 3.2px 3.2px;
	color: #555;
	font-size: 17.6px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}

.jdw-product-series-schedule .schedule-nav-link:hover,
.jdw-product-series-schedule .schedule-nav-link:focus-visible {
	background: transparent;
	box-shadow: none;
	color: #f2c314;
	text-decoration: none;
	outline: 0;
}

.jdw-product-series-schedule .schedule-nav-link.active,
.jdw-product-series-schedule .schedule-nav-link.active:hover,
.jdw-product-series-schedule .schedule-nav-link.active:focus-visible {
	background: linear-gradient(150deg, #f2c314, #fc3832);
	box-shadow: 0 2px 4px rgba(128, 32, 0, .2);
	color: #fff;
	text-decoration: none;
	outline: 0;
}

.jdw-product-series-schedule .schedule-tab-content {
	width: 100%;
}

.jdw-product-series-schedule .tab-pane {
	display: none;
}

.jdw-product-series-schedule .tab-pane.show.active {
	display: block;
}

.jdw-product-series-schedule .schedule-table-item {
	padding: 40px 0;
	border-bottom: 1px solid #eee;
}

.jdw-product-series-schedule .row {
	display: grid;
	grid-template-columns: 255px minmax(0, 1fr);
	gap: 30px;
	align-items: center;
}

.jdw-product-series-schedule .col-lg-3,
.jdw-product-series-schedule .col-lg-9 {
	min-width: 0;
}

.jdw-product-series-schedule .schedule-item-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 255px;
	height: 255px;
	max-height: 320px;
	overflow: hidden;
	border-radius: 3.2px;
	text-decoration: none;
}

.jdw-product-series-schedule .schedule-item-image img {
	display: block;
	width: 255px;
	max-width: 100%;
	max-height: 320px;
	height: auto;
	object-fit: contain;
	transition: opacity .18s ease;
}

.jdw-product-series-schedule .schedule-item-genre {
	position: relative;
	display: inline-block;
	margin: 0 0 16px;
	padding: 8px 16px;
	border-radius: 3.2px;
	background: linear-gradient(150deg, var(--jdw-series-badge-start, #f2c314), var(--jdw-series-badge-end, #fc3832));
	box-shadow: 0 2px 4px rgba(36, 8, 128, .2);
	color: #fff;
	font-size: 12.8px;
	font-weight: 700;
	line-height: 1.5;
}

.jdw-product-series-schedule .schedule-item-name {
	margin: 0 0 8px;
	color: #212529;
	font-family: var(--e-global-typography-primary-font-family, "HarmonyOS Brand"), "HarmonyOS Sans SC", "HarmonyOS Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
}

.jdw-product-series-schedule .schedule-item-description {
	max-width: 480px;
	margin: 0 0 11.2px;
	color: #212529;
	font-size: 17.6px;
	font-weight: 300;
	line-height: 1.545;
	letter-spacing: 0;
	white-space: normal;
}

.jdw-product-series-schedule .schedule-item-time {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 16px;
}

.jdw-product-series-schedule .viewing-times {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	color: #666;
	font-weight: 700;
}

.jdw-product-series-schedule .viewing-times > span {
	color: #666;
	min-width: 40px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}

.jdw-product-series-schedule .duration {
	color: #777;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}

.jdw-product-series-schedule .scroll-parent {
	position: relative;
	margin-left: 16px;
}

.jdw-product-series-schedule .drop-select {
	display: inline-block;
	min-width: 263px;
	max-width: 100%;
	padding: 8px 48px 8px 16px;
	border: 2px solid #ebebeb;
	border-radius: 4px;
	background: #ebebeb;
	color: #9ca3af;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	cursor: pointer;
}

.jdw-product-series-schedule .drop-select:hover,
.jdw-product-series-schedule .drop-select:focus-visible {
	border-color: #ebebeb;
	background: #ebebeb;
	color: #4b5563;
	outline: 0;
}

.jdw-product-series-schedule .drop-select.is-enhanced {
	position: absolute;
	display: none;
	pointer-events: none;
	opacity: 0;
}

.jdw-product-series-schedule .jdw-series-select-target {
	position: relative;
	display: inline-block;
	max-width: 100%;
	min-width: 263px;
	padding: 8px 48px 8px 16px;
	overflow: hidden;
	border: 2px solid #ebebeb;
	border-radius: 4px;
	background: #ebebeb;
	color: #9ca3af;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
}

.jdw-product-series-schedule .jdw-series-select-target:hover,
.jdw-product-series-schedule .jdw-series-select-target:focus-visible {
	border-color: #ebebeb;
	background: #ebebeb;
	color: #4b5563;
	outline: 0;
}

.jdw-product-series-schedule .jdw-series-select-target b {
	position: absolute;
	top: 0;
	right: 16px;
	bottom: 0;
	width: 32px;
	height: 20px;
	margin: auto;
	color: inherit;
}

.jdw-product-series-schedule .jdw-series-select-target b::before,
.jdw-product-series-schedule .jdw-series-select-target b::after {
	content: "";
	position: absolute;
	right: 0;
	width: 0;
	height: 0;
	margin: auto;
	border: 4.2px solid transparent;
}

.jdw-product-series-schedule .jdw-series-select-target b::before {
	top: 0;
	border-bottom-color: currentColor;
}

.jdw-product-series-schedule .jdw-series-select-target b::after {
	bottom: 0;
	border-top-color: currentColor;
}

.jdw-product-series-schedule .jdw-series-select-menu {
	position: fixed;
	z-index: 10000;
	display: none;
	max-width: 288px;
	max-height: 288px;
	margin: 0;
	padding: 0;
	overflow: auto;
	border-radius: 4px;
	background: #ebebeb;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
	color: #9ca3af;
	font-family: inherit;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}

.jdw-product-series-schedule .jdw-series-select-menu.is-open {
	display: block;
}

.jdw-product-series-schedule .jdw-series-select-option {
	position: relative;
	display: block;
	margin: 0;
	padding: 8px 16px 8px 8px;
	overflow: hidden;
	color: inherit;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.jdw-product-series-schedule .jdw-series-select-option:hover,
.jdw-product-series-schedule .jdw-series-select-option.is-highlight,
.jdw-product-series-schedule .jdw-series-select-option.is-selected {
	background: #63a2f1;
	color: #fff;
}

.jdw-product-series-schedule__empty {
	padding: 24px;
	border: 1px dashed #d1d5db;
	border-radius: 8px;
	background: #fff;
	color: #666;
	font-size: 14px;
	line-height: 1.6;
}

@media (max-width: 1024px) {
	.jdw-product-series-schedule .schedule-nav {
		flex-direction: column;
	}

	.jdw-product-series-schedule .schedule-table-item {
		padding: 40px 0;
	}

	.jdw-product-series-schedule .row {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.jdw-product-series-schedule .schedule-item-image {
		width: 100%;
		height: 320px;
	}

	.jdw-product-series-schedule .schedule-item-image img {
		width: min(320px, 100%);
	}
}

@media (max-width: 480px) {
	.jdw-product-series-schedule .row {
		gap: 7px;
	}

	.jdw-product-series-schedule .schedule-item-description {
		max-width: 100%;
	}

	.jdw-product-series-schedule .schedule-item-time,
	.jdw-product-series-schedule .viewing-times {
		align-items: flex-start;
		flex-direction: column;
	}

	.jdw-product-series-schedule .duration {
		margin-top: 16px;
	}

	.jdw-product-series-schedule .scroll-parent {
		margin-left: 16px;
	}

	.jdw-product-series-schedule .jdw-series-select-target {
		min-width: min(263px, calc(100vw - 62px));
	}

	.jdw-product-series-schedule .drop-select {
		min-width: min(263px, calc(100vw - 62px));
	}
}
