.elementor-widget-tangutech-council-members .tcm {
	--tcm-columns: 5;
	--tcm-row-gap: 40px;
	width: 100%;
	background-color: #ffffff;
	font-family: Manrope, system-ui, sans-serif;
}

.elementor-widget-tangutech-council-members .tcm-featured {
	display: flex;
	justify-content: center;
	margin-bottom: var(--tcm-row-gap, 40px);
}

.elementor-widget-tangutech-council-members .tcm-featured .tcm-card {
	width: 100%;
	max-width: 220px;
}

.elementor-widget-tangutech-council-members .tcm-grid {
	display: grid;
	grid-template-columns: repeat(var(--tcm-columns), minmax(0, 1fr));
	column-gap: 28px;
	row-gap: var(--tcm-row-gap, 40px);
	justify-items: center;
}

.elementor-widget-tangutech-council-members .tcm-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 220px;
	text-align: center;
	box-sizing: border-box;
	transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.elementor-widget-tangutech-council-members .tcm-card__photo {
	width: 140px;
	height: 140px;
	margin: 0 0 14px;
	overflow: hidden;
	border-radius: 50%;
	flex: 0 0 auto;
}

.elementor-widget-tangutech-council-members .tcm-card__photo a {
	display: block;
	width: 100%;
	height: 100%;
}

.elementor-widget-tangutech-council-members .tcm-card__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: inherit;
	transition: transform 0.25s ease, opacity 0.25s ease, filter 0.25s ease;
}

.elementor-widget-tangutech-council-members .tcm-card__name {
	margin: 0 0 4px;
	color: #003366;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
}

.elementor-widget-tangutech-council-members .tcm-card__name a {
	color: inherit;
	text-decoration: none;
}

.elementor-widget-tangutech-council-members .tcm-card__role {
	margin: 0;
	color: #335a85;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.4;
}

@media (max-width: 1024px) {
	.elementor-widget-tangutech-council-members .tcm {
		--tcm-columns: 3;
	}
}

@media (max-width: 767px) {
	.elementor-widget-tangutech-council-members .tcm {
		--tcm-columns: 2;
	}

	.elementor-widget-tangutech-council-members .tcm-card__photo {
		width: 100px;
		height: 100px;
	}

	.elementor-widget-tangutech-council-members .tcm-card__name {
		font-size: 0.9rem;
	}

	.elementor-widget-tangutech-council-members .tcm-card__role {
		font-size: 0.8rem;
	}
}

@media (max-width: 400px) {
	.elementor-widget-tangutech-council-members .tcm {
		--tcm-columns: 1;
	}
}
