.pcs-post-card__media,
.pcs-gallery__item {
	aspect-ratio: 1 / 1;
}

.pcs-post-card__media {
	min-height: 0;
	align-self: start;
}

.pcs-post-card__media img,
.pcs-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.pcs-post-card__categories a {
	color: #214f78;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}
