.wprf-form {
  direction: rtl;
  text-align: right;
  max-width: 600px;
  margin: auto;
}
.wprf-form input,
.wprf-form select {
  width: 100%;
  margin-bottom: 10px;
  padding: 8px;
}
#add_product,
#submit_request {
  margin: 10px 0;
  padding: 10px 15px;
  background: #2a9d8f;
  color: white;
  border: none;
  cursor: pointer;
}
#submit_request {
  background: #264653;
}
#add_product:hover,
#submit_request:hover {
  opacity: 0.9;
}
#wprf_preview {
  width: 100%;
  margin-top: 10px;
  border-collapse: collapse;
}
#wprf_preview th,
#wprf_preview td {
  border: 1px solid #ccc;
  padding: 8px;
}
.remove-product {
  background: red;
  color: white;
  padding: 5px;
}
.wprf-form { direction: rtl; text-align: right; max-width: 600px; margin: auto; }
.wprf-form input, .wprf-form select { width: 100%; margin-bottom: 10px; padding: 8px; }
#add_product, #submit_request { padding: 10px 20px; background: #264653; color: white; border: none; margin-top: 10px; }
#preview_table { width: 100%; border-collapse: collapse; margin-top: 15px; }
#preview_table th, #preview_table td { border: 1px solid #ccc; padding: 8px; text-align: right; }

table, th, td {
  border: 1px solid black;
}
