/* Knowledge Graph related module — single Insights posts */

.bp360-kg {
	margin: 2.5rem 0 1.5rem;
	padding: 1.35rem 1.4rem 1.5rem;
	border: 1px solid rgba(4, 19, 78, 0.14);
	background: #f7f8fb;
	color: #04134e;
}

.bp360-kg__kicker {
	margin: 0 0 0.25rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #3a4a7a;
}

.bp360-kg__pillar {
	margin: 0 0 0.85rem;
	font-size: 0.95rem;
	color: #44517a;
}

.bp360-kg__pillar-link {
	margin: 0 0 0.85rem;
}

.bp360-kg__pillar-link a,
.bp360-kg__related a {
	color: #04134e;
	font-weight: 600;
	text-decoration: none;
}

.bp360-kg__pillar-link a:hover,
.bp360-kg__related a:hover {
	text-decoration: underline;
}

.bp360-kg__related {
	margin: 0 0 1.1rem;
	padding-left: 1.15rem;
}

.bp360-kg__related li {
	margin: 0.35rem 0;
	line-height: 1.4;
}

.bp360-kg__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.bp360-kg__btn {
	display: inline-block;
	padding: 0.65rem 1rem;
	border: 1px solid #04134e;
	font-weight: 600;
	font-size: 0.92rem;
	text-decoration: none !important;
}

.bp360-kg__btn--primary {
	background: #04134e;
	color: #fff !important;
}

.bp360-kg__btn--ghost {
	background: transparent;
	color: #04134e !important;
}

.bp360-kg__btn--ghost:hover {
	background: rgba(4, 19, 78, 0.06);
}
