.ka-cu-wrap {
	margin: 20px 0;
}

.ka-cu-rule-card {
	border: 1px solid #ebebeb;
	border-radius: 4px;
	padding: 20px;
	margin-bottom: 15px;
	background: #fff;
}

.ka-cu-label {
	margin: 0 0 8px;
	font-size: 16px;
}

.ka-cu-required {
	color: #b32d2e;
}

.ka-cu-instructions {
	margin: 0 0 12px;
	color: #969696;
	font-size: 13px;
}

.ka-cu-file-list {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}

.ka-cu-file-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 6px 10px;
	background: #f7f7f7;
	border-radius: 3px;
	margin-bottom: 6px;
	font-size: 13px;
}

.ka-cu-remove-file {
	background: none;
	border: none;
	color: #b32d2e;
	font-size: 16px;
	cursor: pointer;
	line-height: 1;
}

.ka-cu-hint {
	margin: 8px 0 0;
	font-size: 12px;
	color: #969696;
}

.ka-cu-status {
	margin-top: 8px;
	font-size: 13px;
}

.ka-cu-status.ka-cu-error {
	color: #b32d2e;
}
