.cmsb-admin-preview {
	background: #fff;
	border: 1px solid #dcdcde;
	margin-top: 18px;
	padding: 14px;
}

.cmsb-admin-preview h3,
.cmsb-design-preview h2 {
	margin-top: 0;
}

.cmsb-admin-preview .cmsb-ad,
.cmsb-admin-preview .cmsb-product-box {
	max-width: 820px;
}

.cmsb-template-picker,
.cmsb-list-product-picker,
.cmsb-list-product-order {
	margin: 1em 0;
}

.cmsb-list-product-picker,
.cmsb-list-product-order {
	max-width: 860px;
}

.cmsb-template-options,
.cmsb-settings-template-options {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	max-width: 760px;
}

.cmsb-template-options {
	margin-top: 8px;
}

.cmsb-template-option,
.cmsb-settings-template-option {
	display: block;
	margin: 0;
}

.cmsb-template-option input,
.cmsb-settings-template-option input {
	opacity: 0;
	position: absolute;
}

.cmsb-template-option-body,
.cmsb-settings-template-option-body {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	display: block;
	padding: 12px;
}

.cmsb-template-option input:checked + .cmsb-template-option-body,
.cmsb-settings-template-option input:checked + .cmsb-settings-template-option-body {
	border-color: #2271b1;
	box-shadow: 0 0 0 1px #2271b1;
}

.cmsb-template-option-title,
.cmsb-settings-template-option-title {
	display: block;
	font-weight: 700;
	margin-bottom: 4px;
}

.cmsb-template-option-description,
.cmsb-settings-template-option-description {
	color: #646970;
	display: block;
	font-size: 12px;
	min-height: 32px;
}

.cmsb-template-option-preview,
.cmsb-settings-template-preview {
	border: 1px solid #dcdcde;
	border-radius: 4px;
	display: grid;
	gap: 4px;
	margin-top: 10px;
	padding: 7px;
}

.cmsb-template-option-preview span,
.cmsb-settings-template-preview span {
	background: #dcdcde;
	border-radius: 2px;
	display: block;
	height: 8px;
}

.cmsb-template-option-preview-modern,
.cmsb-settings-template-preview-modern {
	grid-template-columns: 1fr 2fr;
}

.cmsb-template-option-preview-modern span:first-child,
.cmsb-settings-template-preview-modern span:first-child {
	grid-row: span 3;
	height: auto;
}

.cmsb-template-option-preview-compact,
.cmsb-settings-template-preview-compact,
.cmsb-template-option-preview-featured,
.cmsb-settings-template-preview-featured {
	grid-template-columns: 1fr;
}

.cmsb-template-option-preview-featured,
.cmsb-settings-template-preview-featured {
	border-width: 2px;
}

.cmsb-template-option-preview-featured span:first-child,
.cmsb-settings-template-preview-featured span:first-child {
	height: 16px;
}

.cmsb-list-product-options {
	border: 1px solid #dcdcde;
	display: grid;
	gap: 0;
	margin-top: 8px;
	max-height: 360px;
	overflow: auto;
}

.cmsb-list-product-option {
	align-items: flex-start;
	background: #fff;
	border-bottom: 1px solid #f0f0f1;
	display: flex;
	gap: 8px;
	margin: 0;
	padding: 10px;
}

.cmsb-list-product-option:last-child,
.cmsb-list-selected-products li:last-child {
	border-bottom: 0;
}

.cmsb-list-product-option small {
	color: #646970;
	display: block;
	margin-top: 2px;
}

.cmsb-list-selected-products {
	border: 1px solid #dcdcde;
	margin: 8px 0 0;
	padding: 0;
}

.cmsb-list-selected-products:empty {
	display: none;
}

.cmsb-list-selected-products li {
	align-items: center;
	background: #fff;
	border-bottom: 1px solid #f0f0f1;
	cursor: grab;
	display: flex;
	gap: 10px;
	margin: 0;
	padding: 10px;
}

.cmsb-list-selected-products li:active {
	cursor: grabbing;
}

.cmsb-list-order-handle {
	align-items: center;
	background: #f6f7f7;
	border: 1px solid #8c8f94;
	border-radius: 4px;
	color: #1d2327;
	display: inline-flex;
	font-size: 11px;
	font-weight: 700;
	gap: 6px;
	line-height: 1;
	min-width: 62px;
	padding: 6px 8px;
	text-transform: uppercase;
}

.cmsb-list-order-handle::before {
	background-image: radial-gradient(#646970 1px, transparent 1px);
	background-size: 4px 4px;
	content: "";
	display: inline-block;
	height: 14px;
	width: 10px;
}

.cmsb-list-sort-placeholder {
	background: #f0f6fc;
	border: 1px dashed #72aee6;
	height: 38px;
}

.cmsb-design-preview {
	background: #fff;
	border: 1px solid #dcdcde;
	margin: 22px 0;
	max-width: 900px;
	padding: 16px;
}

.cmsb-design-preview-grid {
	display: grid;
	gap: 14px;
}

.cmsb-design-preview .cmsb-product-box,
.cmsb-design-preview .cmsb-comparison-card,
.cmsb-design-preview .cmsb-bestseller-list {
	max-width: 760px;
}

.cmsb-design-preview-note {
	color: #646970;
	margin: .35rem 0 1rem;
}

.cmsb-import-log-table {
	margin: 12px 0 24px;
	max-width: 1100px;
}

.cmsb-import-log-table td {
	vertical-align: top;
}

.cmsb-guide-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	margin: 16px 0;
	max-width: 960px;
}

.cmsb-guide-panel {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	padding: 14px 16px;
}

.cmsb-guide-panel h2 {
	margin-top: 0;
}

.cmsb-guide-table {
	margin: 12px 0 22px;
	max-width: 1100px;
}

.cmsb-guide-table code {
	display: inline-block;
	max-width: 100%;
	white-space: normal;
	word-break: break-word;
}
