.investor-sidebar h5 {
	font-size: 18px;
	font-weight: 600;
	margin: 16px 0 24px;
}

.investor-sidebar ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.investor-sidebar ul.menu li {
	display: flex;
	justify-content: space-between;
	width: 100%;
	background: none;
	border: 1px solid #eaeaea;
	border-radius: 0px;
	border-width: 1px 0 0;
}

.investor-sidebar ul.menu li a {
	padding: 24px 0 24px 24px;
	color: #000;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 0 0 100%;
}

.investor-sidebar ul.menu li a:after {
	content: '';
	flex: 0 0 12px;
	width: 12px;
	height: 12px;
	background: url(/wp-content/uploads/2026/08/freccia-destra-colorata.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
}

.relations-link a {
	color: inherit !important;
	font-size: 14px !important;
	font-weight: 500;
	text-decoration: underline !important;
	text-decoration-color: #7c4eff !important;
}

.tag-relations .elementor-icon-box-title{
	background-color: #7c4eff;
	color: #fff;
	display: table;
	border-radius: 50px;
	font-size: 12px;
	font-weight: 600;
	padding: 6px 12px;
	margin-top: 8px;
}

.b-title strong {
	display: block;
	margin-bottom: 8px;
}