/* ----------------------------------------------------------------
	CSS for: Kids in Tourism Ghana (kitg)
	Created: 12-Feb-2025
	Last update: 2026-08-20 - Claude - Replaced the placeholder GTR-backfilled colours with KITG's
	actual brand colours, sampled by eye from their logo (visual estimate, not pixel-sampled --
	confirm/adjust against a cleaner logo or brand guide if KITG ever supplies one). The logo is a
	green figure (arms raised, a person reaching up) with an orange circle for a head, over a red
	ribbon/wave swoosh, black wordmark. Green as --brand-primary (the figure is the emblem's focal
	shape), orange as --accent-primary (the circle), red as --accent-secondary (the ribbon), black
	as --brand-dark (the wordmark's own colour).
-----------------------------------------------------------------*/

:root {
	--brand-dark: #1a1a1a;
	--brand-primary: #3b8f22;
	--accent-primary: #f0861e;
	--accent-secondary: #c62828;
}

::selection {
	background: var(--accent-primary);
	color: #fff;
}

/* CONTENT FROM MAIN SYSTEM BLOG - ABOUT US PAGE etc */

.ln-type-heading {
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 1.9em;
}

.ln-type-sub-heading {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.3em;
}

.ln-type-paragraph {
}

.ln-type-li {
	margin-left: 30px;
	margin-right: 50px;
}

blockquote {
	font-size: 1.4em;
}

.blockquote-footer {
	font-size: 0.7em;
}

.ln-type-image-left {
	float: left;
	margin-right: 25px;
	width: 400px;
}

.ln-type-image-right {
	float: right;
	margin-left: 25px;
	width: 400px;
}

.ln_image_title {
	font-size: 0.8em;
}

.ln-type-call-to-action {
	padding: 25px;
	background-color: var(--accent-primary) !important;
	color: #fff;
	font-size: 1.2em;
}

.float-left {
	float: left;
	margin-right: 15px;
	width: 300px;
}

.float-right {
	float: right;
	margin-left: 15px;
	width: 300px;
}
