.fdm-quote-wrapper {
	max-width: 500px;
	margin: 0 auto;
	padding: 24px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background: #fafafa;
}
.fdm-quote-wrapper h2 {
	margin-top: 0;
}
.fdm-field {
	margin-bottom: 16px;
}
.fdm-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}
.fdm-field input,
.fdm-field select {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.fdm-quote-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 16px;
}
.fdm-quote-table td {
	padding: 6px 0;
	border-bottom: 1px solid #eee;
}
.fdm-total-row td {
	font-size: 1.2em;
	border-bottom: none;
	border-top: 2px solid #333;
}
.fdm-error {
	color: #c0392b;
	background: #fdecea;
	padding: 10px;
	border-radius: 4px;
	margin-top: 12px;
}
#fdm-quote-loading {
	margin-top: 12px;
	font-style: italic;
}
.fdm-price-display {
	text-align: center;
	margin: 20px 0;
}
.fdm-price-label {
	display: block;
	font-size: 1em;
	color: #666;
}
.fdm-price-value {
	display: block;
	font-size: 2.5em;
	font-weight: 700;
	color: #222;
}
.fdm-lead-time {
	text-align: center;
	color: #666;
	margin-bottom: 20px;
}
