/* MGH Team widget – title + description, one section with configurable title and contact cards. */
/* Typography & colors: MGH design tokens only (no Elementor Style controls on this widget). */
/*
 * Selectors are scoped under div.elementor-widget.elementor-widget-mgh_leasing_team .mgh-leasing-team
 * so these rules win over Elementor's cached per-page CSS from old widget settings.
 */
/* Title: Desktop H3 / Mobile H3 (optional hide on mobile). Description: Desktop Paragraph / Mobile Paragraph. */
/* Section title: Desktop H5 / Mobile H3; when main title is hidden on mobile, section title uses mobile_heading_3 (28px). */
/* Image: 323×219 desktop, 8px radius top-left/right; mobile full width, same aspect ratio (323/219). */
/* Desktop: 4 cards per row. Mobile: 1 per row. Contact labels navy, values gold; tel/mailto links. */

div.elementor-widget.elementor-widget-mgh_leasing_team .mgh-leasing-team {
	padding: 60px 20px 0 20px;
	max-width: 884px;
	margin-left: auto;
	margin-right: auto;
}

div.elementor-widget.elementor-widget-mgh_leasing_team .mgh-leasing-team .mgh-leasing-team__title {
	margin: 0 0 20px 0;
	font-family: Poppins, sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
	color: #2c3a60;
}

div.elementor-widget.elementor-widget-mgh_leasing_team .mgh-leasing-team .mgh-leasing-team__description {
	margin: 0 0 32px 0;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: 0;
	color: #242424;
}

div.elementor-widget.elementor-widget-mgh_leasing_team .mgh-leasing-team .mgh-leasing-team__section {
	margin-bottom: 40px;
}

div.elementor-widget.elementor-widget-mgh_leasing_team .mgh-leasing-team .mgh-leasing-team__section:last-child {
	margin-bottom: 0;
}

div.elementor-widget.elementor-widget-mgh_leasing_team .mgh-leasing-team .mgh-leasing-team__section-title {
	margin: 0 0 20px 0;
	font-family: Poppins, sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
	color: #2c3a60;
}

div.elementor-widget.elementor-widget-mgh_leasing_team .mgh-leasing-team .mgh-leasing-team__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

div.elementor-widget.elementor-widget-mgh_leasing_team .mgh-leasing-team .mgh-leasing-team__card {
	margin: 0;
	padding: 0;
	background: #fff;
}

div.elementor-widget.elementor-widget-mgh_leasing_team .mgh-leasing-team .mgh-leasing-team__card-image-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 323 / 219;
	overflow: hidden;
	border-radius: 8px 8px 0 0;
	background: #eee;
}

div.elementor-widget.elementor-widget-mgh_leasing_team .mgh-leasing-team .mgh-leasing-team__card-image-wrap--placeholder {
	min-height: 120px;
}

div.elementor-widget.elementor-widget-mgh_leasing_team .mgh-leasing-team .mgh-leasing-team__card-image-wrap > .mgh-leasing-team__card-image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: top;
}

div.elementor-widget.elementor-widget-mgh_leasing_team .mgh-leasing-team .mgh-leasing-team__card-body {
	padding: 16px 0 0 0;
}

div.elementor-widget.elementor-widget-mgh_leasing_team .mgh-leasing-team .mgh-leasing-team__card-name {
	margin: 0 0 4px 0;
	font-family: Poppins, sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
	color: #2c3a60;
}

div.elementor-widget.elementor-widget-mgh_leasing_team .mgh-leasing-team .mgh-leasing-team__card-job-title {
	margin: 0 0 12px 0;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0;
	color: #2c3a60;
}

div.elementor-widget.elementor-widget-mgh_leasing_team .mgh-leasing-team .mgh-leasing-team__contact {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
	padding: 0;
}

div.elementor-widget.elementor-widget-mgh_leasing_team .mgh-leasing-team .mgh-leasing-team__contact-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0 6px;
	margin: 0;
	padding: 0;
}

div.elementor-widget.elementor-widget-mgh_leasing_team .mgh-leasing-team .mgh-leasing-team__contact-label {
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 16px;
	letter-spacing: 0;
	color: #2c3a60;
}

div.elementor-widget.elementor-widget-mgh_leasing_team .mgh-leasing-team .mgh-leasing-team__contact-value {
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0;
	color: #baa558;
	text-decoration: none;
}

div.elementor-widget.elementor-widget-mgh_leasing_team .mgh-leasing-team .mgh-leasing-team__contact-value:hover {
	color: #2c3a60;
	text-decoration: none;
}

@media (max-width: 767px) {
	div.elementor-widget.elementor-widget-mgh_leasing_team .mgh-leasing-team .mgh-leasing-team__title--hide-mobile {
		display: none;
	}

	/* When the main title is hidden, promote section title to mobile_heading_3 (28px). */
	div.elementor-widget.elementor-widget-mgh_leasing_team .mgh-leasing-team.mgh-leasing-team--title-hidden-mobile .mgh-leasing-team__section .mgh-leasing-team__section-title {
		font-size: 28px;
	}
}

@media (min-width: 768px) {
	div.elementor-widget.elementor-widget-mgh_leasing_team .mgh-leasing-team {
		padding: 100px 50px 0 50px;
		max-width: 1400px;
	}

	div.elementor-widget.elementor-widget-mgh_leasing_team .mgh-leasing-team .mgh-leasing-team__description {
		margin-bottom: 40px;
	}

	div.elementor-widget.elementor-widget-mgh_leasing_team .mgh-leasing-team .mgh-leasing-team__section {
		margin-bottom: 48px;
	}

	div.elementor-widget.elementor-widget-mgh_leasing_team .mgh-leasing-team .mgh-leasing-team__section-title {
		margin-bottom: 24px;
		font-size: 21px;
	}

	div.elementor-widget.elementor-widget-mgh_leasing_team .mgh-leasing-team .mgh-leasing-team__grid {
		grid-template-columns: repeat(4, minmax(0, 323px));
		justify-content: start;
		max-width: 1364px;
		gap: 32px 24px;
	}

	div.elementor-widget.elementor-widget-mgh_leasing_team .mgh-leasing-team .mgh-leasing-team__card-name {
		font-size: 21px;
	}

	div.elementor-widget.elementor-widget-mgh_leasing_team .mgh-leasing-team .mgh-leasing-team__card-image-wrap {
		width: 100%;
		height: auto;
		aspect-ratio: 323 / 219;
	}

	div.elementor-widget.elementor-widget-mgh_leasing_team .mgh-leasing-team .mgh-leasing-team__card-image-wrap--placeholder {
		min-height: 219px;
	}
}

@media (min-width: 1280px) {
	div.elementor-widget.elementor-widget-mgh_leasing_team .mgh-leasing-team .mgh-leasing-team__title {
		font-size: 34px;
	}
}
