.ser-request-form fieldset { margin: 1.5rem 0; }
.ser-request-form fieldset label { display: block; margin: .4rem 0; }
.woocommerce form .form-row textarea {
	height: 10em;
	line-height: 1.5;
	box-shadow: none;
	width: 100%;
}
.ser-products input[type="number"] { width: 90px; }
.ser-products .ser-product-select { width: 60px; text-align: center; }
.ser-products .ser-product-thumbnail { width: 70px; }
.ser-products .ser-product-thumbnail img { display: block; width: 60px; height: 60px; object-fit: cover; border-radius: 4px; }
.ser-products input[type="checkbox"] { width: 18px; height: 18px; }
.ser-products input:disabled { opacity: .65; cursor: not-allowed; }
.ser-form-info, .ser-note { padding: 1rem; margin-bottom: 1rem; background: #f7f7f7; border-left: 4px solid #2271b1; }
.ser-note time { color: #666; font-size: .9em; }
.ser-status { display: inline-block; padding: .25rem .55rem; border-radius: 999px; background: #eee; }
.ser-status-accepted, .ser-status-completed { background: #d8f3dc; }
.ser-status-rejected, .ser-status-withdrawn { background: #f8d7da; }
.ser-status-new, .ser-status-reviewing { background: #fff3cd; }
.woocommerce-MyAccount-orders .ser-returned,
.woocommerce-MyAccount-orders .ser-returned:hover {
	pointer-events: none;
	cursor: default;
	opacity: .7;
	background: #d8f3dc;
	color: #215c2c;
}
.ser-returned-badge { display: block; margin-top: .35rem; color: #215c2c; font-size: .9em; font-weight: 600; }
.ser-order-return-summary { margin-top: 1.5rem; padding: 1rem; border-left: 4px solid #2e8540; background: #eef9f0; }
