/* Post Summary shortcode – light box with left accent bar */

.cpc-post-summary {
	position: relative;
	display: flex;
	background-color: #f5f3f8;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
	margin: 1.5rem 0;
	overflow: hidden;
}

.cpc-post-summary__bar {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: #6b5b95;
	flex-shrink: 0;
}

.cpc-post-summary__content {
	padding: 1.25rem 1.5rem 1.25rem 1.75rem;
	margin-left: 3px;
	flex: 1;
	min-width: 0;
}

.cpc-post-summary__title {
	margin: 0 0 0.5rem;
	font-size: 1rem;
	font-weight: 700;
	color: #2d1f4e;
	line-height: 1.3;
}

.cpc-post-summary__text {
	font-size: 0.9375rem;
	line-height: 1.5;
	color: #3d3555;
	font-style: italic;
	margin: 0;
}

.cpc-post-summary__text p:first-child {
	margin-top: 0;
}

.cpc-post-summary__text p:last-child {
	margin-bottom: 0;
}
