.elementor-widget-tangutech-mgt-member .tmm {
	--tmm-columns: 4;
	--tmm-row-gap: 24px;
	width: 100%;
	font-family: Manrope, system-ui, sans-serif;
}

.elementor-widget-tangutech-mgt-member .tmm-featured {
	display: flex;
	justify-content: center;
	margin-bottom: var(--tmm-row-gap, 24px);
}

.elementor-widget-tangutech-mgt-member .tmm-grid {
	display: grid;
	grid-template-columns: repeat(var(--tmm-columns), minmax(0, 1fr));
	column-gap: 24px;
	row-gap: var(--tmm-row-gap, 24px);
	align-items: stretch;
}

.elementor-widget-tangutech-mgt-member .tmm-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 28px 20px;
	background-color: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	text-align: center;
	transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.elementor-widget-tangutech-mgt-member .tmm-card__photo {
	width: 120px;
	height: 120px;
	margin: 0 0 16px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #f3f4f6;
	flex: 0 0 auto;
}

.elementor-widget-tangutech-mgt-member .tmm-card__photo a {
	display: block;
	width: 100%;
	height: 100%;
}

.elementor-widget-tangutech-mgt-member .tmm-card__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: inherit;
	transition: transform 0.25s ease, filter 0.25s ease;
}

.elementor-widget-tangutech-mgt-member .tmm-card__name {
	margin: 0 0 6px;
	color: #1f2937;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.35;
}

.elementor-widget-tangutech-mgt-member .tmm-card__name a {
	color: inherit;
	text-decoration: none;
}

.elementor-widget-tangutech-mgt-member .tmm-card__role {
	margin: 0;
	color: #6b7280;
	font-size: 0.92rem;
	font-weight: 500;
	line-height: 1.4;
}

@media (max-width: 1024px) {
	.elementor-widget-tangutech-mgt-member .tmm {
		--tmm-columns: 2;
	}
}

@media (max-width: 767px) {
	.elementor-widget-tangutech-mgt-member .tmm {
		--tmm-columns: 1;
	}

	.elementor-widget-tangutech-mgt-member .tmm-card {
		padding: 22px 16px;
	}

	.elementor-widget-tangutech-mgt-member .tmm-card__photo {
		width: 100px;
		height: 100px;
	}
}
