/**
 * SEO Forge Admin Pages Styles
 * Загальні стилі для всіх адміністративних сторінок плагіна
 */

/* ==========================================================================
   Загальні стилі контейнерів
   ========================================================================== */

.onex-seo-dashboard {
	margin-top: 20px;
}

.onex-seo-robots-container {
	max-width: 1000px;
	margin-top: 20px;
}

.onex-seo-views-container {
	max-width: 800px;
	margin-top: 20px;
}

.onex-seo-card {
	background: #fff;
	padding: 25px;
	margin-bottom: 20px;
	border: 1px solid #ccd0d4;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	border-radius: 4px;
}

/* ==========================================================================
   Dashboard - Швидкі посилання
   ========================================================================== */

.onex-seo-quick-links {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
	margin-top: 20px;
}

.onex-seo-quick-link {
	display: block;
	padding: 20px;
	background: #f8f9fa;
	text-decoration: none;
	color: #333;
	border: 1px solid #eee;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.onex-seo-quick-link:hover {
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	transform: translateY(-2px);
}

.onex-seo-quick-link .dashicons {
	font-size: 30px;
	width: 30px;
	height: 30px;
	margin-bottom: 10px;
}

.onex-seo-quick-link h3 {
	margin: 0 0 10px 0;
	color: #1d2327;
}

.onex-seo-quick-link p {
	margin: 0;
	color: #50575e;
}

/* ==========================================================================
   Dashboard - Статистика
   ========================================================================== */

.onex-seo-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.onex-seo-stats li {
	text-align: center;
	padding: 15px;
	background: #f8f9fa;
	border-radius: 4px;
}

.onex-seo-stats strong {
	display: block;
	font-size: 24px;
	color: #2271b1;
	margin-bottom: 5px;
}

.onex-seo-stats span {
	color: #50575e;
}

/* ==========================================================================
   Dashboard - Популярні пости
   ========================================================================== */

.onex-seo-popular-posts {
	margin-top: 15px;
}

.popular-post-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.popular-post-item:last-child {
	border-bottom: none;
}

.popular-post-item a {
	color: #2271b1;
	text-decoration: none;
	margin-right: 15px;
	flex: 1;
}

.popular-post-item a:hover {
	color: #135e96;
}

.popular-post-item .views-count {
	color: #666;
	font-size: 0.9em;
	white-space: nowrap;
}

/* ==========================================================================
   Robots.txt Editor
   ========================================================================== */

#robots_content {
	min-height: 400px;
	resize: vertical;
}

/* ==========================================================================
   Sitemap Settings
   ========================================================================== */

.onex-seo-sitemap-settings {
	max-width: 800px;
}

.sitemap-post-types label {
	display: block;
	margin: 10px 0;
}

/* ==========================================================================
   Special Pages
   ========================================================================== */

.special-pages-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 15px;
	margin-top: 20px;
}

/* ==========================================================================
   Views Import/Export
   ========================================================================== */

.onex-seo-views-section {
	margin-bottom: 30px;
}

.onex-seo-views-section h2 {
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 2px solid #2271b1;
}

.views-import-form,
.views-export-form {
	margin-top: 20px;
}

.file-input-wrapper {
	margin: 15px 0;
}

.import-info,
.export-info {
	background: #f0f6fc;
	border-left: 4px solid #2271b1;
	padding: 15px;
	margin: 15px 0;
}

.import-info p,
.export-info p {
	margin: 5px 0;
}

.onex-seo-views-container {
	max-width: 800px;
	margin-top: 20px;
}

.onex-seo-card {
	background: #fff;
	padding: 25px;
	margin-bottom: 20px;
	border: 1px solid #ccd0d4;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	border-radius: 4px;
}

.onex-seo-card h2 {
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.form-table th {
	width: 200px;
}