/* Trust-Based Philanthropy reference page (page id 3043) only: smaller page title. Added 2026-09-17. */
.page-id-3043 .entry-title {
	font-size: 2.5rem;
}

/* Same page only: hide the site menu in header and footer. Added 2026-09-17. */
.page-id-3043 .primary-navigation,
.page-id-3043 .footer-navigation {
	display: none;
}

/* Same page only: no site footer, tighter spacing around the page title. Added 2026-09-17. */
.page-id-3043 #colophon,
.page-id-3043 .entry-footer {
	display: none;
}
.page-id-3043 .site-header {
	padding-bottom: 20px;
}
.page-id-3043 .entry-header {
	padding-bottom: 16px;
	margin-bottom: 40px;
}
.page-id-3043 #main {
	padding-bottom: 60px;
}

/* Same page only: the greeting panel is one 800px reading column with the PFC logo floated right inside it. Added 2026-09-17. */
.page-id-3043 .entry-content > .wp-block-group {
	max-width: var(--responsive--alignwide-width) !important; /* same width as the title rule above it */ /* the theme's width rule has six class-level selectors; !important is the plain way past it */
}
.page-id-3043 .wp-block-group__inner-container > * {
	max-width: none !important; /* same six-selector theme rule as above */
}
.page-id-3043 .tbp-greeting .wp-block-image {
	float: right;
	width: 200px;
	max-width: 40%;
	margin: 0.3rem 0 1rem 1.5rem;
}
.page-id-3043 .tbp-greeting .wp-block-image .alignright {
	float: none;
	margin: 0;
}
.page-id-3043 .tbp-greeting .wp-block-image + * {
	margin-top: 0;
}
.page-id-3043 .wp-block-group__inner-container::after {
	content: "";
	display: table;
	clear: both;
}

/* Same page only: the theme makes headings clear floats; let the greeting heading sit beside the logo. */
.page-id-3043 .tbp-greeting h2 {
	clear: none;
}

/* Same page only, phones: no room to wrap text around the logo, so show it right-aligned above the heading. */
.page-id-3043 .tbp-greeting .wp-block-image img {
	width: 100% !important; /* follow the wrapper width; the block writes an inline 200px */
}
@media (max-width: 599px) {
	.page-id-3043 .tbp-greeting .wp-block-image {
		float: none;
		width: 170px;
		max-width: 60%;
		margin: 0 0 1rem auto;
		margin-right: 0 !important; /* the theme centres blocks with auto margins on both sides */
	}
}

/* Same page only: the document download panel (icon column + text column). Added 2026-09-18. */
.page-id-3043 .tbp-download .wp-block-columns {
	align-items: flex-start;
}
.page-id-3043 .tbp-download .wp-block-image {
	margin: 0.2rem 0 0 0;
	text-align: left; /* the theme centres image figures */
}
.page-id-3043 .tbp-download .wp-block-image img {
	width: 64px;
	height: auto;
}
.page-id-3043 .tbp-download h3 {
	clear: none;
	margin-top: 0;
	margin-bottom: 0.5rem;
}
.page-id-3043 .tbp-download h3 a {
	color: #2646A2;
	text-decoration: none;
}
.page-id-3043 .tbp-download h3 a:hover,
.page-id-3043 .tbp-download h3 a:focus {
	text-decoration: underline;
}
.page-id-3043 .tbp-download .tbp-download-links {
	margin-top: 0.75rem;
	font-size: 0.95rem;
}
.page-id-3043 .tbp-download .tbp-download-links a {
	color: #2F8ED5;
}

/* Same page only: the typography and colours of the From Transaction to Trust document (Baskerville headings in the logo deep blue, Avenir Next body in the logo near-black, bright-blue rules and accents). Apple devices show these fonts; others fall back to Georgia and Arial. Added 2026-09-18. */
.page-id-3043 .entry-title {
	font-family: Baskerville, "Libre Baskerville", Georgia, "Times New Roman", serif;
	font-weight: 400;
	color: #2646A2;
}
.page-id-3043 .entry-header {
	border-bottom: 2px solid #2F8ED5;
}
.page-id-3043 .entry-content,
.page-id-3043 .entry-content p {
	font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #231F20;
}
.page-id-3043 .entry-content h2,
.page-id-3043 .entry-content h3 {
	font-family: Baskerville, "Libre Baskerville", Georgia, "Times New Roman", serif;
	font-weight: 400;
	color: #2646A2;
}
.page-id-3043 .tbp-greeting h2,
.page-id-3043 .tbp-closing h2 {
	border-left: 3px solid #2F8ED5;
	padding-left: 0.6rem;
}
.page-id-3043 .entry-content a {
	color: #2F8ED5;
	text-decoration-color: #2F8ED5;
}
.page-id-3043 .tbp-closing .tbp-signature {
	border-top: 2px solid #2F8ED5;
	margin-top: 1.75rem;
	padding-top: 1rem;
}
.page-id-3043 .tbp-closing .tbp-signature-name {
	font-family: Baskerville, "Libre Baskerville", Georgia, "Times New Roman", serif;
	font-size: 1.35rem;
	color: #2646A2;
	margin: 0 0 0.15rem 0;
}
.page-id-3043 .tbp-closing .tbp-signature-role {
	font-size: 0.95rem;
	margin: 0;
}

/* Same page only: the Foundation logo links home (theme default), sits on the right, and is larger. A 1200px copy of the same logo replaces the theme's 393px file for sharpness; a browser that ignores content on images keeps the theme's file. Added 2026-09-18. */
.page-id-3043 .site-branding {
	margin-left: auto;
	margin-right: 0;
	text-align: right;
}
.page-id-3043 .site-logo .custom-logo {
	content: url("https://lountfdn.org/wp-content/uploads/2026/09/glff-logo-header-1200.png");
	max-width: 380px;
	max-height: 100px;
	width: auto;
	height: auto;
}
@media only screen and (max-width: 481.98px) {
	.page-id-3043 .site-header.has-logo.has-menu .site-logo {
		position: static;
		margin: 0 0 0 auto;
		padding: 0;
	}
	.page-id-3043 .site-branding {
		width: 100%;
	}
	.page-id-3043 .site-header.has-logo.has-menu .site-logo .custom-logo { /* matches the theme's own selector weight */
		max-width: 240px;
		max-height: 70px;
	}
}
