.wp-block-envision-other-projects {
	margin-block-end: 0 !important;
	margin: 0;
}

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

.wp-block-envision-other-projects .project-link {
	font-weight: 700;
	color: var(--wp--preset--color--charcoal);
}

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

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

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

.wp-block-envision-other-projects .project-title {
	margin: 0;
	color: var(--wp--preset--color--charcoal);
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.wp-block-envision-other-projects .project-link,
.wp-block-envision-other-projects .project-summary {
	font-size: 1rem;
	line-height: 1.75rem;
}

.wp-block-envision-other-projects .project-card {
	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%;
	height: 100%;
	border: solid 1px var(--wp--preset--color--charcoal-20);
}

.wp-block-envision-other-projects .project-card[hidden] {
	display: none !important;
}

.wp-block-envision-other-projects .project-card p {
	margin: 0;
}

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

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

.wp-block-envision-other-projects .project .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	background: var(--wp--preset--gradient--vertical-charcoal-to-black);
}

.wp-block-envision-other-projects .project .project-summary {
	color: var(--wp--preset--color--charcoal-80);
}

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

.wp-block-envision-other-projects .project .project-footer {
	padding-top: 0;
	margin-top: auto;
}

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

.wp-block-envision-other-projects .project .link {
	margin: 0;
}

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

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

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

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

.wp-block-envision-other-projects .project-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-projects .project-link .icon svg {
	width: 14px;
	height: 14px;
}

.wp-block-envision-other-projects .project-link:hover {
	color: var(--wp--preset--color--dark-blue);
}

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