.kmo-project-page .entry-title,
.kmo-project-page .page-title,
.kmo-project-page .wp-block-post-title {
	text-align: center;
}

.kmo-page {
	box-sizing: border-box;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding-bottom: 8em;
	color: #263238;
}

.kmo-page *,
.kmo-page *::before,
.kmo-page *::after {
	box-sizing: border-box;
}

.kmo-page .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.kmo-introduction {
	padding: clamp(28px, 5vw, 56px);
	border: 1px solid #d9e1e7;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 32px rgba(36, 62, 80, .06);
}

.kmo-description {
	font-size: clamp(15px, 1.7vw, 17px);
	line-height: 1.9;
}

.kmo-description > :first-child {
	margin-top: 0;
}

.kmo-description > :last-child {
	margin-bottom: 0;
}

.kmo-description--secondary {
	margin-top: 34px;
}

.kmo-documents {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
	padding-top: 24px;
	border-top: 1px solid #e4eaee;
}

.kmo-document-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 150px;
	padding: 13px 20px;
	border: 1px solid #b22222;
	border-radius: 4px;
	background: #fff;
	color: #b22222 !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none !important;
	transition: transform .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.kmo-document-link:hover,
.kmo-document-link:focus-visible {
	background: #b22222;
	color: #fff !important;
	box-shadow: 0 6px 16px rgba(178, 34, 34, .2);
	transform: translateY(-2px);
}

.kmo-document-type {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	padding: 3px 5px;
	border-radius: 3px;
	background: #e34b4b;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .05em;
}

.kmo-sponsors {
	margin-top: clamp(34px, 6vw, 60px);
}

.kmo-sponsor-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
}

.kmo-sponsor {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .45em;
	width: 100%;
	min-width: 0;
	border: 1px solid #c9d2d8;
	border-radius: 5px;
	background: #fff;
	color: #263238 !important;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	text-decoration: none !important;
	word-break: break-word;
	box-shadow: 0 3px 12px rgba(36, 62, 80, .05);
	transition: transform .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

a.kmo-sponsor:hover,
a.kmo-sponsor:focus-visible {
	border-color: #236a9a;
	color: #174f75 !important;
	box-shadow: 0 7px 20px rgba(35, 106, 154, .13);
	transform: translateY(-2px);
}

.kmo-sponsor--large {
	grid-column: span 6;
	padding: 24px 28px;
	font-size: clamp(19px, 2.4vw, 24px);
}

.kmo-sponsor--medium {
	grid-column: span 3;
	padding: 19px 22px;
	font-size: clamp(17px, 2vw, 20px);
}

.kmo-sponsor--small {
	grid-column: span 2;
	padding: 14px 16px;
	font-size: clamp(14px, 1.6vw, 17px);
}

.kmo-sponsor--no-link {
	cursor: default;
}

.kmo-external {
	flex: 0 0 auto;
	font-size: .8em;
	font-weight: 400;
	opacity: .55;
}

@media (max-width: 767px) {
	.kmo-introduction {
		padding: 25px 20px;
		border-radius: 5px;
	}

	.kmo-documents {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		margin-top: 26px;
		padding-top: 20px;
	}

	.kmo-document-link {
		min-width: 0;
		padding: 12px 10px;
		font-size: 14px;
	}

	.kmo-sponsor-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.kmo-sponsor--large,
	.kmo-sponsor--medium,
	.kmo-sponsor--small {
		grid-column: 1;
		width: 100%;
	}

	.kmo-sponsor--large {
		padding: 22px 18px;
		font-size: 20px;
	}

	.kmo-sponsor--medium {
		padding: 17px 16px;
		font-size: 17px;
	}

	.kmo-sponsor--small {
		padding: 12px 14px;
		font-size: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.kmo-document-link,
	.kmo-sponsor {
		transition: none;
	}
}
