/**
 * CSPG Basic SEO Helper - Meta Box Styles
 *
 * @package    CSPG_Basic_SEO_Helper
 * @subpackage Admin/CSS
 * @since      1.2.16
 */

/* Meta Box Container */
.basic-seo-helper-meta-box .cspgbase-section-header {
	margin-bottom: 20px;
}

/* Image Preview */
.basic-seo-helper-meta-box .cspgbase-image-preview {
	margin-top: 10px;
}

.basic-seo-helper-meta-box .cspgbase-image-preview img {
	max-width: 300px;
	max-height: 150px;
	border: 1px solid #ddd;
}

/* Section Headers */
.basic-seo-helper-meta-box .cspgbase-subsection-header {
	margin: 20px 0 10px 0;
}

/* Meta Tags Preview Container */
.basic-seo-helper-meta-box .cspgbase-meta-preview {
	margin-top: 30px;
	padding: 15px;
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.basic-seo-helper-meta-box .cspgbase-preview-section {
	margin-bottom: 15px;
}

.basic-seo-helper-meta-box .cspgbase-preview-code {
	background: white;
	padding: 10px;
	margin: 5px 0;
	font-size: 11px;
	overflow-x: auto;
}

/* Social Media Preview */
.basic-seo-helper-meta-box .cspgbase-social-preview-container {
	margin-top: 15px;
	padding: 10px;
	background: #e7f3ff;
	border-left: 4px solid #0073aa;
}

.basic-seo-helper-meta-box .cspgbase-social-preview-card {
	margin-top: 10px;
	max-width: 500px;
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
	background: white;
}

.basic-seo-helper-meta-box .cspgbase-social-preview-card img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.basic-seo-helper-meta-box .cspgbase-social-preview-content {
	padding: 15px;
}

.basic-seo-helper-meta-box .cspgbase-social-preview-title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
	color: #1d2129;
}

.basic-seo-helper-meta-box .cspgbase-social-preview-description {
	color: #606770;
	font-size: 14px;
	line-height: 1.4;
}

.basic-seo-helper-meta-box .cspgbase-social-preview-url {
	color: #606770;
	font-size: 12px;
	margin-top: 8px;
	text-transform: uppercase;
}

/* Meta Display Tables */
.cspgbase-meta-table {
	font-size: 12px;
	margin: 10px 0;
}

/* Textareas */
.cspgbase-code-display {
	font-family: monospace;
	font-size: 11px;
}

/* Premium Link */
.cspgbase-premium-link {
	color: #00a32a;
	font-weight: bold;
}
