/* ==========================================================================
   Custom Name — product option + order views
   ========================================================================== */

.single-product .stluxe-stage__summary form.cart .stw-custom-name-option {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	inline-size: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

.single-product .stw-custom-name-option__label-wrap {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	min-inline-size: 0;
	max-inline-size: 100%;
}

.single-product .stw-custom-name-option__label {
	margin: 0;
	line-height: 1.2;
	font-weight: 700;
	color: var(--color-heading, var(--luxe-ink));
	overflow-wrap: break-word;
	white-space: normal;
}

.single-product .stw-custom-name-option__value {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 8px;
	min-inline-size: 0;
}

.single-product .stw-custom-name-option__pills {
	margin-block-start: 0;
}

.stw-custom-name-order-view,
.stw-custom-name-order-meta {
	margin-block-start: 0.75rem;
}

.stw-custom-name-order-view__title,
.stw-custom-name-order-view__value {
	margin: 0;
}
