/* MFS Freight Manager — customer-facing quote and fulfillment UI */
.mfm-ship-to-store-notice {
	clear: both;
	margin: 1.25rem 0;
}

.mfm-product-quote-panel {
	clear: both;
	margin: 1.25rem 0;
	border: 1px solid currentColor;
	border-radius: 4px;
}

.mfm-product-quote-panel > summary {
	cursor: pointer;
	font-weight: 700;
	padding: 0.9rem 1rem;
}

.mfm-product-quote-panel__body {
	padding: 0 1rem 1rem;
}

.mfm-quote-form input[type="text"],
.mfm-quote-form input[type="email"],
.mfm-quote-form input[type="tel"],
.mfm-quote-form textarea {
	box-sizing: border-box;
	width: 100%;
	max-width: 38rem;
}

.mfm-quote-items {
	margin-bottom: 1rem;
}

.mfm-quote-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.mfm-quote-item-qty {
	width: 5rem !important;
	margin-left: 0.4rem;
}
