#simple-par-settings-tabs-header {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	position: relative;
	top: 1px;
}

#simple-par-settings-tabs-header a {
	display: inline-block;
	text-decoration: none;
	background: #f1f1f1;
	padding: 6px 16px;
	margin-right: 4px;
	border: 1px solid #dfdfdf;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	color: #333;
}

#simple-par-settings-tabs-header li {
	margin: 0;
}

.simple-par-tab-content {
	padding: 18px;
	border: 1px solid #ddd;
	background: #fff;
}

.simple-par-tab-content:not(.simple-par-tab-active) {
	display: none;
}

#simple-par-settings-tabs-header a.simple-par-tab-active {
	background: #fff;
	border-bottom-color: #fff;
}

#simple-par-settings-tabs-header a:hover {
	background: #fff;
}

.simple-par-other-plugins {
	margin-top: 50px;
	max-width: 1500px;
	display: flex;
	flex-wrap: wrap;
}

.simple-par-other-plugins img {
	max-width: 100%;
	height: auto;
}

.simple-par-other-plugin {
	width: 31.5%;
	background: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,0.15);
	margin-bottom: 24px;
	margin-right: 1.83%;
}

.simple-par-other-plugin-title a {
	padding: 12px 10px 0;
	color: #000;
	font-weight: 500;
	text-decoration: none;
	background: #fefefe;
	font-size: 19px;
	line-height: 1.5;
	min-height: 56px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.simple-par-other-plugin-links {
	display: flex;
	align-items: center;
	padding: 0 10px 10px;
}

.simple-par-other-plugin-links a {
	text-decoration: none;
}

.simple-par-other-plugin-links div:not(:last-child):after {
	content: ' | ';
	padding: 0 5px;
}

.simple-par-other-plugin-desc {
	padding: 14px;
	line-height: 1.6;
}

.simple-par-other-plugin-image {
	max-height: 320px;
	overflow: hidden;
	height: 320px;
}

.simple-par-subscription-callout {
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
}

.simple-par-subscription-callout h3 {
	margin: 0;
}

.simple-par-subscription-callout-main .simple-par-subscription-form {
	display: flex;
	align-items: center;
}

.simple-par-subscription-callout-main .simple-par-subscription-form .simple-par-email {
	width: 100%;
	max-width: 350px;
	margin-bottom: 0;
	height: 30px;
}

.simple-par-subscription-callout.ajaxing {
	position: relative;
}

.simple-par-subscription-callout.ajaxing:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
}

.simple-par-subscription-callout.ajaxing:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 15px;
	top: 15px;
	border: 2px solid #000;
	border-radius: 50%;
	border-right-color: transparent;
	animation: ajaxing 1s infinite linear;
}

@keyframes ajaxing {
	to {
		transform: rotate(360deg);
	}
}

.simple-par-tab-content input[type="text"] {
	width: 100%;
	max-width: 600px;
}

.ps_simple_par_setting_hidden {
	display: none;
}