/**
 * Property Representative shortcode [property_representative]
 */
/* .property-representative {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: flex-start;
}

.property-representative__image {
	flex-shrink: 0;
}

.property-representative__image img {
	display: block;
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 4px;
}

.property-representative__info {
	flex: 1;
	min-width: 0;
}

.property-representative__name {
	margin: 0 0 0.25em;
	font-weight: 600;
}

.property-representative__job-title,
.property-representative__phone,
.property-representative__email {
	margin: 0.25em 0;
	font-size: 0.95em;
}

.property-representative__phone a,
.property-representative__email a {
	text-decoration: none;
}

.property-representative__phone a:hover,
.property-representative__email a:hover {
	text-decoration: underline;
} */

.property-representative__image {
	width: 100px;
	aspect-ratio: 1 / 1;
	height: 100px !important;
	border-radius: 50%;
	overflow: hidden;
}

.property-representative {display: inline-flex;gap: 1rem;margin-bottom: 1.25rem;}

.property-representative__image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.property-representative__info h4{
	color: #cb2a2a !important;
	margin: 0 0 10px 0 !important;
}

.property-representative__info p {
	font-size: 14px;
	margin: 0 !important;
}

.property-representative__info p a{
	color: #586574;
}

.property-representative__info .property-representative__job-title{
	margin-bottom: .25rem !important;
}