.creatree-insights-index__lead {
	max-width: 48rem;
	font-size: 1.08rem;
	line-height: 1.9;
}

.creatree-insights-categories {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1rem;
	margin: 2rem 0 3rem;
}

.creatree-insights-categories a {
	display: grid;
	gap: 0.5rem;
	padding: 1.25rem;
	border: 1px solid #d9e5e2;
	border-radius: 12px;
	color: inherit;
	text-decoration: none;
}

.creatree-insights-categories a:hover,
.creatree-insights-categories a:focus-visible {
	border-color: #176c5d;
	box-shadow: 0 8px 24px rgba(17, 88, 75, 0.1);
}

.creatree-insights-categories span {
	color: #56605e;
	font-size: 0.9rem;
}

.creatree-insights-latest ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.creatree-insights-latest li {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 0;
	border-bottom: 1px solid #e6ecea;
}

.creatree-insights-latest time {
	flex: 0 0 auto;
	color: #69736f;
	font-size: 0.85rem;
}

@media (max-width: 600px) {
	.creatree-insights-latest li {
		flex-direction: column;
		gap: 0.25rem;
	}
}

.ct-swell-trust-nav {
	padding: 22px 20px;
	color: #cbd0cb;
	background: #171b18;
}

.ct-swell-trust-nav > div {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	width: min(1100px, 100%);
	margin: auto;
}

.ct-swell-trust-nav a {
	color: inherit;
	font-size: 11px;
}
