/* Simple internal pages: about / categories */

.stk-simple-page__inner {
	width: min(860px, calc(100% - 40px));
	margin: 0 auto;
	padding: 28px 0 72px;
	font-family: TildaSans, Arial, sans-serif;
}

.stk-simple-page__title {
	margin: 12px 0 22px;
	color: #12151a;
	font-size: clamp(28px, 4vw, 40px);
	line-height: 1.2;
	font-weight: 800;
}

.stk-simple-page__content {
	color: #1f2530;
	font-size: 17px;
	line-height: 1.65;
}

.stk-simple-page__content p {
	margin: 0 0 16px;
}

.stk-simple-page__actions {
	margin-top: 28px;
}

.stk-simple-page .stk-home-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border-radius: 8px;
	background: #66bbf0;
	color: #fff !important;
	font-weight: 700;
	text-decoration: none !important;
}
