.node--type-team.node--view-mode-default {
	box-shadow: var(--theme--box-shadow);
}

.node--type-team.node--view-mode-default .node__image img {
	min-width: 100%;
}

.node--type-team.node--view-mode-default .node__content {
	padding: 1em 1.5em 2.5em;
}

.node--type-team.node--view-mode-default .info {
	margin-bottom: 1em;
}

.node--type-team.node--view-mode-default .info h3 {
	margin-bottom: 0;
}

.node--type-team.node--view-mode-default .department-role {
	font-size: var(--theme--font-size--small);
}
	.node--type-team.node--view-mode-default .department-role span:not(:last-child)::after {
		content: ', ';
	}

.node--type-team.node--view-mode-default .contact > div {
	display: flex;
	align-items: center;
}

.node--type-team.node--view-mode-default .contact .label {
	font-weight: 600;
	width: 64px;
	font-size: var(--theme--font-size--xsmall);
}

.node--type-team.node--view-mode-default .contact .value {
	font-size: var(--theme--font-size--xsmall);
}

.node--type-team.node--view-mode-default .contact a {
	color: var(--theme--color--secondary);
	text-decoration: underline;
}