.cfm-checkbox-checklist {
	list-style: none;
	margin: 0;
}

.cfm-form .cfm-el {
	margin-bottom: 1rem;
}

.cfm-form  select[multiple] {
	height: auto;
}

.cfm-form  select {
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	height: 2em;
	min-width: 150px;
	padding: 2px;
	moz-border-radius: 3px;
	webkit-border-radius: 3px;
}
.cfm-form  table {
	width: 100%;
}
.cfm-form  table,
.cfm-form  td {
	border: none;
	margin: 0;
}
.cfm-hide {
	display: none;
}
.cfm-form .delete {
	text-decoration: none;
}
fieldset.cfm-form input[type="text"],
fieldset.cfm-form input[type="email"],
fieldset.cfm-form input[type="url"],
fieldset.cfm-form textarea {
	width: 100%;
	line-height: normal;
}

.attachments-browser .media-toolbar{
	display: none !important;
}
.cfm-el .cfm-single-variation {
	display: flex;
	gap: 4px;
	align-items: flex-end;
	margin-bottom: 16px;
}

.cfm-el .cfm-single-variation .cfm-url-row {
	flex-grow: 1;
}

.cfm-el .cfm-file-chooser {
	display: flex;
	gap: 4px;
}

.cfm-el .cfm-file-chooser button {
	white-space: nowrap;
}

button.cfm-action-button {
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555;
	padding: 0;
	width: 2rem;
	height: 2rem;
}
button.cfm-action-button:hover,
button.cfm-action-button:focus {
	background: #555;
	color: #eee;
}

.cfm-repeat-field-actions {
	min-width: 110px;
	text-align: right;
}

.cfm-el input + label {
	display: inline-block !important;
}
