/*
Theme Name: SingleDoseHub Foundation
Theme URI: https://singledosehub.com/
Description: Child theme for SingleDoseHub CPT and taxonomy infrastructure.
Author: SingleDoseHub
Template: generatepress
Version: 1.0.6
Text Domain: singledosehub-foundation
*/

body {
	background: #FFFFFF;
	color: #222222;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	line-height: 1.7;
}

.sdh-section {
	background: #FFFFFF;
	border: 1px solid #EAECEF;
	border-radius: 8px;
	padding: 18px 22px;
	margin: 22px 0;
}

.sdh-section > h2:first-child {
	margin-top: 0;
}

.sdh-insight {
	border-left: 3px solid #00A7A0;
	background: #F6F9FA;
	padding: 14px 16px;
	margin: 18px 0;
	font-size: 14px;
}

.sdh-insight > :first-child {
	margin-top: 0;
}

.sdh-insight > :last-child {
	margin-bottom: 0;
}

.sdh-table {
	width: 100%;
	border-collapse: collapse;
	margin: 16px 0;
	font-size: 14px;
}

.sdh-table th {
	background: #0B1F3A;
	color: #FFFFFF;
	padding: 10px;
	text-align: left;
}

.sdh-table td {
	border-bottom: 1px solid #EAECEF;
	padding: 10px;
}

.sdh-table tr:hover {
	background: #F6F9FA;
}

.site-header {
	background: #FFFFFF;
	border-bottom: 1px solid #E9F2F1;
}

.site-header .inside-header {
	max-width: 1440px;
	gap: 24px;
	padding: 14px 28px;
}

.site-logo img.header-image {
	width: 280px;
	max-width: 100%;
	height: auto;
}

.main-navigation {
	background: #FFFFFF;
	margin-left: auto;
}

.main-navigation .main-nav ul li a {
	color: #0B1F3A;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	padding-left: 8px;
	padding-right: 8px;
	white-space: nowrap;
}

.main-navigation .main-nav ul li:hover > a,
.main-navigation .main-nav ul li:focus > a,
.main-navigation .main-nav ul li.current-menu-item > a {
	color: #00A7A0;
}

@media (min-width: 769px) {
	.main-navigation .main-nav ul {
		align-items: center;
		display: flex;
		flex-wrap: nowrap;
	}
}

.site-footer,
.site-info {
	background: #FFFFFF;
	color: #222222;
	text-align: center;
}

.site-info {
	border-top: 1px solid #E9F2F1;
	font-size: 13px;
	padding: 0;
}

.site-info .inside-site-info {
	display: block;
	max-width: 1160px;
	padding: 0 28px;
}

.sdh-footer-system {
	width: 100%;
	text-align: left;
}

.sdh-footer-system__grid {
	display: grid;
	grid-template-columns: 1.05fr 1.35fr 1fr 0.55fr;
	gap: 34px;
	padding: 42px 0 34px;
}

.sdh-footer-system__title {
	margin: 0 0 14px;
	color: #0B1F3A;
	font-size: 14px;
	font-weight: 600;
}

.sdh-footer-system__group ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sdh-footer-system__group li {
	margin: 0 0 8px;
}

.sdh-footer-system__group a,
.sdh-footer-system__base a {
	color: #222222;
	text-decoration: none;
}

.sdh-footer-system__group a:hover,
.sdh-footer-system__group a:focus,
.sdh-footer-system__base a:hover,
.sdh-footer-system__base a:focus {
	color: #00A7A0;
	text-decoration: underline;
}

.sdh-footer-system__base {
	border-top: 1px solid #EAECEF;
	padding: 24px 0 28px;
	color: #222222;
	text-align: center;
	line-height: 1.6;
}

.home .site-main {
	margin-top: 0;
}

.home .inside-article {
	max-width: 880px;
	margin: 0 auto;
	padding: 72px 28px;
	box-shadow: none;
}

.home .entry-header {
	margin-bottom: 18px;
}

.home .entry-title {
	color: #0B1F3A;
	font-size: 38px;
	line-height: 1.2;
}

.home .entry-content {
	color: #222222;
	font-size: 18px;
	line-height: 1.75;
}

.sdh-kc-subtitle {
	margin-top: -8px;
	margin-bottom: 34px;
	color: #00A7A0;
	font-size: 18px;
	font-weight: 700;
}

.sdh-kc-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 28px 0 36px;
}

.sdh-kc-card {
	padding: 22px;
	border: 1px solid #D9F7F5;
	background: #FFFFFF;
}

.sdh-kc-card h3 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.3;
}

.sdh-kc-card p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.65;
}

.sdh-home {
	background: #FFFFFF;
	color: #222222;
}

.sdh-home a {
	color: #00A7A0;
	text-decoration: none;
}

