.is-style-jeo-content-box {
	--jeo-content-box-link: #597b1a;
	--jeo-content-box-surface: #f5f5f5;

	box-sizing: border-box;
}

.is-style-jeo-content-box > .jeo-content-box__title {
	color: #555d66;
	font-family: var(--wp--preset--font-family--open-sans, var(--primary-font));
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5rem;
	margin-block: 0 25px;
	text-transform: uppercase;
}

.is-style-jeo-content-box > p {
	color: inherit;
	font-size: 1.125rem;
	letter-spacing: 0;
	line-height: inherit;
}

.is-style-jeo-content-box > p:last-child {
	margin-bottom: 0;
}

.is-style-jeo-content-box > .jeo-content-box__title + p {
	margin-block-start: 0;
}

.dark-theme .is-style-jeo-content-box {
	--jeo-content-box-link: #b9d28d;
	--jeo-content-box-surface: #252b31;
}

.dark-theme .is-style-jeo-content-box > .jeo-content-box__title {
	color: #f5f5f5;
	opacity: 0.65;
}

.dark-theme .is-style-jeo-content-box > p {
	color: #f5f5f5;
}

.is-style-jeo-team {
	--jeo-team-surface: #f5f5f5;

	box-sizing: border-box;
}

.is-style-jeo-team > .jeo-team__title {
	color: #555d66;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.2;
	margin-block: 0 40px;
	text-transform: uppercase;
}

.page .is-style-jeo-team > .jeo-team__title {
	color: inherit;
	font-size: 1.625rem;
	line-height: 2.25rem;
	text-transform: none;
}

.jeo-team__grid {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jeo-team--without-title > .jeo-team__grid {
	margin-block-start: 40px;
}

.jeo-team__member {
	align-items: flex-start;
	display: flex;
	flex-flow: row nowrap;
	gap: 20px;
}

.jeo-team__member > .wp-block-image {
	align-self: flex-start;
	flex: 0 0 33%;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.jeo-team__member > .wp-block-image img {
	aspect-ratio: 1;
	border-radius: 50%;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.jeo-team__copy {
	align-items: stretch;
	display: flex;
	flex: 0 0 calc(66% - 20px);
	flex-direction: column;
	gap: 0;
	justify-content: center;
	min-width: 0;
}

.jeo-team__copy > p {
	color: #0a0a0a;
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1.375rem;
	margin-block: 0;
}

.jeo-team__copy > p:first-child {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5rem;
}

.dark-theme .is-style-jeo-team {
	--jeo-team-surface: #252b31;
}

.dark-theme .is-style-jeo-team > .jeo-team__title {
	color: #f5f5f5;
	opacity: 0.65;
}

.dark-theme .jeo-team__copy > p {
	color: #f5f5f5;
}

@media (max-width: 1024px) {
	.is-style-jeo-content-box > p {
		font-size: 1rem;
	}

	.jeo-team__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.jeo-team__copy {
		flex: auto;
	}
}

@media (max-width: 480px) {
	.jeo-team__member {
		align-items: center;
	}
}
