.ombd-wrapper{ max-width:900px; margin:0 auto; }
.ombd-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:12px;
  padding:16px;
  margin:16px 0;
  box-shadow:0 1px 2px rgba(0,0,0,.04);
}
.ombd-meta span{ margin-right:12px; display:inline-block; font-size:14px; opacity:.9; }
.ombd-form label{ display:block; margin:10px 0; }
.ombd-form textarea, .ombd-form select, .ombd-form input[type="text"]{ width:100%; max-width:100%; }
.ombd-form button{
  padding:10px 14px;
  border:0;
  border-radius:10px;
  cursor:pointer;
}
.ombd-proof{ margin-top:8px; font-size:14px; }
