.weight-calc-form {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  text-align: right;
  direction: rtl;
  font-family: "Heebo", Arial, sans-serif;
}

.weight-calc-form .form-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 15px;
}

.weight-calc-form .form-group.half {
  flex: 1;
}

.weight-calc-form .form-group label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

.weight-calc-form input[type="number"],
.weight-calc-form select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fafafa;
  font-size: 15px;
}

.weight-calc-form button[type="submit"] {
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, #4fc3f7, #2196f3);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 14px;
  cursor: pointer;
}

.weight-calc-form .weight-result {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #1976d2;
  text-align: center;
}

.weight-calc-form .near-products {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.weight-calc-form .near-products ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.weight-calc-form .near-products li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.weight-calc-form .near-products img {
  border-radius: 10px;
  margin-left: 12px;
}
