.angie-pp-wrapper {
	display: flex;
	flex-direction: column;
}

.angie-pp-item {
	display: flex;
	gap: 20px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #eaeaea;
	align-items: flex-start;
}

.angie-pp-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.angie-pp-image {
	flex: 0 0 120px; /* Default size, can be overridden by Elementor controls */
	overflow: hidden;
}

.angie-pp-image img {
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	object-fit: cover;
	display: block;
}

.angie-pp-content {
	flex: 1;
	min-width: 0;
}

.angie-pp-content-full {
	width: 100%;
}

.angie-pp-category {
	display: block;
	font-size: 13px;
	color: #005a9c; /* Default match to image */
	margin-bottom: 6px;
	font-weight: 500;
}

.angie-pp-title {
	font-size: 22px;
	margin: 0 0 10px 0;
	line-height: 1.2;
	font-weight: 500;
}

.angie-pp-title a {
	color: #005a9c; /* Default match to image */
	text-decoration: none;
	transition: color 0.3s;
}

.angie-pp-excerpt {
	font-size: 15px;
	color: #555;
	line-height: 1.5;
}
