.hvca-staff-template .hvca-staff-intro {
	margin-bottom: 40px;
	color: #888888;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	line-height: 1.8;
}

.hvca-staff-template .edgt-container-inner {
	padding-bottom: 80px;
}

.hvca-staff-rows {
	display: flex;
	flex-direction: column;
	gap: 64px;
	margin-bottom: 20px;
}

.hvca-staff-row {
	width: 100%;
}

.hvca-row-heading {
	position: relative;
	margin: 0 0 34px;
	padding-bottom: 16px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 0.02em;
	color: #434343;
	border-bottom: 1px solid #ebebeb;
}

.hvca-row-heading::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 54px;
	height: 3px;
	background-color: #ffb71b;
}

.hvca-staff-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
	gap: 44px 24px;
}

.hvca-staff-card {
	text-align: center;
}

.hvca-staff-photo {
	position: relative;
	width: 168px;
	height: 168px;
	margin: 0 auto 20px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #f4f4f4;
	box-shadow: 0 0 0 4px #ffffff, 0 6px 18px rgba(30, 30, 30, 0.1);
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.hvca-staff-card:hover .hvca-staff-photo {
	transform: translateY(-4px);
	box-shadow: 0 0 0 4px #ffffff, 0 10px 24px rgba(255, 183, 27, 0.35);
}

.hvca-staff-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hvca-staff-photo-placeholder {
	background-color: #f4f4f4;
	padding: 22px;
	box-sizing: border-box;
	object-fit: contain !important;
}

.hvca-staff-name {
	margin: 0 0 6px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.35;
	color: #434343;
}

.hvca-staff-desc {
	margin: 0;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.55;
	color: #999999;
}

@media (max-width: 767px) {
	.hvca-staff-grid {
		grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
		gap: 32px 16px;
	}

	.hvca-staff-photo {
		width: 108px;
		height: 108px;
	}

	.hvca-row-heading {
		font-size: 19px;
	}
}
