/**
 * Content Guard Pro - Help Page Styles
 *
 * @package ContentGuardPro
 * @since   1.0.0
 */

.content-guard-pro-help {
	max-width: 1200px;
}

.content-guard-pro-status-good {
	color: #00a32a;
	font-weight: 600;
}

.content-guard-pro-status-critical {
	color: #d63638;
	font-weight: 600;
}

.content-guard-pro-help-quick-links {
	margin: 20px 0 30px 0;
	padding: 15px;
	background: #f0f6fc;
	border-left: 4px solid #2271b1;
	border-radius: 4px;
}

.content-guard-pro-help-quick-links .button {
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
}

.content-guard-pro-help-quick-links .dashicons {
	margin-top: 3px;
}

.content-guard-pro-help-section {
	background: #fff;
	border: 1px solid #ccd0d4;
	border-radius: 4px;
	padding: 30px;
	margin-bottom: 30px;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.content-guard-pro-help-section h2 {
	margin-top: 0;
	padding-bottom: 15px;
	border-bottom: 2px solid #2271b1;
	color: #1d2327;
}

.content-guard-pro-help-section h2 .dashicons {
	color: #2271b1;
	margin-right: 5px;
}

.content-guard-pro-help-content {
	margin-top: 20px;
}

.content-guard-pro-step-list {
	padding-left: 20px;
}

.content-guard-pro-step-list li {
	margin-bottom: 20px;
	line-height: 1.6;
}

.content-guard-pro-step-list strong {
	display: block;
	margin-bottom: 5px;
	color: #1d2327;
}

.content-guard-pro-tip-box {
	margin: 20px 0;
	padding: 15px 20px;
	background: #f0f6fc;
	border-left: 4px solid #2271b1;
	border-radius: 4px;
}

.content-guard-pro-tip-box h4 {
	margin-top: 0;
	color: #1d2327;
}

.content-guard-pro-tip-box .dashicons {
	color: #2271b1;
}

.content-guard-pro-faq-item {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dcdcde;
}

.content-guard-pro-faq-item:last-child {
	border-bottom: none;
}

.content-guard-pro-faq-item h3 {
	color: #1d2327;
	margin-top: 0;
}

.content-guard-pro-faq-item ul,
.content-guard-pro-faq-item ol {
	margin-left: 20px;
	line-height: 1.8;
}

.content-guard-pro-faq-item code {
	background: #f6f7f7;
	padding: 2px 6px;
	border-radius: 3px;
	font-size: 12px;
}

.content-guard-pro-api-endpoint {
	margin: 30px 0;
	padding: 20px;
	background: #f6f7f7;
	border-radius: 4px;
}

.content-guard-pro-api-endpoint h4 {
	margin-top: 0;
	color: #1d2327;
	font-family: 'Courier New', monospace;
	font-size: 16px;
}

.content-guard-pro-api-endpoint h5 {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #1d2327;
}

.content-guard-pro-code-block {
	margin: 10px 0;
	padding: 15px;
	background: #1e1e1e;
	color: #d4d4d4;
	border-radius: 4px;
	overflow-x: auto;
}

.content-guard-pro-code-block code,
.content-guard-pro-code-block pre {
	font-family: 'Courier New', Consolas, monospace;
	font-size: 13px;
	line-height: 1.5;
	color: #d4d4d4;
	background: transparent;
	margin: 0;
	padding: 0;
}

.content-guard-pro-code-block pre {
	white-space: pre;
	margin: 0;
}

.content-guard-pro-api-endpoint table {
	margin: 10px 0;
}

.content-guard-pro-api-endpoint table code {
	background: #1e1e1e;
	color: #d4d4d4;
	padding: 2px 6px;
	border-radius: 3px;
	font-size: 12px;
}

.content-guard-pro-support-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	margin-top: 20px;
}

.content-guard-pro-support-box {
	padding: 20px;
	background: #f6f7f7;
	border-radius: 4px;
	text-align: center;
	border: 1px solid #dcdcde;
}

.content-guard-pro-support-box .dashicons {
	font-size: 48px;
	width: 48px;
	height: 48px;
	color: #2271b1;
	margin-bottom: 10px;
}

.content-guard-pro-support-box h3 {
	margin: 10px 0;
	color: #1d2327;
}

.content-guard-pro-support-box p {
	color: #646970;
	margin-bottom: 15px;
}
