.wp-block-lazyblock-link-esterno {
	height: 100%;
}

.link-esterno {
	padding: 2em;
	border: 2px solid var(--phddeib-primary);
	display: block;
	position: relative;
	height: 100%;
}

.link-esterno:before {
  font-family: 'Material Icons Round';
  content: 'north_east';
  position: absolute;
  top: -5px;
  right: 5px;
  font-size: 40px;
}

.link-esterno h3 {
	font-size: 2.5em;	
}

.link-esterno *:last-child {
	margin-bottom: 0;
}