.ohc-form-wrap {
  max-width: 720px;
}

.ohc-form {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 16px;
  background: #fff;
}

.ohc-row {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.ohc-row label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1 1 240px;
}

.ohc-row label.ohc-full {
  flex: 1 1 100%;
}

.ohc-row input,
.ohc-row select,
.ohc-row textarea {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
}

.ohc-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ohc-btn {
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  cursor: pointer;
}

.ohc-message {
  font-size: 14px;
}

.ohc-message.ok { color: #1d6f42; }
.ohc-message.err { color: #b42318; }
