.khaleghi-wcl {
	width: 100%;
	direction: rtl;
}

.khaleghi-wcl-list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 16px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.khaleghi-wcl-list::-webkit-scrollbar {
	display: none;
}

.khaleghi-wcl-item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	transition:
		color .2s ease,
		background-color .2s ease,
		border-color .2s ease;
}

.khaleghi-wcl-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: inherit;
	font: inherit;
	text-decoration: none;
	white-space: nowrap;
	transition: color .2s ease;
}

.khaleghi-wcl-link:hover,
.khaleghi-wcl-link:focus {
	color: inherit;
	text-decoration: none;
}

.khaleghi-wcl-title {
	display: inline-block;
}

.khaleghi-wcl-count {
	display: inline-block;
	margin-inline-start: 5px;
	font-size: .88em;
	opacity: .75;
	white-space: nowrap;
}

.khaleghi-wcl-separator {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	line-height: 1;
	user-select: none;
}

.khaleghi-wcl-editor-notice {
	padding: 12px 14px;
	border: 1px dashed #c7c7c7;
	border-radius: 6px;
	font-size: 13px;
	line-height: 1.8;
	text-align: center;
}
