
#digi-offer-form {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  max-width: 600px;
  margin: 30px auto;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  font-family: 'Inter', sans-serif;
}

#digi-offer-form h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

#digi-offer-form label {
  display: block;
  margin-top: 15px;
  font-weight: 600;
}

#digi-offer-form input, #digi-offer-form select {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
}

#digi-offer-form button {
  margin-top: 20px;
  background: #3b82f6;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
}

#digi-offer-form button:hover {
  background: #2563eb;
}

.toast-success {
  background: #22c55e;
  color: white;
  padding: 12px;
  border-radius: 8px;
  margin-top: 20px;
  text-align: center;
}
