/**
 * Admin styles for Constell Widget plugin
 */

.constell-widget-settings .required {
	color: #d63638;
}

/* Tab Navigation */
.constell-widget-tabs {
	margin-top: 20px;
}

.constell-widget-tabs .nav-tab-wrapper {
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
}

.constell-widget-tabs .tab-content {
	display: none;
	padding: 20px;
	background: #fff;
	border: 1px solid #ccc;
	border-top: none;
}

.constell-widget-tabs .tab-content.active {
	display: block;
}

.constell-widget-tabs .tab-content h2 {
	margin-top: 0;
	padding-top: 0;
}

.constell-widget-tabs .tab-content h3 {
	margin-top: 30px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

/* Form Styling */
.constell-widget-settings .form-table {
	margin-top: 20px;
}

.constell-widget-settings .form-table th {
	padding: 20px 10px 20px 0;
	width: 200px;
}

.constell-widget-settings .form-table td {
	padding: 15px 10px;
}

.constell-widget-settings input[type="text"].regular-text,
.constell-widget-settings input[type="number"].small-text {
	width: 100%;
	max-width: 400px;
}

.constell-widget-settings input[type="number"].small-text {
	max-width: 100px;
}

/* Color Picker */
.constell-widget-settings .color-picker {
	max-width: 100px;
}

/* Shortcode Info Box */
.constell-widget-settings .shortcode-info {
	background: #f9f9f9;
	border-left: 4px solid #2271b1;
	padding: 15px;
	margin-top: 20px;
}

.constell-widget-settings .shortcode-info h3 {
	margin-top: 0;
	margin-bottom: 10px;
	border: none;
	padding: 0;
}

.constell-widget-settings .shortcode-info code {
	display: inline-block;
	background: #fff;
	padding: 5px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin: 5px 0;
	font-size: 13px;
}

.constell-widget-settings .shortcode-info p {
	margin: 10px 0;
}

/* Specific Pages Row */
.specific-pages-row {
	transition: opacity 0.3s ease;
}

.specific-pages-row.hidden {
	opacity: 0.5;
}

/* Submit Button */
.constell-widget-settings .submit {
	padding-left: 0;
}
