/* Latest News / Insights feed — isolated from theme .news-listing masonry */

.insights-page .row > [class*="col-"] {
	min-width: 0;
}

.insights-feed {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
	float: none;
}

.insights-card {
	display: block;
	position: relative;
	float: none;
	clear: both;
	width: 100%;
	max-width: 100%;
	margin: 0 0 2rem;
	padding: 1.5rem 1.5rem 1.35rem;
	background: #fff;
	border: 1px solid #ddd6c6;
	border-radius: 6px;
	overflow: hidden;
}

.insights-card-tags {
	position: static;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 1rem;
	left: auto;
	right: auto;
	top: auto;
	z-index: auto;
}

.insights-chip {
	display: inline-block;
	position: static;
	margin: 0;
	padding: 0.35rem 0.85rem;
	background-color: var(--accent-color, #033128);
	color: #fff !important;
	text-transform: uppercase;
	text-decoration: none !important;
	font-size: 0.72rem;
	letter-spacing: 0.04em;
	line-height: 1.3;
	border-radius: 4px;
}

.insights-chip-sub {
	background-color: #4a6b5e;
}

.insights-card-media {
	display: block;
	margin: 0 0 1rem;
	line-height: 0;
}

.insights-card-media img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 280px;
	object-fit: cover;
	border-radius: 4px;
}

.insights-card-title {
	margin: 0 0 0.65rem;
	padding: 0;
	font-size: 1.35rem;
	line-height: 1.35;
	text-align: left;
}

.insights-card-title:before,
.insights-card-title:after {
	content: none !important;
	display: none !important;
}

.insights-card-title a {
	color: inherit;
	text-decoration: none;
}

.insights-card-title a:hover {
	text-decoration: underline;
}

.insights-card-excerpt {
	margin: 0 0 1rem;
	padding: 0;
	line-height: 1.6;
	overflow: hidden;
	word-wrap: break-word;
}

.insights-card-more {
	display: inline-block;
	position: static;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.85rem;
	letter-spacing: 0.04em;
	opacity: 0.75;
}

.insights-card-more:hover {
	opacity: 1;
}

.insights-empty {
	padding: 24px;
	border: 1px dashed #ddd6c6;
	background: #fbfaf7;
}

.insights-focus {
	margin: 0 0 1.5rem;
	padding: 16px 18px;
	background: #f6f4ef;
	border: 1px solid #ddd6c6;
}

.insights-focus p {
	margin: 0;
	line-height: 1.55;
}

.insights-pagination {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	margin: 8px 0 24px;
}

.insights-sidebar .widget {
	margin-bottom: 1.75rem;
}

.insights-sidebar .widget_categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.insights-sidebar .widget_categories .children {
	margin: 6px 0 14px 12px;
	padding: 0 0 0 10px;
	border-left: 2px solid #ddd6c6;
	list-style: none;
}

.insights-sidebar .widget_categories .children li {
	margin: 4px 0;
}

.insights-sidebar .widget_categories a {
	display: inline-block;
	line-height: 1.4;
}

.insights-sidebar .current-cat > a {
	font-weight: 700;
}

.insights-sidebar .gallery {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.insights-sidebar .gallery-item {
	margin: 0;
}

.insights-sidebar .gallery-item img {
	display: block;
	width: 100%;
	height: 88px;
	object-fit: cover;
	border-radius: 4px;
}

@media (max-width: 767px) {
	.insights-card {
		padding: 1.15rem;
	}

	.insights-card-title {
		font-size: 1.15rem;
	}
}
