/**
 * Workflows Admin CSS
 *
 * @package Kingdom_Connect
 */

.kc-workflow-step {
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 15px;
	background: #fff;
}

.kc-step-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.kc-step-number {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #2271b1;
	color: #fff;
	border-radius: 50%;
	font-weight: bold;
	font-size: 14px;
}

.kc-step-fields {
	margin-top: 10px;
}

.kc-step-fields p {
	margin-bottom: 15px;
}

.kc-step-fields label {
	display: block;
	margin-bottom: 5px;
}

.kc-step-fields .description {
	display: block;
	margin-top: 5px;
	font-style: italic;
	color: #666;
	font-size: 13px;
}

.kc-action-fields {
	margin-top: 15px;
	padding: 15px;
	background: #f9f9f9;
	border-left: 3px solid #2271b1;
}

.kc-action-fields[data-action-type=""] {
	display: none;
}

.kc-remove-step {
	color: #b32d2e;
	border-color: #b32d2e;
}

.kc-remove-step:hover {
	background: #b32d2e;
	color: #fff;
	border-color: #b32d2e;
}

#kc-add-workflow-step {
	margin-top: 20px;
}

#kc-workflow-steps-container {
	margin-top: 10px;
}

#kc-workflow-steps-list {
	margin-bottom: 20px;
}
