/* Overriding WordPress native styles */

.tdi h2 {
	text-align: inherit;
}

.tdi h2:first-child,
.tdi h3:first-child {
	margin-top: 0;
}

.tdi hr {
	margin: 2.62em 0;
}

.feature-section + hr {
	margin-top: 0;
}

#wpbody select {
	height: auto;
	padding: .62em;
	line-height: inherit;
}

.tdi .TDI__intro-notice {
	display: block !important;
	margin-top: 25px;
}

.tdi .TDI__response .notice {
	display: block !important;
}

/* Plugin elements */

.TDI__demo-import-files {
	width: 100%;
}

.TDI__demo-import-preview-image-message {
	font-style: italic;
}

/* Plugin title */

.TDI__title:before {
	width: auto;
	height: auto;
	font-size: inherit;
}

/* Plugin intro text */

.TDI__intro-text ul {
	padding: 0 4%;
	list-style-type: square;
}

/* Plugin multi select import and Plugin file upload containers */

.TDI__file-upload,
.TDI__multi-select-import,
.TDI__demo-import-notice:not(:empty) {
	padding: 4%;
	margin: 1.62em 0;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
}

.TDI__file-upload {
	margin: 0;
	margin-bottom: -1px;
}

.TDI__file-upload span {
	font-size: .81em;
	font-weight: normal;
	opacity: .66;
}

.TDI__demo-import-notice:not(:empty) {
	border: 0;
	border-left: 4px solid #00a0d2;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}

[dir="rtl"] .TDI__demo-import-notice:not(:empty) {
	border: 0;
	border-right: 4px solid #00a0d2;
}

/* Plugin button */

.TDI__button-container {
	margin-top: 1.62em;
}

/* AJAX loader */

.TDI__ajax-loader {
	font-size: 1.5em;
	display: none;
}

.TDI__ajax-loader .spinner {
	display: inline-block;
	float: none;
	visibility: visible;
	margin-bottom: 6px;
}