/* 🎨 تنسيق نموذج Boubow WooEcom Lite */

#boubow-checkout {
  background: #fff6f6;
  padding: 20px;
  margin-top: 20px;
  border: 2px solid #f7d7d7;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

#boubow-checkout h3 {
  color: #cdb3a4;
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
}

#boubow-order-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#boubow-order-form label {
  font-weight: bold;
  color: #444;
  margin-bottom: 3px;
}

#boubow-order-form input,
#boubow-order-form select {
  padding: 10px;
  border: 1px solid #cdb3a4;
  border-radius: 8px;
  font-size: 15px;
  background: white;
}

#boubow-order-form input:focus,
#boubow-order-form select:focus {
  outline: none;
  border-color: #f7d7d7;
  box-shadow: 0 0 5px rgba(247,215,215,0.6);
}

#boubow-order-form button {
  background: #cdb3a4;
  color: white;
  border: none;
  padding: 12px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

#boubow-order-form button:hover {
  background: #f7d7d7;
  color: #333;
}
