/**
 * Admin styles for Pluxo Blueprint.
 * Keep it light and let WordPress do most of the heavy lifting.
 */

.pluxo-blueprint-wrap {
	max-width: 100%;
}

.pluxo-blueprint-intro {
	margin-top: 8px;
	margin-bottom: 12px;
	max-width: 720px;
	font-size: 14px;
	line-height: 1.6;
}

.pluxo-blueprint-intro p {
	margin-top: 4px;
	color: #555d66;
}

.pluxo-blueprint-card {
	background: #ffffff;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	padding: 20px 24px;
	margin-bottom: 20px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.pluxo-blueprint-card-header {
	margin-bottom: 12px;
}

.pluxo-blueprint-card-header h2 {
	margin: 0 0 4px;
	font-size: 1.2rem;
}

.pluxo-blueprint-card-header p {
	margin: 0;
	color: #555d66;
}

.pluxo-blueprint-card-body {
	margin-top: 8px;
}

/* Make the forms for exports sit nicely next to each other on large screens */
.pluxo-blueprint-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.pluxo-blueprint-actions form {
	margin: 0;
}

/* Tweak the plugin table a bit without fighting WordPress */
.pluxo-blueprint-table {
	margin-top: 8px;
}

.pluxo-blueprint-table th {
	white-space: nowrap;
}

.pluxo-blueprint-help-list {
	margin: 0 0 16px 18px;
	padding: 0;
	list-style: disc;
	font-size: 13px;
	line-height: 1.6;
	max-width: 720px;
}

.pluxo-blueprint-help-list li {
	margin-bottom: 4px;
}

.pluxo-blueprint-help-list--compact {
	margin-top: 4px;
	margin-bottom: 12px;
}

.pluxo-blueprint-help-list--compact li {
	margin-bottom: 2px;
}

.pluxo-blueprint-logo-wrapper {
	background: #ffffff;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	padding: 20px 24px;
	margin-bottom: 20px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	display: flex;
	align-items: center; 
	gap: 16px;
	padding-bottom: 50px;
	padding-top: 25px;
}

.pluxo-blueprint-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.pluxo-blueprint-title .wp-heading-inline {
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

.pluxo-blueprint-description {
	margin: 6px 0 0;
	color: #646970; 
	font-size: 14px;
	max-width: 640px;
}

.pluxo-blueprint-logo {
	height: 100px;
	width: auto;
}

.pluxo-blueprint-footer {
	margin-top: 40px;
	text-align: center;
	opacity: 0.7;
}

.pluxo-blueprint-column-option {
	display: inline-block;
	margin-right: 16px;
}

.pluxo-blueprint-tabs {
	margin-top: 12px;
}

.pluxo-blueprint-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	margin-top: 16px;
}

@media (min-width: 1100px) {
	.pluxo-blueprint-grid {
		grid-template-columns: 2fr 1fr;
		align-items: start;
	}
}

.pluxo-blueprint-muted {
	opacity: 0.85;
}

.pluxo-blueprint-accordion {
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	padding: 10px 12px;
	margin-top: 10px;
	background: #fff;
}

.pluxo-blueprint-accordion summary {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	font-weight: 600;
}

.pluxo-blueprint-accordion summary::-webkit-details-marker {
	display: none;
}

.pluxo-blueprint-accordion-body {
	margin-top: 10px;
}

.pluxo-blueprint-pill {
	display: inline-flex;
	align-items: center;
	padding: 2px 8px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	background: rgba(0, 0, 0, 0.06);
}

.pluxo-blueprint-list {
	margin: 10px 0 0 18px;
}

.pluxo-blueprint-accordion-table {
	margin-top: 12px;
	overflow-x: auto;
}

.pluxo-blueprint-accordion-table table {
	margin-top: 0;
}

.pluxo-blueprint-pill--danger strong,
.pluxo-blueprint-pill--warning strong,
.pluxo-blueprint-pill--good strong {
	font-weight: 700;
}

.pluxo-blueprint-pill--good {
	background: #edf7ed;
	border-color: #46b450;
}

.pluxo-blueprint-pill--warning {
	background: #fcf9e8;
	border-color: #dba617;
}

.pluxo-blueprint-pill--danger {
	background: #fcf0f1;
	border-color: #d63638;
}

.pluxo-blueprint-divider {
	border: 0;
	border-top: 1px solid #e5e7eb;
	margin: 24px 0;
}

.pluxo-blueprint-summary-actions {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-left: auto;
}

.pluxo-blueprint-copy-md-btn {
	border: 1px solid #c3c4c7;
	background: #fff;
	color: #1d2327;
	border-radius: 6px;
	padding: 4px 10px;
	font-size: 12px;
	line-height: 1.6;
	cursor: pointer;
}

.pluxo-blueprint-copy-md-btn:hover {
	background: #f6f7f7;
}

.pluxo-blueprint-copy-md-btn.is-copied {
	border-color: #00a32a;
}

.pluxo-blueprint-copy-md-btn.is-error {
	border-color: #d63638;
}

.pluxo-blueprint-accordion > summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	cursor: pointer;
}
