/**
 * Clicksora Click Fraud Protection — Admin Styles
 *
 * @package ClicksoraClickFraudProtection
 * @version 1.7.0
 */

/* Status Box */
.clicksora-status-box {
	padding: 12px 16px;
	margin: 16px 0;
	max-width: 600px;
	border-radius: 4px;
}

.clicksora-status-active {
	background: #e8f5e9;
	border-left: 4px solid #4caf50;
}

.clicksora-status-inactive {
	background: #fff3e0;
	border-left: 4px solid #ff9800;
}

.clicksora-status-title {
	display: block;
}

.clicksora-status-title--active {
	color: #2e7d32;
}

.clicksora-status-title--inactive {
	color: #e65100;
}

.clicksora-status-desc {
	margin: 4px 0 0;
	color: #555;
}

/* Form Wrap */
.clicksora-form-wrap {
	background: #fff;
	padding: 20px;
	border: 1px solid #ccd0d4;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	max-width: 600px;
	margin-top: 12px;
	border-radius: 4px;
}

/* How-To Box */
.clicksora-howto-box {
	background: #f0f6fc;
	border: 1px solid #c8ddf0;
	padding: 16px;
	max-width: 600px;
	margin-top: 20px;
	border-radius: 4px;
}

.clicksora-howto-title {
	margin-top: 0;
}

.clicksora-howto-list {
	margin-bottom: 0;
}

/* Footer */
.clicksora-footer {
	margin-top: 20px;
	color: #888;
	font-size: 12px;
}
