form {
  gap: 16px;
}

label {
  font-size: 13px;
  line-height: 1.4;
}

input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
select {
  min-height: 48px;
  padding: 13px 14px;
  font-size: 15px;
  line-height: 1.35;
}

textarea {
  min-height: 160px;
  padding: 14px;
  font-size: 15px;
  line-height: 1.55;
  resize: vertical;
}

textarea[name="Description"] {
  min-height: 220px;
}

textarea[name="body"] {
  min-height: 150px;
}

input[type="file"] {
  min-height: 52px;
  padding: 7px 10px;
}

input[type="file"]::file-selector-button {
  min-height: 36px;
  margin-right: 12px;
  padding: 7px 12px;
  border: 0;
  border-radius: 7px;
  background: #e8f0ff;
  color: var(--blue);
  font-weight: 800;
  cursor: pointer;
}

input[type="checkbox"] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  accent-color: var(--blue);
}

button,
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  line-height: 1.2;
}

.category-row {
  gap: 12px;
}

.category-row .check {
  gap: 9px;
  min-height: 44px;
}

@media (max-width: 720px) {
  input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
  select,
  button,
  .button {
    width: 100%;
  }

  .category-row .check {
    width: 100%;
  }
}
