.mc-d707301f-card {
	display: flex;
	flex-direction: column;
	position: relative;
	background-color: #ffffff;
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
	border-radius: 8px;
	overflow: hidden;
}

.mc-d707301f-image-wrap {
	position: relative;
	width: 100%;
}

.mc-d707301f-main-image {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
}

.mc-d707301f-profile-wrap {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	z-index: 2;
}

/* Updated selector to use the div container for Lottie instead of img */
.mc-d707301f-profile-lottie {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: block;
	border: 4px solid #ffffff;
	border-style: solid;
	background-color: #ffffff;
	overflow: hidden;
}

/* Internal Lottie SVG needs to fill the container */
.mc-d707301f-profile-lottie svg {
	width: 100% !important;
	height: 100% !important;
	display: block;
}

.mc-d707301f-content {
	padding: 30px;
	padding-top: 70px; /* Fallback if not set via calc in elementor controls */
	text-align: center;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.mc-d707301f-title {
	margin: 0 0 10px;
	color: #333333;
}

.mc-d707301f-desc {
	margin: 0 0 20px;
	color: #666666;
}

.mc-d707301f-btn-wrap {
	margin-top: auto;
}

.mc-d707301f-btn {
	display: inline-block;
	background-color: #000000;
	color: #ffffff;
	padding: 12px 24px;
	border-radius: 4px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.mc-d707301f-btn:hover {
	background-color: #333333;
	color: #ffffff;
}
