/* Blog listing section background */
.elementor-335 .elementor-element-595315f {
	background-color: #f8f9fa;
	padding: 48px 24px 72px;
}

/* 3-column card grid */
.elementor-335 .elementor-element-ba89943 .elementor-posts-container {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
}

@media (max-width: 1024px) {
	.elementor-335 .elementor-element-ba89943 .elementor-posts-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px;
	}
}

@media (max-width: 767px) {
	.elementor-335 .elementor-element-ba89943 .elementor-posts-container {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

/* Card shell — classic + cards skins */
.elementor-335 .elementor-element-ba89943 .elementor-post,
.elementor-335 .elementor-element-ba89943 .elementor-post__card {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	margin: 0;
	background: #fff;
	border: none;
	border-radius: 28px;
	overflow: hidden;
	box-shadow: none;
	padding: 0;
	position: relative;
}

/* Featured image */
.elementor-335 .elementor-element-ba89943 .elementor-post__thumbnail__link {
	display: block;
	margin-bottom: 0 !important;
	width: 100% !important;
	order: 0;
}

.elementor-335 .elementor-element-ba89943 .elementor-post__thumbnail {
	border-radius: 28px 28px 0 0;
	overflow: hidden;
}

.elementor-335 .elementor-element-ba89943 .elementor-post__thumbnail img {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 28px 28px 0 0;
	display: block;
}

/* Category label */
.elementor-335 .elementor-element-ba89943 .elementor-post__badge,
.elementor-335 .elementor-element-ba89943 .thrivingppc-post-category {
	position: static;
	display: block;
	order: 0;
	margin: 0 0 8px;
	padding: 0;
	background: transparent !important;
	color: #1f1f1f !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	text-transform: none;
	border-radius: 0;
}

/* Hide avatar, excerpt, meta */
.elementor-335 .elementor-element-ba89943 .elementor-post__avatar,
.elementor-335 .elementor-element-ba89943 .elementor-post__excerpt,
.elementor-335 .elementor-element-ba89943 .elementor-post__meta-data {
	display: none !important;
}

/* Title */
.elementor-335 .elementor-element-ba89943 .elementor-post__text {
	order: 3;
	margin-top: 0 !important;
	padding: 20px 24px 24px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.elementor-335 .elementor-element-ba89943 .elementor-post__title {
	margin: 0 0 auto;
	font-size: clamp(1.25rem, 1.1rem + 0.4vw, 1.75rem);
	line-height: 1.25;
	font-weight: 700;
}

.elementor-335 .elementor-element-ba89943 .elementor-post__title a {
	color: #111;
	text-decoration: none;
}

.elementor-335 .elementor-element-ba89943 .elementor-post__title a:hover {
	opacity: 0.8;
}

/* Read article pill button */
.elementor-335 .elementor-element-ba89943 .elementor-post__read-more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 24px;
	margin-bottom: 0;
	padding: 10px 20px;
	border: 1px solid #111;
	border-radius: 999px;
	background: transparent;
	color: #111 !important;
	font-size: 0;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	text-transform: none !important;
	letter-spacing: normal;
	align-self: flex-start;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.elementor-335 .elementor-element-ba89943 .elementor-post__read-more::before {
	content: "Read article";
	font-size: 14px;
	line-height: 1;
}

.elementor-335 .elementor-element-ba89943 .elementor-post__read-more::after {
	content: "→";
	font-size: 16px;
	line-height: 1;
}

.elementor-335 .elementor-element-ba89943 .elementor-post__read-more:hover {
	background: #111;
	color: #fff !important;
}

/* No featured image — blurred logo background */
.elementor-335 .elementor-element-ba89943 .elementor-post:not(:has(.elementor-post__thumbnail)),
.elementor-335 .elementor-element-ba89943 .elementor-post.thrivingppc-no-thumb {
	min-height: 100%;
}

.elementor-335 .elementor-element-ba89943 .elementor-post:not(:has(.elementor-post__thumbnail))::before,
.elementor-335 .elementor-element-ba89943 .elementor-post.thrivingppc-no-thumb::before {
	content: "";
	display: block;
	order: 0;
	width: 100%;
	flex: 0 0 auto;
	aspect-ratio: 16 / 9;
	background-color: #e8f2f7;
	background-image: var(--thrivingppc-logo, url("/wp-content/uploads/2026/05/Thriving-PPC-logo.svg"));
	background-repeat: no-repeat;
	background-position: center;
	background-size: 130%;
	filter: blur(22px);
}

.elementor-335 .elementor-element-ba89943 .elementor-post:not(:has(.elementor-post__thumbnail))::after,
.elementor-335 .elementor-element-ba89943 .elementor-post.thrivingppc-no-thumb::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	aspect-ratio: 16 / 9;
	background-image: var(--thrivingppc-logo, url("/wp-content/uploads/2026/05/Thriving-PPC-logo.svg"));
	background-repeat: no-repeat;
	background-position: center;
	background-size: 48%;
	pointer-events: none;
	z-index: 1;
}

.elementor-335 .elementor-element-ba89943 .elementor-post:not(:has(.elementor-post__thumbnail)) .elementor-post__text,
.elementor-335 .elementor-element-ba89943 .elementor-post.thrivingppc-no-thumb .elementor-post__text {
	padding: 20px 24px 24px;
	justify-content: space-between;
	gap: 16px;
}

.elementor-335 .elementor-element-ba89943 .elementor-post:not(:has(.elementor-post__thumbnail)) .elementor-post__title,
.elementor-335 .elementor-element-ba89943 .elementor-post.thrivingppc-no-thumb .elementor-post__title {
	margin-bottom: 0;
}

.elementor-335 .elementor-element-ba89943 .elementor-post:not(:has(.elementor-post__thumbnail)) .elementor-post__read-more,
.elementor-335 .elementor-element-ba89943 .elementor-post.thrivingppc-no-thumb .elementor-post__read-more {
	margin-top: 0;
}
