.wp-block-tclp-resources .articles-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 3rem;
	gap: 1rem;
}

.wp-block-tclp-resources .articles-list .article {
	flex: 1 1 auto;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	background: #fff;
	display: flex;
	flex-direction: column;
}

.wp-block-tclp-resources .articles-list .article .article-header figure {
	margin: 0;
}

.wp-block-tclp-resources .articles-list .article .article-header figure img {
	max-height: 170px;
	object-fit: cover;
}

.wp-block-tclp-resources .articles-list .article .article-content {
	padding: 15px 30px 30px 30px;
}

.wp-block-tclp-resources .articles-list .article .article-footer {
	padding: 0 30px 30px 30px;
	margin-top: auto;
}

.wp-block-tclp-resources .articles-list .article .article-link {
	padding: 0;
	background: initial;
	color: var(--wp--preset--color--navy);
	font-size: 16px;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.wp-block-tclp-resources .articles-list .article .article-link span {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
}

.wp-block-tclp-resources .articles-list .article .article-link::after {
	content: "";
	width: 7px;
	height: 11px;
	line-height: 11px;
	background-color: var(--wp--preset--color--gold);
	mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDcgMTEiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCAwaDIuMzY3TDcgNS40NzUgMi41NjMgMTFILjFsNC41MzMtNS40MjZaIi8+PC9zdmc+")
		no-repeat left center;
	-webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDcgMTEiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCAwaDIuMzY3TDcgNS40NzUgMi41NjMgMTFILjFsNC41MzMtNS40MjZaIi8+PC9zdmc+")
		no-repeat left center;
}

.wp-block-tclp-resources
	.articles-list
	.article
	.article-content
	.article-categories
	.tax-chip {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
}

.wp-block-tclp-resources
	.articles-list
	.article
	.article-content
	.article-date {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.wp-block-tclp-resources
	.articles-list
	.article
	.article-content
	.article-title {
	margin-top: 10px;
	font-size: 20px;
	line-height: 32px;
	color: var(--wp--preset--color--navy);
}

.wp-block-tclp-resources
	.articles-list
	.article
	.article-content
	.article-summary {
	margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
}

.wp-block-tclp-resources .articles-list .article .article-content .link {
	margin-top: 10px;
}

@media screen and (min-width: 700px) {
	.wp-block-tclp-resources .articles-list .article {
		flex: 1 1 calc(50% - ((1 * 1rem) / 2));
		max-width: calc(50% - ((1 * 1rem) / 2));
	}
}

@media screen and (min-width: 1140px) {
	.wp-block-tclp-resources .articles-list .article {
		flex: 1 1 calc(33.33% - ((2 * 1rem) / 3));
		max-width: calc(33.33% - ((2 * 1rem) / 3));
	}
}
