.sari-pe-builder {
	margin: 1.25rem 0;
	padding: 1rem;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fffaf7;
}

.sari-pe-builder h3 {
	margin: 0 0 1rem;
	font-size: 1.15rem;
}

.sari-pe-builder__notice {
	margin: 0 0 1rem;
}

.sari-pe-field {
	display: flex;
	flex-direction: column;
	gap: .35rem;
	font-weight: 600;
}

.sari-pe-field select {
	width: 100%;
	min-height: 42px;
	background-color: #fff;
}

.sari-pe-box-preview {
	margin: 1rem 0 0;
	border: 1px solid #ead9d0;
	border-radius: 6px;
	background: #fff;
}

.sari-pe-box-preview[hidden] {
	display: none !important;
}

.sari-pe-box-preview .sari-pe-box-preview__image {
	display: block;
	width: 100%;
	max-width: 100%;
	height: clamp(190px, 42vw, 360px);
	margin: 0;
	padding: .5rem;
	box-sizing: border-box;
	object-fit: contain;
	object-position: center;
}

.sari-pe-box-preview figcaption {
	padding: .75rem .85rem;
	border-top: 1px solid #ead9d0;
	font-size: .85rem;
	line-height: 1.5;
	color: #5f6368;
	overflow-wrap: anywhere;
}

.sari-pe-box-preview figcaption strong {
	display: block;
	margin-bottom: .25rem;
	color: #243b34;
	font-size: 1rem;
}

.sari-pe-slots {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .85rem;
	margin-top: 1rem;
}

.sari-pe-slot {
	min-width: 0;
	padding: .85rem;
	border: 1px solid #ead9d0;
	border-radius: 6px;
	background: #fff;
}

.sari-pe-slot legend {
	padding: 0 .35rem;
	font-weight: 700;
}

.sari-pe-slot .sari-pe-field + .sari-pe-field {
	margin-top: .65rem;
}

.sari-pe-slot__price {
	margin-top: .75rem;
	color: #006b54;
	font-weight: 700;
	text-align: right;
}

.sari-pe-total {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 2px solid #006b54;
	font-size: 1.1rem;
}

.sari-pe-total strong {
	color: #006b54;
}

.sari-pe-progress {
	margin: .55rem 0 0;
	font-size: .9rem;
	color: #5f6368;
}

.sari-pe-dynamic-price {
	font-size: .95em;
}

.sari-pe-quantity-label {
	display: inline-block;
	margin: 0 .5rem .5rem 0;
	font-size: .9em;
	font-weight: 600;
	vertical-align: middle;
	white-space: nowrap;
}

@media (max-width: 640px) {
	.sari-pe-slots {
		grid-template-columns: 1fr;
	}
}
