.article-perex-truncate {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

.select2-container--bootstrap-5 .select2-selection {
	border-radius: 1rem!important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
	border-radius: 1rem!important;
}

.article-card-icon {
	width: 14px;
}