.agent-photo {
	width: var(--agent-photo-size);
	height: var(--agent-photo-size);
	border-radius: 50%;
	overflow: hidden;
}

.agent-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.agent-photo.placeholder {
	background-color: var(--wp--preset--color--neutral-95);
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--wp--preset--color--neutral-90);
}
