/*
Theme Name: He Has Spoken
Theme URI: https://hehasspoken.org/
Description: Child block theme for He Has Spoken, built on Twenty Twenty-Five.
Author: He Has Spoken
Template: twentytwentyfive
Version: 0.1.2
Requires at least: 6.7
Requires PHP: 7.2
Text Domain: he-has-spoken
*/

/* Teaching metadata display */
.hhs-primary-passage,
.hhs-teaching-format,
.hhs-teaching-topics,
.hhs-teaching-series {
	margin-top: 0;
	margin-bottom: 0;
}

.hhs-primary-passage {
	font-style: italic;
}

/* Related Scriptures */
.hhs-related-scriptures {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid #C9C5BC;
}

.hhs-related-scriptures-heading {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 24px;
	line-height: 1.25;
}

.hhs-related-scriptures-list {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 1.25em;
}

.hhs-related-scriptures-list li + li {
	margin-top: 6px;
}

/* Teaching taxonomy archives */
.hhs-archive-entry {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

.hhs-archive-entry .wp-block-post-title {
    border-top: 1px solid #C9C5BC;
    padding-top: 24px;
}