.oe-form-wrap { max-width: 640px; margin: 0 auto; }
.oe-field { display: flex; flex-direction: column; margin-bottom: 14px; }
.oe-field label { font-weight: 600; margin-bottom: 4px; }
.oe-field input, .oe-field textarea, .oe-field select {
	padding: 10px; border: 1px solid #cfcfcf; border-radius: 6px; font-size: 15px;
}
.oe-field textarea { min-height: 70px; }
.oe-products { border: 1px solid #e3e3e3; border-radius: 6px; padding: 12px; background: #fafafa; }
.oe-product { display: block; padding: 4px 0; }
.oe-empty-orders { color: #8a6d3b; background: #fcf8e3; padding: 10px; border-radius: 6px; }
.oe-login-hint { background: #eef5ff; padding: 10px 12px; border-radius: 6px; margin-bottom: 16px; }
.oe-btn {
	display: inline-block; padding: 11px 20px; border: 0; border-radius: 6px;
	background: #1f6feb; color: #fff; font-size: 15px; cursor: pointer; text-decoration: none;
}
.oe-btn-back { background: #6c757d; }
.oe-actions { display: flex; gap: 10px; margin-top: 16px; }
.oe-summary { border: 1px solid #e3e3e3; border-radius: 6px; padding: 14px; background: #fafafa; }
.oe-summary div { margin-bottom: 6px; }
.oe-success { background: #e7f6ec; color: #1a7f37; padding: 14px; border-radius: 6px; }
.oe-error { background: #fde8e8; color: #b42318; padding: 10px; border-radius: 6px; }
