/**Highlights PAGE**/

.highlights-terms .elementor-heading-title span{
    margin-right: 16px;
    padding:8px;
    border-radius: 5px;
    background-color: rgba(20, 19, 27, 0.06);
    text-decoration: none!important;
	white-space:nowrap;
	display: inline-block;
	margin-bottom: 8px;
}
.highlights-link a{
    position:relative;
    text-decoration: none!important;

}
.highlights-link a:after{
    content:url(../images/stroked-arrow-right.svg);
    position:absolute;
    top: 2px;
    right: -30px;
}

ul.lineul{
	list-style-type: none;
	margin: 0; 
	position: relative;
	display: inline-flex;
	padding: 0;
    gap: 16px;
	justify-content: center;
	align-items: center;
}

ul.lineul li{
	display: flex;
	list-style-type: none;
	color: var(--gray-500, #787391);  
	font-family: Noto Sans; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: 500; 
	line-height: 20px; 
	letter-spacing: 0.12px; 
	padding: 2px 10px;  
	align-items: center;
	border-radius: 4px; 
	background: var(--gray-100, #E8E7EC);
}
