/* Multiple Category Selection Widget */
.mcsw-form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.mcsw-select-wrap {
	margin-bottom: 8px;
}

.mcsw-select-wrap select {
	width: 100%;
	max-width: 300px;
}

.mcsw-chained {
	margin-left: 12px;
	padding-left: 12px;
	border-left: 2px solid #ddd;
}

.mcsw-search-type {
	margin: 8px 0;
}

.mcsw-search-type__label {
	font-weight: 600;
	margin-right: 8px;
}

.mcsw-search-type label {
	margin-right: 12px;
}

.mcsw-buttons {
	margin-top: 10px;
}

.mcsw-submit,
.mcsw-reset {
	cursor: pointer;
}

.mcsw-reset-form {
	margin-top: 6px;
}

.mcsw-dropdowns:empty + .mcsw-search-type,
.mcsw-dropdowns:empty + .mcsw-buttons {
	display: none;
}
