.sfdo-direct-order-form {
	margin-top: 1.5em;
}

/* Hide any remaining default WooCommerce add-to-cart forms */
.single-product form.cart,
.single-product .woocommerce-variation-add-to-cart,
.single-product .single_add_to_cart_button:not(.sfdo-submit-button) {
	display: none !important;
}

.sfdo-section {
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	padding: 1.25em 1.5em 0.5em;
	margin-bottom: 1.5em;
}

.sfdo-section legend {
	font-weight: 600;
	font-size: 1.1em;
	padding: 0 0.5em;
}

.sfdo-direct-order-form .form-row {
	margin-bottom: 1em;
}

.sfdo-direct-order-form label {
	display: block;
	margin-bottom: 0.35em;
	font-weight: 500;
}

.sfdo-direct-order-form .input-text,
.sfdo-direct-order-form select,
.sfdo-direct-order-form textarea {
	width: 100%;
	box-sizing: border-box;
}

.sfdo-direct-order-form abbr.required {
	text-decoration: none;
	border: none;
	color: #c00;
}

.sfdo-checkbox-label {
	display: flex;
	align-items: center;
	gap: 0.5em;
	font-weight: normal;
	cursor: pointer;
}

.sfdo-checkbox-label input {
	width: auto;
}

.sfdo-field-hint {
	display: block;
	margin-top: 0.35em;
	color: #666;
	font-size: 0.875em;
}

.sfdo-price {
	font-size: 1.25em;
	font-weight: 600;
	margin: 1em 0;
}

.sfdo-order-summary {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
	padding: 1em 1.25em;
	margin: 1.5em 0 1em;
	background: #f8f8f8;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
}

.sfdo-summary-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sfdo-summary-total {
	padding-top: 0.5em;
	margin-top: 0.25em;
	border-top: 1px solid #ddd;
	font-weight: 600;
	font-size: 1.1em;
}

.sfdo-direct-order-form .sfdo-submit-button {
	width: 100%;
}

.sfdo-order-details {
	margin-top: 2em;
}

.sfdo-order-meta th {
	text-align: left;
	padding-right: 1.5em;
	vertical-align: top;
	white-space: nowrap;
}

.sfdo-order-meta td {
	padding-bottom: 0.5em;
}
