.stpaul-staff-card {
	grid-template-columns: 210px minmax(0, 1fr);
	min-height: 210px;
}

.stpaul-staff-photo {
	min-height: 210px;
}

.stpaul-staff-card-body {
	padding: 1.25rem 1.5rem;
}

.stpaul-staff-card-body .stpaul-eyebrow {
	margin: 0 0 .3rem;
}

.stpaul-staff-card h3 {
	font-size: clamp(1.5rem, 2.2vw, 1.9rem);
	margin: 0 0 .55rem;
}

.stpaul-staff-role {
	margin: 0 0 .55rem;
	line-height: 1.35;
}

.stpaul-staff-contact {
	margin: 0;
	line-height: 1.45;
}

@media (max-width: 600px) {
	.stpaul-staff-card {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.stpaul-staff-photo {
		height: auto;
		min-height: 0;
		aspect-ratio: 1;
	}

	.stpaul-staff-card-body {
		padding: 1.35rem;
	}
}

/* Branded fallback used when a staff portrait has not been added yet. */
.stpaul-staff-photo .stpaul-staff-placeholder {
	display: grid;
	place-items: center;
	width: 72%;
	aspect-ratio: 1;
	border: 1px solid #d3e0e8;
	border-bottom: 0;
	border-radius: 50%;
	background: #e7eef3;
}

.stpaul-staff-photo .stpaul-staff-placeholder img {
	width: 52%;
	height: auto;
	object-fit: contain;
}

.stpaul-ministry-contact-photo .stpaul-staff-placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	border-bottom: 0;
	border-radius: 50%;
	background: #e7eef3;
}

.stpaul-ministry-contact-photo .stpaul-staff-placeholder img {
	width: 54%;
	height: auto;
	object-fit: contain;
}
