.wp-block-envision-other-posts {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.wp-block-envision-other-posts .articles-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--wp--preset--spacing--large);
}

.wp-block-envision-other-posts .article-link {
	font-weight: 600;
	color: var(--wp--preset--color--charcoal);
}

.wp-block-envision-other-posts .article-link:focus,
.wp-block-envision-other-posts .article-link:hover {
	color: var(--wp--preset--color--dark-blue);
}

.wp-block-envision-other-posts .tax-chip,
.wp-block-envision-other-posts .read-time {
	font-size: 0.75rem;
	line-height: 1.25rem;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 400;
	color: inherit;
}

.wp-block-envision-other-posts .article .link .article-link {
	display: flex;
	gap: var(--wp--preset--spacing--small);
	align-items: center;
}

.wp-block-envision-other-posts .article .link .article-link .icon {
	display: block;
	line-height: 0;
	will-change: transform;
	opacity: 0;
	transform: translate(-16px, 16px);
	transition: all 0.2s linear;
	width: 14px;
	height: 14px;
}

.wp-block-envision-other-posts .article .link .article-link .icon svg {
	width: 14px;
	height: 14px;
}

.wp-block-envision-other-posts .article .link .article-link:hover .icon {
	opacity: 1;
	transform: translate(0);
}

@media (min-width: 768px) {
	.wp-block-envision-other-posts .tax-chip,
	.wp-block-envision-other-posts .read-time {
		letter-spacing: 4px;
	}
}

.wp-block-envision-other-posts .read-time {
	margin: var(--wp--preset--spacing--medium) 0;
	margin-bottom: 0;
}

.wp-block-envision-other-posts .tax-chip {
	padding: var(--wp--preset--spacing--small) 10px;
	border: solid 1px var(--wp--preset--color--charcoal-20);
	border-radius: 0.25rem;
	font-size: 0.625rem;
	line-height: 0.625rem;
}

.wp-block-envision-other-posts .tax-expertise {
	display: flex;
	align-items: center;
	gap: var(--wp--preset--spacing--medium);
	flex-wrap: wrap;
}

.wp-block-envision-other-posts .wp-block-heading {
	margin: 0;
	margin-bottom: var(--wp--preset--spacing--small);
	color: var(--wp--preset--color--charcoal);
	font-size: 1.5rem;
	line-height: 2rem;
}

.wp-block-envision-other-posts .article {
	border-radius: 1rem;
	background: var(--wp--preset--color--white);
	display: flex;
	flex-direction: column;
	color: var(--wp--preset--color--charcoal);
	overflow: hidden;
	box-shadow: 0 2px 20px 0 var(--wp--preset--color--charcoal-20);
	width: 100%;
	border: solid 1px var(--wp--preset--color--charcoal-20);
}

.wp-block-envision-other-posts .article .article-header {
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.wp-block-envision-other-posts .article .article-header.has-thumb {
	height: 220px;
}

.wp-block-envision-other-posts .article .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	background: var(--wp--preset--gradient--vertical-charcoal-to-black);
	mix-blend-mode: multiply;
}

.wp-block-envision-other-posts .article .article-header .article-meta {
	padding: var(--wp--preset--spacing--large);
	padding-bottom: 0;
	color: var(--wp--preset--color--charcoal-60);
}

.wp-block-envision-other-posts
	.article
	.article-header.has-thumb
	.article-meta {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 var(--wp--preset--spacing--large)
		var(--wp--preset--spacing--medium) var(--wp--preset--spacing--large);
	color: var(--wp--preset--color--charcoal-20);
}

.wp-block-envision-other-posts .article .article-summary {
	color: var(--wp--preset--color--charcoal-80);
	margin-bottom: var(--wp--preset--spacing--medium);
}

.wp-block-envision-other-posts .article .article-content,
.wp-block-envision-other-posts .article .article-footer {
	padding: var(--wp--preset--spacing--large);
}

.wp-block-envision-other-posts .article .article-content {
	padding: var(--wp--preset--spacing--large);
}

.wp-block-envision-other-posts .article .link {
	margin: 0;
}

.wp-block-envision-other-posts .article .article-footer .line {
	background: var(--wp--preset--color--blue-60);
	height: 6px;
	content: "";
}

.wp-block-envision-other-posts .article .article-footer {
	padding-top: 0;
}

.wp-block-envision-other-posts .article .article-footer:before {
	content: "";
	display: block;
	width: 100%;
	border-top: solid 6px var(--wp--preset--color--blue-60);
}

.wp-block-envision-other-posts .article .article-footer .article-author {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-top: var(--wp--preset--spacing--medium);
}

.wp-block-envision-other-posts
	.article
	.article-footer
	.article-author
	.article-author-thumbnail {
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 50px;
	flex-grow: 0;
	flex-shrink: 0;
}

.wp-block-envision-other-posts
	.article
	.article-footer
	.article-author
	.article-author-thumbnail
	img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.wp-block-envision-other-posts
	.article
	.article-footer
	.article-author
	.article-author-info {
	flex-grow: 1;
	flex-shrink: 1;
}

.wp-block-envision-other-posts
	.article
	.article-footer
	.article-author
	.article-author-info
	p {
	margin: 0;
	font-size: 1.125rem;
	line-height: 1.5rem;
	color: var(--wp--preset--color--charcoal-80);
}

.wp-block-envision-other-posts
	.article
	.article-footer
	.article-author
	.article-author-info
	.article-author-name {
	font-weight: 700;
}

.wp-block-envision-other-posts
	.article
	.article-footer
	.article-author
	.article-author-info
	.article-author-role {
	font-size: 1rem;
}

@media (min-width: 768px) {
	.wp-block-envision-other-posts .articles-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.wp-block-envision-other-posts .articles-list {
		grid-template-columns: repeat(3, 1fr);
	}
}
