@charset "utf-8";

.form-section {
  color: #ccc;
  font-size: 14px;
  padding: 0 4px;
  margin: 16px 0 4px;

  display: flex;
  align-items: center;
  gap: 2px;

  select {
    height: 32px;
    padding: 0 2px;
    cursor: pointer;
  }

  button {
    height: 32px;
    cursor: pointer;

    &:disabled {
      cursor: auto;
    }
  }
}
