.apsp-contatti-referenti {
	margin: 1.75rem 0 0;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.apsp-contatti-referenti__title {
	margin: 0 0 0.75rem;
	font-size: 1.15rem;
	line-height: 1.35;
	color: #003366;
}

.apsp-contatti-referenti__wrap {
	margin: 0;
}

.apsp-contatti-referenti__table {
	width: 100%;
	margin: 0;
	background: #fff;
}

.apsp-contatti-referenti__table th {
	background: #f0f4f8;
	color: #003366;
	font-weight: 600;
	white-space: nowrap;
}

.apsp-contatti-referenti__table td,
.apsp-contatti-referenti__table th {
	vertical-align: top;
}

.apsp-contatti-referenti__table a[href^="mailto:"] {
	word-break: break-word;
}

@media (max-width: 767.98px) {
	.apsp-contatti-referenti__table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		border: 0;
	}

	.apsp-contatti-referenti__table,
	.apsp-contatti-referenti__table tbody,
	.apsp-contatti-referenti__table tr,
	.apsp-contatti-referenti__table td {
		display: block;
		width: 100%;
	}

	.apsp-contatti-referenti__table tr {
		margin: 0 0 0.75rem;
		padding: 0.75rem;
		border: 1px solid #d9e0e6;
		border-radius: 4px;
		background: #fff;
	}

	.apsp-contatti-referenti__table td {
		border: 0;
		padding: 0.25rem 0;
	}

	.apsp-contatti-referenti__table td::before {
		content: attr(data-label);
		display: block;
		font-size: 0.75rem;
		font-weight: 600;
		color: #5c6f82;
		margin-bottom: 0.15rem;
	}
}
