/* Frewcash style */
.frewcash-box{
  max-width:900px;
  margin:20px auto;
  padding:20px;
  background:#fff;
  border-radius:12px;
  box-shadow:0 6px 18px rgba(0,0,0,0.08);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.frewcash-form input, .frewcash-form select, .frewcash-form textarea {
  border:1px solid #e6eefb;
  padding:8px;
  border-radius:6px;
  width:100%;
}
.frewcash-btn {
  background: linear-gradient(90deg,#6C5CE7,#74b9ff);
  color:#fff;
  padding:10px 16px;
  border-radius:8px;
  border:none;
  cursor:pointer;
}
