article header {
	margin-bottom: 25px;
}
article header h1 {
	color: #0c4fa6;
	font-weight: 700;
	font-size: 32px;
}
article header time {
	color: #758093;
}

article section p {
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 19px;
}
article section h1 {
	font-weight: 700;
	font-size: 28px;
}
article section h2 {
	font-weight: 600;
	font-size: 24px;
}
article section h3 {
	font-weight: 600;
	font-size: 21px;
	font-style: italic;
}

article section blockquote {
	padding: 14px 0 14px 15px;
	background-color: #efeff7;
	border-left: 2px solid #0f1b3f4a;
	font-style: italic;
	margin: 14px 0;
	border-radius: 5px;
}
article section hr {
	height: 2px;
	border-radius: 2px;
	background-color: #09102659;
	margin: 40px 0 30px;
}

/* Header Image
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
article header .image img {
	max-height: 460px;
	object-fit: cover;
	object-position: center;
	border-radius: 4px;
}

/* Images
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.kg-image-card img {
	border-radius: 4px;
}
.kg-gallery-container {
	width: 100%;
	display: flex;
}
.kg-width-wide {
	width: 100%;
}
.kg-width-full {
	width: 100%;
}
.kg-image-card figcaption {
	font-style: italic;
	margin-top: -10px;
	margin-bottom: 10px;
	color: rgb(77, 77, 77);
}
.kg-image-card figcaption strong {
	font-weight: normal;
}

/* Bookmark Card
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.kg-bookmark-card {
	border-top: 2px solid #686c9e4a;
	border-bottom: 2px solid #686c9e4a;
	padding: 5px 15px;
	background-color: #efeff7;
	margin-bottom: 15px;
}
.kg-bookmark-card::before {
	content: 'Related';
	font-weight: 600;
}
.kg-bookmark-card a,
.kg-bookmark-card a:hover,
.kg-bookmark-card a:visited,
.kg-bookmark-card a:active {
	text-decoration: none;
	color: black;
}
.kg-bookmark-container  {
	display: flex;
	flex-direction: row;
	margin-top: 0;
}
.kg-bookmark-content {
	flex: 1 1 80%;
}
.kg-bookmark-title {
	font-weight: 600;
	color: #3232a3;
	font-size: 18px;
	margin-bottom: 0;
}
.kg-bookmark-description {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	margin-top: 0;
	font-weight: 400;
	font-size: 16px;
	color: #262626;
}
.kg-bookmark-metadata {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	height: 24px;
	margin-top: 9px;
	font-family: 'Inter';
	font-size: 13px;
	color: #4c4c4c;
	margin-bottom: 0;
}
.kg-bookmark-author {
	color: #262626;
}
.kg-bookmark-publisher::before {
	content: '•';
	padding: 0 6px 0 0;
}
.kg-bookmark-metadata img {
	height: 100%;
	width: auto;
	border-radius: 4px;
}

.kg-bookmark-thumbnail {
	display: none;
	flex: 1 1 20%;
	min-width: 80px;
}
.kg-bookmark-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}
/*
▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲
Video Embed Card
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.kg-embed-card {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.kg-embed-card iframe {
	width: 100%;
	height: 100%;
}

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Library and Tag Pages
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* Tags Page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
header.tag {
	margin-top: 70px;
	margin-bottom: 60px;
}
header.tag h1 {
	font-family: 'Baskerville', 'Libre Baskerville';
	text-align: center;
	color: #2561CF;
}
header.tag h2 {
	font-family: 'Baskerville', 'Libre Baskerville';
	text-align: center;
	color: #273B60;
	font-size: 21px;
}
ul.tag {
	list-style-type: none;
}
ul.tag a {
	text-decoration: none;
}
ul.tag h2 {
	color: #0c4fa6;
	line-height: 1.2;
	margin-bottom: 5px;
	font-weight: 600;
}
ul.tag p {
	color: #2a2a2a;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 6px;
}
ul.tag time {
	color: #758093;
	font-weight: 500;
}
ul.tag li {
	margin-bottom: 30px;
}

/* Library Page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.library-page .tags {
	margin-top: 70px;
	color: #273B60;
	margin-bottom: 20px;
}
.library-page .tags h1 {
	font-family: 'Baskerville', 'Libre Baskerville';
}
.library-page .tags p {
	font-family: 'Baskerville', 'Libre Baskerville';
	font-size: 20px;
}
.library-page .tags-list {
	display: flex;
	gap: 9px;
	flex-wrap: wrap;
}
.library-page .tags-list a {
	font-family: 'Baskerville', 'Libre Baskerville';
	font-size: 21px;
	text-decoration: none;
	background-color: #D0EBFF;
	padding: 5px 14px;
	border-radius: 20px;
	border: 2px solid #b5d3e966;
}
.library-page .tags-list a,
.library-page .tags-list a:visited {
	color: #2561CF;
}
.library-page .tags-list a:hover {
	color: #273B60;
	border: 2px solid #b5d3e9cc;
}
.library-page .tags-list a span {
	font-family: 'Inter';
	font-size: 16px;
	color: #355da5;
}

.library-page .post-archives {
	margin-top: 25px;
}
.library-page .post-archives h1 {
	font-family: 'Baskerville', 'Libre Baskerville';
	color: #273B60;
	margin-bottom: 12px;
}
.library-page .post-archives h1 em {
	font-family: 'Inter';
	font-size: 20px;
	color: #273B60;
	font-style: normal;
}
.library-page .post-archives ul {
	list-style-type: none;
}
.library-page .post-archives ul a {
	text-decoration: none;
}
.library-page .post-archives ul h2 {
	color: #0c4fa6;
	line-height: 1.2;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 19px;
}
.library-page .post-archives ul time {
	color: #758093;
	font-weight: 500;
}
.library-page .post-archives ul li {
	margin-bottom: 15px;
}

.post-archives a:visited h2,
.tag a:visited h2 {
	color: #5977ae;
}

/*
▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲
Bible Verse Links
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.vcVerseLink {
	color:#F00;
	border-bottom:1px dotted #F00;
	text-decoration:none;
}
.vcVerseLink:hover {
	color:#00F;
	border-bottom:1px dotted #00F;
}
.vcPopupVerseText {
	background-color:#FFF2CB;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.vcPopupHeaderText {
	background-color:#d7c08b;
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.2em;
}