article.sfwd-courses figure.entry-image-link.entry-image-single {
	display: none; /* Removes featured image from the top of the course page — already shown in the header */
}

.learndash-wrapper .ld-button,
.learndash-wrapper .ld-expand-button,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2,
.learndash-wrapper .wpProQuiz_content a#quiz_continue_link, .learndash-wrapper .learndash_mark_complete_button {
	border-radius: var(--button-border-radius,var(--border-radius)); /* Match LD buttons to theme style */
}

.learndash-wrapper .ld-expand-button .ld-icon, .learndash-wrapper .ld-expand-button .ld-text, .learndash-wrapper .ld-expand-button.ld-button-alternate:not([disabled]) .ld-icon {
	color: #fff;
} /* Change course expand icons to white */

.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span:nth-child(3) {
	display: none;
}
.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span:nth-child(2)::after {
	display: none;
} /* Shortens course breadcrumb to control content width */
