.pc-local-ads {
	border-top: 1px solid #e6efeb;
	margin-block: clamp(3rem, 8vw, 7rem) 1rem;
	padding-top: clamp(2rem, 5vw, 4rem);
}

.pc-local-ads__heading {
	align-items: end;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.25rem;
}

.pc-local-ads__heading p {
	margin: 0;
}

.pc-local-ads__heading span {
	color: #5d716e;
	font-size: .875rem;
}

.pc-local-ads__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
}

.pc-local-ad {
	background: #fff;
	border: 1px solid #e6efeb;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.pc-local-ad__media {
	background: #102a2a;
	display: block;
	min-height: 8rem;
}

.pc-local-ad__media img,
.pc-local-ad__placeholder {
	display: block;
	height: 8rem;
	object-fit: cover;
	width: 100%;
}

.pc-local-ad__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1rem 1.15rem 1.15rem;
}

.pc-local-ad__label {
	color: #5d716e;
	font-size: .72rem;
	font-weight: 750;
	letter-spacing: .06em;
	margin: 0;
	text-transform: uppercase;
}

.pc-local-ad__body > p:not(.pc-local-ad__label) {
	margin-block: .5rem 1rem;
}

.pc-local-ad__link {
	color: #087a57;
	font-weight: 750;
	margin-top: auto;
}
