/*--------------------------------------------------------------
# Course Content
--------------------------------------------------------------*/
.course-single__layout > *,
.course-single__main,
.course-single__main > *,
.course-single .post-article__content {
	min-width: 0;
}

.course-single .course-section--outline :is(th, td) {
	vertical-align: top;
}

.course-single .course-section--outline :is(th, td):first-child {
	width: 32%;
}

.course-single .course-section--outline td:first-child {
	font-weight: 600;
}

.course-single__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: var(--space-s);
}

.course-single__tags a {
	border: 1px solid var(--border-zen-color);
	border-radius: 999px;
	background: var(--base-ultra-light);
	color: var(--neutral-dark);
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.2;
	padding: 0.45rem 0.75rem;
	text-decoration: none;
	transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
}

.course-single__tags a:hover,
.course-single__tags a:focus-visible {
	border-color: var(--primary);
	background: var(--primary-ultra-light);
	color: var(--primary-dark);
}

.course-faq-section__lead p:last-child {
	margin-bottom: 0;
}

.course-faq-section__card-content :is(p, ul) {
	margin-top: 0;
	margin-bottom: 0;
}

.course-faq-section__card-content ul {
	padding-left: 1.35em;
}

.course-faq-section__card-content li {
	margin-bottom: 0.7em;
	line-height: 1.7;
}

.course-faq-section__card-content li:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.course-single .course-section--outline :is(th, td) {
		white-space: normal;
	}

}
