.we-oembed-chapters {
	margin: 1.5rem 0 2rem;
	overflow-x: auto;
}

.we-oembed-chapters__table,
.we-oembed-cues__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.95rem;
	line-height: 1.5;
	border: 1px solid #ccc;
}

.we-oembed-chapters__table th,
.we-oembed-chapters__table td,
.we-oembed-cues__table th,
.we-oembed-cues__table td {
	padding: 0.75rem 1rem;
	border: 1px solid #ccc;
	vertical-align: top;
	text-align: left;
}

.we-oembed-chapters__table th,
.we-oembed-cues__table th {
	font-weight: 700;
	background: #f5f5f5;
	white-space: nowrap;
}

.we-oembed-chapters__table tbody tr:nth-child(even),
.we-oembed-cues__table tbody tr:nth-child(even) {
	background: #f9f9f9;
}

.we-oembed-chapters__table tbody tr:nth-child(odd),
.we-oembed-cues__table tbody tr:nth-child(odd) {
	background: #fff;
}

.we-oembed-chapters__timestamp,
.we-oembed-cues__time-cell,
.we-oembed-cues__table th:first-child,
.we-oembed-chapters__table th:first-child {
	white-space: nowrap;
	width: 14rem;
	min-width: 14rem;
	font-weight: 700;
}

.we-oembed-chapters__title {
	width: 18rem;
}

.we-oembed-chapters__timestamp a,
.we-oembed-chapters__title a,
.we-oembed-chapters__content a,
.we-oembed-cues__time {
	color: inherit;
	text-decoration: none;
}

.we-oembed-chapters__timestamp a:hover,
.we-oembed-chapters__title a:hover,
.we-oembed-chapters__content a:hover,
.we-oembed-cues__time:hover {
	text-decoration: underline;
}

.we-oembed-chapters__timestamp-alt,
.we-oembed-chapters__title-time {
	color: inherit;
	opacity: 0.75;
	font-weight: 400;
}

.we-oembed-chapters__content p {
	margin: 0 0 0.5rem;
}

.we-oembed-cues {
	margin: 1.5rem 0 2rem;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.we-oembed-cues__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 0;
	margin: 0;
	cursor: pointer;
	list-style: none;
	color: var(--wp--preset--color--primary, #a77f4e);
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.4;
}

.we-oembed-cues__summary::-webkit-details-marker {
	display: none;
}

.we-oembed-cues__notice {
	margin: 0.75rem 0 0;
	padding: 0;
	color: inherit;
	opacity: 0.8;
	font-size: 0.95rem;
	line-height: 1.45;
	font-weight: 400;
}

.we-oembed-cues__summary::marker {
	content: "";
}

.we-oembed-cues__summary::after {
	content: "";
	display: inline-block;
	width: 0.45em;
	height: 0.45em;
	flex-shrink: 0;
	border-top: 1.5px solid currentColor;
	border-right: 1.5px solid currentColor;
	transform: rotate(45deg);
	transition: transform 0.15s ease;
}

.we-oembed-cues[open] .we-oembed-cues__summary::after {
	transform: rotate(-45deg);
}

.we-oembed-cues[open] .we-oembed-cues__summary {
	border-bottom: 1px solid #ccc;
}

.we-oembed-cues__scroll {
	max-height: 24rem;
	overflow: auto;
	margin: 1rem 0;
}

.we-oembed-cues__scroll .we-oembed-cues__table {
	margin: 0;
}

.we-oembed-cues__scroll .we-oembed-cues__table thead th {
	position: sticky;
	top: 0;
	z-index: 1;
	background: #f5f5f5;
}

.we-oembed-cues__row.is-active {
	background: #f3ebe1 !important;
}

.we-oembed-cues__row.is-active .we-oembed-cues__time-cell {
	box-shadow: inset 3px 0 0 var(--wp--preset--color--primary, #a77f4e);
}

.we-oembed-cues__row.is-active .we-oembed-cues__text-cell {
	font-weight: 600;
}
