#wpfc_sermon_sorting {
	display: flex;
	gap: 10px;
	margin: 0 0 28px;
}

#wpfc_sermon_sorting > div {
	flex: 0 1 190px;
	margin: 0;
	max-width: 190px;
	overflow: visible;
}

#wpfc_sermon_sorting > div select {
	width: 100%;
	height: 42px;
	padding: 0 36px 0 12px;
	border: 1px solid #d9dcde;
	border-radius: 3px;
	background-color: #fff;
	color: #2c3135;
	font: inherit;
	font-size: 14px;
}

#wpfc_sermon_sorting > div select:focus {
	border-color: #d94b32;
	box-shadow: 0 0 0 2px rgba(217, 75, 50, 0.12);
	outline: 0;
}

#wpfc-sermons-shortcode #wpfc-sermons-container {
	border-top: 1px solid #e3e5e6;
}

#wpfc-sermons-shortcode .wpfc-sermon-shortcode {
	margin: 0;
}

#wpfc-sermons-shortcode .wpfc-sermon > .wpfc-sermon-inner {
	display: block;
	border: 0;
	border-bottom: 1px solid #e3e5e6;
	background: transparent;
}

#wpfc-sermons-shortcode .wpfc-sermon-main {
	display: grid;
	grid-template-columns: minmax(220px, 0.85fr) minmax(360px, 1.15fr);
	grid-template-rows: auto auto;
	gap: 1px 36px;
	align-items: center;
	padding: 14px 4px;
}

#wpfc-sermons-shortcode .wpfc-sermon-header {
	display: block;
	grid-column: 1;
	grid-row: 1;
}

#wpfc-sermons-shortcode .wpfc-sermon-title {
	font-size: clamp(18px, 2vw, 21px);
	font-weight: 650;
	line-height: 1.25;
}

#wpfc-sermons-shortcode .wpfc-sermon-title-text {
	border: 0;
	box-shadow: none;
	color: #222629;
	text-decoration: none;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

#wpfc-sermons-shortcode .wpfc-sermon-title-text:hover,
#wpfc-sermons-shortcode .wpfc-sermon-title-text:focus {
	color: #d94b32;
	text-decoration: underline;
}

#wpfc-sermons-shortcode .wpfc-sermon-meta-date {
	margin: 4px 0 0;
	color: #73797d;
	font-size: 13px;
	line-height: 1.4;
	opacity: 1;
}

#wpfc-sermons-shortcode .wpfc-sermon-compact-separator {
	padding: 0 7px;
	color: #b0b4b7;
}

#wpfc-sermons-shortcode .wpfc-sermon-compact-preacher a {
	border: 0;
	box-shadow: none;
	color: #5f686e;
	text-decoration: none;
}

#wpfc-sermons-shortcode .wpfc-sermon-compact-preacher a:hover,
#wpfc-sermons-shortcode .wpfc-sermon-compact-preacher a:focus {
	color: #d94b32;
	text-decoration: underline;
	text-underline-offset: 2px;
}

#wpfc-sermons-shortcode .wpfc-sermon-description {
	display: none;
}

#wpfc-sermons-shortcode .wpfc-sermon-audio {
	grid-column: 2;
	grid-row: 1 / span 2;
	margin: 0;
}

#wpfc-sermons-shortcode .plyr--audio.plyr {
	border: 0;
	border-radius: 4px;
	background: #f2f4f5;
	box-shadow: none;
}

#wpfc-sermons-shortcode .plyr--audio .plyr__controls {
	min-height: 48px;
	padding: 8px 10px;
	border-radius: 4px;
	background: #f2f4f5;
	color: #44515d;
}

#wpfc-sermons-shortcode .plyr--audio .plyr__control:hover,
#wpfc-sermons-shortcode .plyr--audio .plyr__control[aria-expanded="true"] {
	background: #d94b32;
}

#wpfc-sermons-shortcode .plyr--full-ui input[type="range"] {
	color: #d94b32;
}

#wpfc-sermons-shortcode .wpfc-sermon-footer {
	display: none;
}

#wpfc-sermons-shortcode .wpfc-sermon-footer .wpfc-sermon-meta-item {
	font-size: inherit;
	opacity: 1;
}

#wpfc-sermons-shortcode .wpfc-sermon-footer .wpfc-sermon-meta-prefix {
	display: none;
}

#wpfc-sermons-shortcode .wpfc-sermon-footer .wpfc-sermon-meta-item:not(:last-child)::after {
	display: none;
	content: "";
}

#wpfc-sermons-shortcode .wpfc-sermon-footer a {
	border: 0;
	box-shadow: none;
	color: #5f686e;
	text-decoration: none;
}

#wpfc-sermons-shortcode .wpfc-sermon-footer a:hover,
#wpfc-sermons-shortcode .wpfc-sermon-footer a:focus {
	color: #d94b32;
	text-decoration: underline;
	text-underline-offset: 2px;
}

#wpfc-sermons-shortcode-navigation {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	margin-top: 28px;
}

#wpfc-sermons-shortcode-navigation .page-numbers {
	display: inline-flex;
	min-width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	padding: 0 9px;
	border: 1px solid #e0e2e3;
	border-radius: 3px;
	box-shadow: none;
	color: #555d62;
	text-decoration: none;
}

#wpfc-sermons-shortcode-navigation .page-numbers.current,
#wpfc-sermons-shortcode-navigation a.page-numbers:hover,
#wpfc-sermons-shortcode-navigation a.page-numbers:focus {
	border-color: #d94b32;
	background: #d94b32;
	color: #fff;
}

@media (max-width: 760px) {
	#wpfc_sermon_sorting > div {
		flex: 1 1 calc(50% - 5px);
		width: auto;
		max-width: none;
	}

	#wpfc-sermons-shortcode .wpfc-sermon-main {
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: auto auto auto;
		gap: 1px;
		padding: 14px 0;
	}

	#wpfc-sermons-shortcode .wpfc-sermon-header {
		grid-column: 1;
		grid-row: 1;
	}

	#wpfc-sermons-shortcode .wpfc-sermon-footer {
		grid-column: 1;
		grid-row: 2;
	}

	#wpfc-sermons-shortcode .wpfc-sermon-audio {
		grid-column: 1;
		grid-row: 3;
		margin-top: 9px;
	}
}

@media (max-width: 460px) {
	#wpfc_sermon_sorting {
		gap: 8px;
	}

	#wpfc_sermon_sorting > div {
		flex-basis: 100%;
	}
}
