.ccsa-post-list {
	margin: 20px auto;
	max-width: var(--content-width);
}

.ccsa-post-list ul {
	display: grid;
	grid-column-gap: 15px;
	grid-row-gap: 15px;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 20px !important;
}

.ccsa-post-list.alignwide ul,
.wp-block-group.has-background .ccsa-post-list ul {
  padding: 0 !important;
}

@media (min-width: 768px) {
	.ccsa-post-list.has-2-columns ul,
	.ccsa-post-list.has-3-columns ul,
	.ccsa-post-list.has-4-columns ul {
		grid-template-columns: repeat(2,1fr);
	}
}

@media (min-width: 1024px) {
	.ccsa-post-list.has-3-columns ul {
		grid-template-columns: repeat(3,1fr);
	}

	.ccsa-post-list.has-4-columns ul {
		grid-template-columns: repeat(4,1fr);
	}
}

.ccsa-post-list ul li {
}

.ccsa-post-list article {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
	overflow: hidden;
	/*justify-content: space-between;*/
}

.ccsa-post-list__featured-image img {
	height: auto;
	width: 100%;
}

@media (min-width: 768px) {
	.ccsa-post-list__image-placeholder {
		background: #f0f0f0;
		padding-bottom: 66.7%
	}
}

.ccsa-post-list .ccsa-post-list__avatar {
	display: none;
}

@media (min-width: 768px) {
	.ccsa-post-list .ccsa-post-list__avatar {
		display: block;
		margin: -30px 0 0;
		text-align: center;
	}

	.ccsa-post-list .ccsa-post-list__avatar img {
		border-radius: 50%;
		border: solid 5px #fff;
		margin: auto;
	}
}

.ccsa-post-list__post-content {
	padding: 0 20px;
	margin: 0 0 10px;
	text-align: center;
}

.ccsa-post-list article.no-image .ccsa-post-list__post-content {
	padding-top: 20px;
}



.ccsa-post-list .ccsa-post-list__post-title {
	font-size: 23px;
	line-height: 1.2;
	margin-top: 0;
}

@media (min-width: 768px) {
	.ccsa-post-list article.no-image .ccsa-post-list__post-content {
		padding-top: 0;
	}

	.ccsa-post-list .ccsa-post-list__post-title {
		font-size: 28px;
	}
}

.ccsa-post-list .ccsa-post-list__excerpt {
	font-size: 17px;
	margin-bottom: 10px;
}

.ccsa-post-list .ccsa-post-list__permalink {
	font-size: 15px;
	margin-bottom: 1em;
}

.ccsa-post-list article footer {
	background: #f5f5f5;
	border-top: solid 4px #ccc;
	font-size: 14px;
	margin-top: auto;
	padding: 10px 22px;
	text-align: center;
}

.ccsa-post-list .ccsa-post-list__post-date {
	display: inline-block;
}
