/*
 * FishingChief Core components
 */

.single-post .fc-reading-time {
	display: inline-block;
	margin-left: .5em;
	font-size: .9em;
	opacity: .78;
}

.single-post .fc-featured-image {
	margin: 2rem 0;
}

.single-post .fc-featured-image img {
	display: block;
	width: 100%;
	height: auto;
}

.single-post .fc-featured-image figcaption {
	margin-top: .5rem;
	font-size: .875rem;
	opacity: .75;
}

.single-post .fc-quick-answer {
	margin: 2rem 0;
	padding: 24px;
	background: #F0EEE7;
	border-left: 4px solid #C96E3D;
	border-radius: 4px;
}

.single-post .fc-quick-answer h2 {
	margin-top: 0;
	color: #183038;
}

.single-post .fc-quick-answer-content > :last-child {
	margin-bottom: 0;
}

.single-post .fc-toc {
	margin: 2rem 0;
	padding: 24px;
	border: 1px solid #D9DDD8;
	border-radius: 4px;
}

.single-post .fc-toc h2 {
	margin-top: 0;
	color: #183038;
}

.single-post .fc-toc ul {
	margin-bottom: 0;
}

.single-post .fc-toc a {
	color: inherit;
	text-decoration: none;
}

.single-post .fc-toc a:hover {
	color: #C96E3D;
	text-decoration: underline;
}

.single-post .fc-evidence {
	margin: 24px 0 2rem;
	padding: 24px;
	background: #E4E7E1;
	border-left: 4px solid #5E7660;
	border-radius: 4px;
}

.single-post .fc-evidence h3 {
	margin-top: 0;
	color: #183038;
}

.single-post .fc-evidence-content > :last-child {
	margin-bottom: 0;
}

.single-post .fc-evidence-source {
	margin-top: 1.25rem;
	margin-bottom: 0;
}

.single-post .fc-ad-slot {
	display: block;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.single-post .wp-block-table {
	margin: 2rem 0;
}

.single-post .wp-block-table table {
	width: 100%;
	border-collapse: collapse;
}

.single-post .wp-block-table thead {
	background: #183038;
	color: #F7F4EE;
}

.single-post .wp-block-table th {
	font-weight: 700;
	text-align: left;
}

.single-post .wp-block-table th,
.single-post .wp-block-table td {
	padding: 14px 16px;
	border: 1px solid #D9DDD8;
}

.single-post .wp-block-table tbody {
	color: #1F2523;
}

@media screen and (max-width: 767px) {
	.single-post .wp-block-table {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.single-post .wp-block-table table {
		min-width: 650px;
	}

	.single-post .wp-block-table th,
	.single-post .wp-block-table td {
		padding: 12px 14px;
	}

	.single-post .entry-content h2,
	.single-post .fc-quick-answer h2,
	.single-post .fc-toc h2 {
		font-size: 27px;
		line-height: 1.2;
	}

	.single-post .entry-content h3,
	.single-post .fc-evidence h3 {
		font-size: 22px;
		line-height: 1.25;
	}
}
/* Indent H3 headings inside FishingChief TOC */
.fc-toc .fc-toc-level-3 {
    margin-left: 1.5rem;
    font-size: 0.95em;
}