#return-form {
	max-width:650px;
	padding:1em;
	margin:1em auto;
}
#return-form form {
	margin:3em 0;
}
#return-form p { margin-bottom: 1.2em; }

#return-form form label { display: block; margin: .8em 0 .2em; font-size: .95em; }
#return-form form label small { color: #888; font-weight: normal; }

#return-form input[type="text"],
#return-form input[type="email"],
#return-form input[type="number"],
#return-form textarea {
	width: 100%;
	padding: .55em .6em;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	font: inherit;
}
#return-form textarea { min-height: 90px; resize: vertical; }

#return-products {
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	padding: .8em 1em 1em;
	margin: 1.2em 0 .6em;
}
#return-products legend { padding: 0 .4em; }

.return-product-row {
	display: flex;
	gap: .5em;
	margin-top: .5em;
}
.return-product-row input {
	width:auto !important;
}
.return-product-row input[name*="symbol"]   { flex: 1; }
.return-product-row input[name*="quantity"] { width: 80px; }

.remove-product {
	width: 38px;
	border: 1px solid #ccc;
	background: #f7f7f7;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1.1em;
	line-height: 1;
}

#add-product {
	margin: .4em 0 1em;
	padding: .45em .9em;
	border: 1px dashed #aaa;
	background: #fafafa;
	border-radius: 4px;
	cursor: pointer;
}

.policy-notice { display: flex; gap: .5em; align-items: flex-start; margin: 1em 0; }

#return-form input[type="submit"] {
	padding: .7em 1.4em;
	border: 0;
	border-radius: 4px;
	color:#fff;
	background-color:#95897E;
	font-weight: bold;
	cursor: pointer;
}
#return-form input[type="submit"]:hover { background: #85796e; }

/* honeypot */
.hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }

#return-confirmation .info { font-size: 1.05em; }

.policy-notice {
	padding:0.3em;
	font-size:0.9em;
	line-height:125%;
}
.policy-notice input {
	float:left;
	width:1.5em;
	height:1.5em;
}
.policy-notice label {
	margin-left:2.5em;
	border-left:1px dashed #ddd;
	text-align:left;
	padding-left:1em;
}
