/**
 * Styling for the department-grouped Team section.
 * Only spacing/typography additions - card markup itself is untouched
 * Hestia markup, so it keeps inheriting the theme's card styles.
 */

.hestia-team-departments .hestia-team-department {
	margin-top: 40px;
}

.hestia-team-departments .hestia-team-department:first-of-type {
	margin-top: 10px;
}

.hestia-team-departments .hestia-team-department-title-area {
	text-align: center;
	margin-bottom: 10px;
}

.hestia-team-departments .hestia-team-department-title {
	font-family: "Roboto Slab", "Times New Roman", serif;
	color: #3c4858;
	display: inline-block;
	padding-bottom: 12px;
	border-bottom: 2px solid #e5e5e5;
}

.hestia-team-departments .hestia-team-department .hestia-team-content {
	margin-top: 10px;
}
