.visually-hidden {
	position: absolute;
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0,0,0,0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.qacp-settings-line {
	
	margin-bottom: 16px;
	display: flex;
	flex-direction: column;
}
.settings-line-desc {
	
	display: block;
	font-style: italic;
	color: #999;
}
.qacp-settings-wrap input[type='number'] {
	width: 64px;
}
.qacp-settings-wrap input { text-align: center; }

.setting-text {
	max-width: 400px;
	width: 100%;
}
.qacp-actions-settings
, .qacp-settings-buttons {

	margin-top: 20px;
}

#qacp_ajax_actions_to_process
, .qacp-registered-processors {
	width: 100%;
 	max-width: 400px;
}

.qacp-registered-processors {
	border: 1px solid #dcdcde;
	background: #fff;
	padding: 8px 10px;
	box-sizing: border-box;
}

.qacp-registered-processor {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 4px 0;
	border-bottom: 1px solid #f0f0f1;
}

.qacp-registered-processor:last-child {
	border-bottom: 0;
}

.qacp-processor-key {
	font-weight: 600;
}

.qacp-request-key {
	text-align: right;
	overflow-wrap: anywhere;
}
