/**
 * MM AI Post Generator - Generator Page Styles
 *
 * @package MM_AI_Post_Generator
 */

.mapg-generator-page {
	max-width: 1200px;
}

.mapg-generator-form {
	background: #fff;
	padding: 20px;
	border: 1px solid #ccd0d4;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	margin-top: 20px;
}

.mapg-hidden {
	display: none !important;
}

#mapg-loading {
	text-align: center;
	padding: 40px 20px;
}

#mapg-loading .spinner {
	float: none;
	margin: 0 auto 15px;
}

#mapg-results {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 2px solid #ddd;
}

.mapg-section {
	margin-bottom: 30px;
	padding: 20px;
	background: #f9f9f9;
	border-radius: 4px;
}

.mapg-section h3 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 16px;
	text-transform: uppercase;
	color: #666;
}

.mapg-title {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin: 0 0 10px 0;
}

.mapg-meta {
	color: #555;
	line-height: 1.6;
	margin: 0 0 10px 0;
}

.mapg-section small {
	color: #999;
	font-size: 12px;
}

.mapg-content-preview {
	background: #fff;
	padding: 20px;
	border-radius: 4px;
	max-height: 500px;
	overflow-y: auto;
	border: 1px solid #ddd;
}

.mapg-content-preview h1,
.mapg-content-preview h2,
.mapg-content-preview h3,
.mapg-content-preview h4 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.mapg-content-preview p {
	margin-bottom: 15px;
	line-height: 1.6;
}

.mapg-content-preview ul,
.mapg-content-preview ol {
	margin-bottom: 15px;
	padding-left: 30px;
}

.mapg-faq-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mapg-faq-list li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.mapg-faq-list li:last-child {
	border-bottom: none;
}

.mapg-faq-list strong {
	display: block;
	margin-bottom: 10px;
	color: #333;
	font-size: 16px;
}

.mapg-faq-list p {
	margin: 0;
	color: #666;
	line-height: 1.6;
}

.mapg-actions {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}

.mapg-actions .button {
	margin-right: 10px;
}

.required {
	color: #dc3232;
}

#mapg-error {
	margin-top: 20px;
}

#mapg-error a {
	color: #0073aa;
	text-decoration: underline;
}

#mapg-error a:hover {
	color: #005177;
}

#mapg-error-message {
	line-height: 1.6;
}

#mapg-error-message strong {
	font-weight: 600;
}

