#section-breadcrumb > span {
	margin-right: 0.3rem;
	margin-left: 0.3rem;
}

#lead-text, 
#lead-text p {
	/* font-size: 32px; */
	font-size: clamp(1.4rem, 2.5vw, 2rem);
	color: #666;
	line-height: 1.4;
}
#lead-text {
	margin-bottom: var(--section-items-y-gap);
}
#date, 
#author, 
#author a {
	/* font-size: 20px; */
	font-size: clamp(1.0625rem, 1vw, 1.25rem);
	color: var(--brand-color);
}
#author {
	margin-top: 0.4rem;
}
#author a {
	font-weight: 600;
}
#wrapper-text {
	margin-top: var(--section-items-y-gap);
	column-count: 2;
	/* column-gap: 1.8rem; */
	column-gap: 4.2rem;
}
#wrapper-text > * + * {
	margin-top: 1rem;
}
#wrapper-text li + li {
	margin-top: 0.6rem;
}
#wrapper-text, 
#wrapper-text p {
	/* font-size: 20px; */
	font-size: clamp(1.063rem, 1.5vw, 1.25rem);
	color: #333;
	line-height: 1.6;
}
#wrapper-text ul, 
#wrapper-text ol {
	list-style: inherit;
}
#wrapper-text ol {
	list-style-type: decimal;
}

#wrapper-insight-links {
	margin-top: var(--section-items-y-gap);
	margin-bottom: 4.4rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	color: var(--brand-color);
}
#wrapper-insight-links .insight-file-link {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: start;
	column-gap: 0.8rem;
	/* font-size: 24px; */
	font-size: clamp(1.2rem, 2vw, 1.5rem);
	font-weight: 600;
}
#wrapper-insight-links .insight-file-link svg {
	width: 48px;
	height: auto;
	aspect-ratio: 1/1;
}
#wrapper-insight-links .insight-file-link svg * {
	fill: var(--brand-color);
}
#wrapper-insight-links .wrapper-socials p {
	/* font-size: 24px; */
	font-size: clamp(1.2rem, 2vw, 1.5rem);
	color: var(--brand-color);
	font-weight: 600;
}
#wrapper-insight-links .wrapper-socials svg * {
	fill: var(--brand-color);
}
#wrapper-insight-links .wrapper-socials {
	display: flex;
	align-items: center;
	justify-content: end;
	column-gap: 0.6rem;
}
#wrapper-insight-links .wrapper-socials svg {
	width: 24px;
	height: auto;
}

body.insights.detail #main-layout #contact-people-module {
	background-image: url(../images/insights/bkg-contact-module.jpg);
}

span.IN-widget {
	display: none !important;
}



@media (max-width: 999px) {
	#wrapper-text {
		column-count: 1;
		column-gap: 0;
	}
}
@media (max-width: 768px) {
	#wrapper-text ol {
		/* list-style-position: inside; */
		padding-left: 1.2rem;
	}

	#wrapper-insight-links .insight-file-link svg {
		width: 36px;
	}
}