.sdh-home a:hover {
	color: #0B1F3A;
	text-decoration: underline;
}

.sdh-home__section {
	border-top: 1px solid #E9F2F1;
	padding: 72px 0;
}

.sdh-home__section:first-child {
	border-top: 0;
	padding-top: 24px;
}

.sdh-home__inner {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 28px;
}

.sdh-home__hero {
	background: #FFFFFF;
}

.sdh-home__eyebrow {
	margin: 0 0 18px;
	color: #00A7A0;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sdh-home h1,
.sdh-home h2,
.sdh-home h3 {
	color: #0B1F3A;
	margin-top: 0;
}

.sdh-home h1 {
	max-width: 880px;
	margin-bottom: 22px;
	font-size: 56px;
	line-height: 1.06;
}

.sdh-home h2 {
	margin-bottom: 18px;
	font-size: 34px;
	line-height: 1.18;
}

.sdh-home h3 {
	margin-bottom: 10px;
	font-size: 19px;
	line-height: 1.25;
}

.sdh-home p {
	max-width: 820px;
	margin-bottom: 0;
}

.sdh-home__lead {
	font-size: 20px;
	line-height: 1.7;
}

.sdh-home__text-link {
	display: inline-block;
	margin-top: 26px;
	font-weight: 700;
}

.sdh-home__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
	margin-top: 34px;
}

.sdh-home__card {
	min-height: 174px;
	padding: 22px;
	border: 1px solid #D9F7F5;
	background: #FFFFFF;
}

.sdh-home__card:hover {
	border-color: #00A7A0;
}

.sdh-home__card p {
	font-size: 15px;
	line-height: 1.6;
}

.sdh-home__feature {
	display: grid;
	grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
	gap: 40px;
	align-items: start;
}

.sdh-home__feature-link {
	display: inline-block;
	margin-top: 18px;
	font-weight: 700;
}

@media (max-width: 768px) {
	.site-info .inside-site-info {
		padding: 0 20px;
	}

	.sdh-footer-system__grid {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 34px 0 28px;
	}

	.site-header .inside-header {
		padding: 12px 20px;
	}

	.site-logo img.header-image {
		width: 220px;
	}

	.home .inside-article {
		padding: 48px 20px;
	}

	.home .entry-title {
		font-size: 32px;
	}

	.sdh-kc-grid {
		grid-template-columns: 1fr;
	}

	.sdh-home__section {
		padding: 48px 0;
	}

	.sdh-home__inner {
		padding: 0 20px;
	}

	.sdh-home h1 {
		font-size: 40px;
	}

	.sdh-home h2 {
		font-size: 28px;
	}

	.sdh-home__lead {
		font-size: 18px;
	}

	.sdh-home__grid,
	.sdh-home__feature {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 769px) and (max-width: 1180px) {
	.sdh-home__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.sdh-template,
.sdh-archive {
	max-width: 960px;
	margin: 0 auto;
	padding: 64px 24px;
	color: #222222;
}

.sdh-template__header,
.sdh-archive__header {
	margin-bottom: 40px;
}

.sdh-template__title,
.sdh-archive__title {
	margin: 0;
	color: #0B1F3A;
	font-size: 44px;
	line-height: 1.15;
}

.sdh-template__section {
	margin: 22px 0;
}

.sdh-template__section h2,
.sdh-archive__entry-title {
	margin: 0 0 16px;
	color: #0B1F3A;
	line-height: 1.25;
}

.sdh-template__content,
.sdh-archive__entry-summary {
	font-size: 18px;
	line-height: 1.75;
}

.sdh-archive__list {
	display: grid;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sdh-archive__entry {
	padding-top: 24px;
	border-top: 1px solid #D9F7F5;
}

.sdh-archive__entry-title a {
	color: #0B1F3A;
	text-decoration: none;
}

.sdh-archive__entry-title a:hover {
	color: #00A7A0;
}

@media (max-width: 768px) {
	.sdh-section {
		padding: 16px 18px;
	}

	.sdh-table {
		display: block;
		overflow-x: auto;
	}

	.sdh-template,
	.sdh-archive {
		padding: 40px 20px;
	}

	.sdh-template__title,
	.sdh-archive__title {
		font-size: 34px;
	}
}

.sdh-template__content .sdh-question-entry .sdh-insight,
.sdh-template__content .sdh-glossary-entry .sdh-insight,
.sdh-template__content .sdh-reference-entry .sdh-insight,
.sdh-template__content .sdh-research-entry .sdh-insight {
	background: #F6F9FA;
	border: 0;
	border-left: 3px solid #00A7A0;
	border-radius: 0;
	padding: 14px 16px;
	margin: 18px 0;
	font-size: 14px;
}
