.llmf-checkbox-row {
	margin: 4px 0;
}

.llmf-inline-checkbox {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 4px;
	max-width: 100%;
	vertical-align: top;
}

.llmf-excluded-posts__wrap {
	border: 1px solid #dcdcde;
	border-radius: 6px;
	max-width: 900px;
	padding: 12px;
}

.llmf-excluded-posts__type {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	margin-bottom: 12px;
	padding: 12px;
	position: relative;
}

.llmf-excluded-posts__type--hidden {
	display: none;
}

.llmf-excluded-posts__search {
	max-width: 520px;
}

.llmf-excluded-posts__search-control {
	max-width: 520px;
	position: relative;
}

.llmf-excluded-posts__search-input {
	max-width: 100%;
	width: 100%;
}

.llmf-excluded-posts__dropdown {
	background: #fff;
	border: 1px solid #ccd0d4;
	box-sizing: border-box;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	display: none;
	margin-top: 2px;
	max-height: 220px;
	overflow: auto;
	width: 100%;
}

.llmf-excluded-posts__dropdown-item {
	align-items: center;
	border-bottom: 1px solid #f0f0f0;
	display: flex;
	gap: 8px;
	justify-content: space-between;
	padding: 8px 10px;
}

.llmf-excluded-posts__dropdown-item:last-child {
	border-bottom: 0;
}

.llmf-excluded-posts__dropdown-item button {
	white-space: nowrap;
}

.llmf-excluded-posts__selected {
	background: #f8f9fa;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	max-height: 240px;
	overflow: auto;
	padding: 8px;
}

.llmf-excluded-posts__selected-item {
	align-items: center;
	border-bottom: 1px solid #ececec;
	display: flex;
	gap: 8px;
	justify-content: space-between;
	padding: 6px 4px;
}

.llmf-excluded-posts__selected-item:last-child {
	border-bottom: 0;
}

.llmf-excluded-posts__selected-item .button-link {
	align-items: center;
	color: #b32d2e;
	display: inline-flex;
	height: 28px;
	justify-content: center;
	margin-left: auto;
	text-decoration: none;
	width: 28px;
}

.llmf-excluded-posts__selected-item .button-link:hover,
.llmf-excluded-posts__selected-item .button-link:focus {
	color: #8a2424;
}

.llmf-excluded-posts__selected-label {
	flex: 0 1 auto;
	min-width: 0;
}

.llmf-excluded-posts__empty {
	margin: 0;
}
