/**
 * WPAC Integration for Google Analytics Admin Styles
 *
 * @package WPACIGA_Analytics
 * @version 1.1.4
 * @since 1.0.0
 */

/* Preview Section */
.wpaciga-preview {
	background: #fff;
	border: 1px solid #ccd0d4;
	border-radius: 4px;
	padding: 20px;
	margin-top: 20px;
}

.wpaciga-preview h3 {
	margin-top: 0;
	margin-bottom: 15px;
	color: #0073aa;
}

.tracking-code-preview {
	background: #f8f9fa;
	border: 1px solid #e1e5e9;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 15px;
}

.tracking-code-preview pre {
	margin: 0;
	white-space: pre-wrap;
	word-wrap: break-word;
	font-size: 12px;
	line-height: 1.4;
	color: #333;
	background: transparent;
	border: none;
	padding: 0;
}

/* Setup Guide Styles */
.setup-guide {
	max-width: 800px;
}

.setup-guide h2 {
	color: #0073aa;
	border-bottom: 2px solid #0073aa;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.setup-guide h3 {
	color: #333;
	margin-top: 30px;
	margin-bottom: 15px;
}

.setup-guide .step {
	background: #f9f9f9;
	border-left: 4px solid #0073aa;
	padding: 15px;
	margin: 15px 0;
	border-radius: 0 4px 4px 0;
}

.setup-guide .step-number {
	background: #0073aa;
	color: white;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	display: inline-block;
	text-align: center;
	line-height: 25px;
	font-weight: bold;
	margin-right: 10px;
}

.setup-guide .important-note {
	background: #fff3cd;
	border: 1px solid #ffeaa7;
	border-radius: 4px;
	padding: 15px;
	margin: 15px 0;
}

.setup-guide .important-note strong {
	color: #856404;
}

.setup-guide .link-button {
	display: inline-block;
	background: #0073aa;
	color: white;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 4px;
	margin: 10px 0;
	font-weight: bold;
}

.setup-guide .link-button:hover {
	background: #005a87;
	color: white;
}

.setup-guide .tracking-id-example {
	background: #e8f5e8;
	border: 1px solid #c3e6c3;
	border-radius: 4px;
	padding: 10px;
	margin: 10px 0;
	font-family: monospace;
	font-size: 14px;
}

.setup-guide ul {
	margin-left: 20px;
}

.setup-guide li {
	margin-bottom: 8px;
}
